This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Releases: brave/sync
Releases · brave/sync
v1.0.0
v1.0.0-rc.12
- Use ms precision for record timestamps in S3 keys to fix record ordering #54
v1.0.0-rc.11
v1.0.0-rc.10
- Fix record CRC
- Fix downloading multipart records
- Add IPC messages needed for restartless sync (#43)
v1.0.0-rc.9
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
Proto SyncRecord.Bookmark
:
- Remove
folderId
; replace withparentFolderObjectId
- Add
index
to preserve record order
v1.0.0-rc.7
recordUtil.js resolve():
- Update with existing object resolves record objectData with existing objectData, removing unchanged record properties.
v1.0.0-rc.6
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
RequestUtil:
- deleteSiteSettings()
v1.0.0-rc.4
- recordUtil.js:
- Fix sequential Update resolution for bookmarks with deep merge
- lib/crypto.js:
- Use public interface to get signing seed length (thx @dchest)