This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Releases: brave/sync
Releases · brave/sync
v1.4.2
v1.4.1
v1.4.0
v1.3.5
v1.3.4
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
config
object (e.g. config =={putConcurrency: 10}
).
- Configure S3 upload max concurrency with Browser -> Webview IPC GOT_INIT_DATA param
Pending deprecation:
- SEND_SYNC_RECORDS param
category
is now optional; if missing it's derived separately for each record.
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: