This repository was archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Releases: brave/sync
Releases · brave/sync
v1.4.2
v1.4.1
Fix sync client config version
Assets 3
v1.4.0
- crypto lib updates– now using shared crypto lib https://github.com/brave/crypto
- package updates
- switch to using
npmrather thanyarn
Assets 3
v1.3.5
Fixes:
- Upgrade protobufjs to 6.8 to fix a null property issue.
- Better logging for Put errors.
- Don't use Object.values in recordUtil (Object.values is not supported in iOS <= 10.2)
Assets 3
v1.3.4
Assets 3
v1.3.2
v1.3.1
Bug fix / Backend change:
- Browser -> Webview IPC message SEND_SYNC_RECORDS now uploads records to S3 with limited concurrency (to fix issue #112). See also PR #122
- Configure S3 upload max concurrency with Browser -> Webview IPC GOT_INIT_DATA param
configobject (e.g. config =={putConcurrency: 10}).
- Configure S3 upload max concurrency with Browser -> Webview IPC GOT_INIT_DATA param
Pending deprecation:
- SEND_SYNC_RECORDS param
categoryis now optional; if missing it's derived separately for each record.
Assets 3
v1.3.0
Possibly breaking change:
- #96 Send entire sync record for history and bookmark for RESOLVED_SYNC_RECORDS
- Previously we were sending a diff of the changed props as the sync record, but now we're sending the entire record. This is simpler for browser clients to apply sync records.
- siteSettings remain unchanged and still send just the different props.
Bug fix:
Assets 3
v1.2.4
Data/model
- bookmarks now includes the
hideInToolbarfield, for use in browser-laptop to distinguish toolbar bookmarks from "Other bookmarks". - bookmarks previousObjectId and nextObjectId commented as unused.
Dev:
- fix tests