Releases: learningequality/morango
Releases · learningequality/morango
v0.6.6a1
- Fixes issue syncing with Morangos pre-0.6.0 causing pushed records to not be dequeued
v0.6.6a0
- Adds an asymmetry to FSIC calculation to ensure all matching data is synced.
Releasing this initially as an alpha until it's been fully tested in Kolibri.
v0.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
v0.6.4
- Fixes issue with
assert
statement removal during python optimization
v0.6.3
- Fixes issue handling database counters which caused repeat syncing of unchanged data
v0.6.2
- Fixes slow performance due to excessive use of
sleep
v0.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
v0.6.0
- Track the
TransferSession
that last modified a Store
record
- Add state attributes to
TransferSession
for persisting its stage and status during a sync
- Update the timestamp of the last activity for a
SyncSession
and TransferSession
during a sync
- Add support for resuming a sync
- Add support for configuring custom handling of transfer operations
- Add support for handling transfer operations asynchronously
v0.5.6
- Add management command for garbage collection of buffer data
- Speed up instance ID calculation by skipping hostname check
v0.4.9
- adds fix for pushing signed certs