Skip to content

Releases: berty/weshnet

v2.0.3

17 Oct 12:25
af12d05
Compare
Choose a tag to compare

2.0.3 (2024-10-17)

Bug Fixes

  • set correct package path in API proto files (#105) (af12d05)

v2.0.2

17 Oct 09:14
0b98275
Compare
Choose a tag to compare

2.0.2 (2024-10-17)

Bug Fixes

v2.0.1

07 Oct 12:34
Compare
Choose a tag to compare

2.0.1 (2024-10-07)

Bug Fixes

  • trigger new release with berty.tech/weshnet/v2 module path update (2a23112)

v2.0.0

07 Oct 10:30
aaa7aae
Compare
Choose a tag to compare

2.0.0 (2024-10-07)

BREAKING CHANGES

  • use protoc plugin + remove custom names

Signed-off-by: D4ryl00 [email protected]

  • chore: remove gogo

Signed-off-by: D4ryl00 [email protected]

  • chore: use libp2 mocknet

Signed-off-by: D4ryl00 [email protected]

  • chore: reintegrate local copy of ggio

Signed-off-by: D4ryl00 [email protected]

  • fix: use quic-v1 which is used by default instead of quic

Signed-off-by: D4ryl00 [email protected]

  • fix: test group field instead of group struct which differs after unmarshalling

Signed-off-by: D4ryl00 [email protected]

  • fix: remove extra ouput in tests

Signed-off-by: D4ryl00 [email protected]

  • fix: add local version of ggio

Signed-off-by: D4ryl00 [email protected]

  • fix: remove EOF in read test error

Signed-off-by: D4ryl00 [email protected]

  • fix: in mocknet, add peer in peerstore and mocknet

Signed-off-by: D4ryl00 [email protected]

  • chore: use latest go-libp2p-rendezvous + fix lint in protoio

Signed-off-by: D4ryl00 [email protected]

  • fix: golangci-lint errors

Signed-off-by: D4ryl00 [email protected]

  • chore: update buf version

Signed-off-by: D4ryl00 [email protected]

  • chore: update buf to 1.39.0 and update buf.yaml file

Signed-off-by: D4ryl00 [email protected]

  • chore: update buf to 1.39.0 and update buf.yaml file

Signed-off-by: D4ryl00 [email protected]

  • chore: use os.Stat in LogfileList

Signed-off-by: D4ryl00 [email protected]

  • fix: reverte unwanted changes

Signed-off-by: D4ryl00 [email protected]

  • fix: convert topic into UTF-8 compatible

Signed-off-by: D4ryl00 [email protected]

v1.14.0

01 Aug 15:31
0588c1a
Compare
Choose a tag to compare

1.14.0 (2023-08-01)

Features

  • In NewService, optionally create a persistent data store at opts.DatastoreDir. Use this in NewServiceClient. (73658cf)

v1.13.0

21 Jul 12:44
89c06bb
Compare
Choose a tag to compare

1.13.0 (2023-07-21)

Features

  • add a build tag for proximity drivers (827c8ea)
  • add a new OutOfStoreMessage service (c5876b6)
  • implement OutOfStoreReceive and OutOfStoreSeal and move all push notification stuff in Berty (035397f)

v1.12.2

06 Jul 10:31
aa44f7d
Compare
Choose a tag to compare

1.12.2 (2023-07-06)

Bug Fixes

v1.12.1

27 Jun 11:37
c219763
Compare
Choose a tag to compare

1.12.1 (2023-06-27)

Bug Fixes

  • BREAKING CHANGE. Make API messages names be the same as their event. Fixes #79. (41e4e1d)

v1.12.0

27 Jun 09:04
289dbdc
Compare
Choose a tag to compare

1.12.0 (2023-06-27)

Features

  • Add API functions ShareContact and DecodeContact (42e2539)
  • Add tests for API ShareContact, DecodeContact (482c584)

v1.11.3

26 Jun 14:44
dc135f4
Compare
Choose a tag to compare

1.11.3 (2023-06-26)

Bug Fixes

  • update to go1.19 in the Dockerfile and add asdf support (281ca19)