Skip to content

Releases: brave/go-sync

v0.1.11

03 Feb 05:58
b157713
Compare
Choose a tag to compare

Release 02/02/2021 #61
Include PRs:
#60 Upgrade protobuf files to Chromium 88.0.4324.96

v0.1.10

15 Jan 23:32
d749ccb
Compare
Choose a tag to compare

Release 01/15/2021 #58

Include PRs:
#56: Set default log level to warn

v0.1.9

08 Oct 21:10
b1cf838
Compare
Choose a tag to compare

Release 10/08/2020 #54

Include PRs:
#53: Revert "Merge pull request #39 from brave/set_poll_60"

v0.1.8

02 Sep 20:37
660ab62
Compare
Choose a tag to compare

Release 09/02/2020 #50

Include PRs:
#49 Update protobuf files to Chromium 85.0.4183.83

v0.1.7

01 Sep 22:51
e068b66
Compare
Choose a tag to compare

Included PRs:
#41: Add a redis cache for storing clientID#dataType, mtime pairs to reduce db read cost
#45: Instrument redis calls

v0.1.6

17 Jul 00:30
d7f4f5d
Compare
Choose a tag to compare

Release 07/16/2020 #40

Include PRs:
#39: Set polling interval to 60s and sessions commit delay to 30s

v0.1.5

29 Jun 21:02
36b938f
Compare
Choose a tag to compare

Release 06/29/2020 #37

Include PRs:
#36: Let client retry when nigori root entity is not returned for NEW_CLIENT GetUpdates

v0.1.4

16 Jun 15:27
5df75c4
Compare
Choose a tag to compare

Release 06/16/2020 #33

Include PRs:
#30 Fix changes remaining
#32 Replace child's parentID to the parent's server-generated ID when parent and child are in one commit request
#35 Replace parent ID for update entries too

v0.1.3

11 Jun 19:49
dc7135e
Compare
Choose a tag to compare

Release 06/11/2020 #27

Include PRs:
#25 Use google.golang.org/protobuf module instead

v0.1.2

10 Jun 17:28
bd792c5
Compare
Choose a tag to compare

Release 06/10/2020 #24

Include PRs:
#18 Remove timestamp endpoint
#20 Return error message to clients in ClientToServerResponse and EntryResponse
#22 Set TTL attribute when soft-delete a sync item
#23 Revert "Merge pull request #22 from brave/ttl"