Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Releases: brave/sync

v1.0.0

14 Feb 23:19
Compare
Choose a tag to compare

Merge staging @51453d0401213d2f50302427186a88704d14d847 / v1.0.0-rc.13 into master

v1.0.0-rc.12

13 Feb 23:54
Compare
Choose a tag to compare
  • Use ms precision for record timestamps in S3 keys to fix record ordering #54

v1.0.0-rc.11

09 Feb 06:02
9a1351d
Compare
Choose a tag to compare
  • move sync-ready to end of startSync
    eb424dd
  • removed unused messages, refactor initialization …
    67ca9de

v1.0.0-rc.10

02 Feb 07:20
000602e
Compare
Choose a tag to compare
  • Fix record CRC
  • Fix downloading multipart records
  • Add IPC messages needed for restartless sync (#43)

v1.0.0-rc.9

27 Jan 02:09
ecd9fc9
Compare
Choose a tag to compare

Proto SyncRecord.Bookmark:

  • Add Bookmark.fields to sync only changed fields

Fix syncing bookmark folders which broke when removing Bookmark.folderId ( 2953593).

v1.0.0-rc.8

24 Jan 21:32
Compare
Choose a tag to compare

Proto SyncRecord.Bookmark:

  • Remove folderId; replace with parentFolderObjectId
  • Add index to preserve record order

v1.0.0-rc.7

19 Jan 23:34
Compare
Choose a tag to compare

recordUtil.js resolve():

  • Update with existing object resolves record objectData with existing objectData, removing unchanged record properties.

v1.0.0-rc.6

19 Jan 00:13
Compare
Choose a tag to compare

recordUtil.js resolve()

  • DELETE with existing object resolves record objectData with existing objectData, deleting only record props present in the existing object.

Add SyncRecord.siteSetting.fields to distinguish set field values from default values, which are the same in proto3.

Update protobuf js to 6.5

v1.0.0-rc.5

17 Jan 18:51
Compare
Choose a tag to compare

RequestUtil:

  • deleteSiteSettings()

v1.0.0-rc.4

15 Jan 07:41
Compare
Choose a tag to compare
  • recordUtil.js:
    • Fix sequential Update resolution for bookmarks with deep merge
  • lib/crypto.js:
    • Use public interface to get signing seed length (thx @dchest)