- Adds an asymmetry to FSIC calculation to ensure all matching data is synced. - Adds support for defining custom instance info returned from info API and during sync session creation - Updates `cleanupsyncs` management command to only close sync sessions if there are no other related transfer sessions active - Fixes issue syncing with Morangos pre-0.6.0 causing pushed records to not be dequeued
0.6.5
- Sets queuing limit of 100k combined FSICs between client and server - Fixes SQL expression tree error when there are many FSICs, up to 100k limit - Adds additional `ids` argument to `cleanupsyncs` management command
0.6.4
- Fixes issue with `assert` statement removal during python optimization
0.6.3
- Fixes issue handling database counters which caused repeat syncing of unchanged data
0.6.2
- Fixes slow performance due to excessive use of `sleep`
0.6.1
- Fix to set counters on `TransferSession` *after* serialization - Fix capabilities request header as it should be prefixed with `HTTP` - Fix issues with flow of transfer operations - Logging and error handling improvements