Releases: TERITORI/weshnet
v2.0.1
v2.0.0
2.0.0 (2024-10-16)
Bug Fixes
-
trigger new release with berty.tech/weshnet/v2 module path update (2a23112)
-
BREAKING CHANGE/update kubo 0.29.0 (berty#100) (aaa7aae), closes #100
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.0.0
1.0.0 (2024-03-27)
Bug Fixes
- add task (5597125)
- benchmark on master (b973942)
- BREAKING CHANGE. Make API messages names be the same as their event. Fixes #79. (41e4e1d)
- bump orbitdb (9c81867)
- check if context is expired inside WaitForStageChange (netmanager) (0b05349)
- cleanup ssh-runner.yml and set the correct working-directory (3d24cdf)
- data race in getAccountGroup (f62ae7e)
- debug and fix lost messages (b71218b)
- disable e2e tests ci jobs (2d2b04f)
- disable pubsub by default on ipfs node (31813a9)
- fix event infitnity loop (2dcad18)
- github action (a0fae4b)
- github action: change default branch to main (3c755b2)
- handle EvtPeerProtocolsUpdated in local discovery driver (8067e91)
- In activateGroupContext move the logger statements to correctly show the elapsed time. (c4520af)
- In activateGroupContext, fix typos in log messages. (225644e)
- In activateGroupContext, wait for the WatchNewMembersAndSendSecrets goroutine to add the self device key. (4e8e72e)
- In Makefile asdf.install_plugins, remove spaces in error code check (a6459ea)
- In processMessageLoop, call muDeviceCaches.Unlock() before continue (a7cd784)
- In processMessageLoop, process the message without a goroutine (7bab7b7)
- In setHeadsForGroup, wait for Replicator().Load to set _remoteHeads. (eb08351)
- increase timeout to avoid false positive on ci (46b4708)
- level enum name in the bridge & moved the formating of the logs in NativeLog function & fixed subsystem (4ae5ba8)
- Only declare groupID once In setHeadsForGroup and OpenGroup (6726686)
- open error with repo path (7e86c9b)
- preComputeKeys added too much keys, so use preComputeNextKey now (f5055a0)
- pubsub discovery (f6eff43)
- reinit contact requests manager after account group activation (394c1a9)
- release asset (74cbf2a)
- release asset (3c78919)
- release asset (c9216a7)
- remmove useless replace in go.mod (75e4a55)
- remove buf in tools (153591b)
- remove fuse and sqlcipher replace (2704b20)
- remove panic on grpc close error (6ded8b1)
- remove sharing option stores in open orbitdb group (2b84d4c)
- Rename persistant to persistent (spelling) (6cd8a01)
- rework group context (db61e10)
- set first/last value in store to be used (e239e33)
- store message queue (1c38eea)
- subscription to account group in first (1cc1ea0)
- subsystem on native logs and moved logger into logutil (564ba9e)
- unifying multiple secret stores into a single interface (23ef09b)
- unsecure rand (cff7aaf)
- Update gen.sum for changes in PR #18 . (58f8b35)
- update to go1.19 in the Dockerfile and add asdf support (281ca19)
- use berty custom mocknet (ea21b64)
- processMessageLoop: Unlock muDeviceCaches before emit. GroupMessageList: Use default channel size. (6af87f2)
- use
crypto/ed25519
(01f0df8) - use mocked discovery only for test (8e170f0)
- Use result of AddInt64 in testGroupDeviceStatus and CreateMultiMemberGroupInstance. (7eb9721)
- wait for all heads to be loaded (fc745c8)
- wait for the correct head entries in replicated event (c1d3b8d)
- dependabot: disable version update (enable security update only) (4992406)
- (tmp) do not close berty account on inactive state (0290468)
- add grpc retry policies (537f382)
- add makefile rule to run e2e tests (d6ba6b1)
- associate previous exchanged peers (112c507)
- buffer mock (7fc42cc)
- cancel contact lookup on sent/receive event (aa647a2)
- clean code (2433695)
- cleanup (aa25e6a)
- context when closing berty orbitDB groups (f97998c)
- correctly handle empty seed (309a260)
- correctly re-activate account on active state (f611d85)
- correctly set conv and member display name in push notifs (3878dcb)
- data races (5102759)
- dependabot labels and ssh workflow (bbd52bd)
- device group monitor (9de2e8a)
- disable dht randomwalk on mobile (0d785b7)
- dissoc...