Skip to content

Releases: learningequality/morango

v0.6.6a1

13 Oct 22:38
f73e354
Compare
Choose a tag to compare
  • Fixes issue syncing with Morangos pre-0.6.0 causing pushed records to not be dequeued

v0.6.6a0

20 Sep 23:57
5f609d9
Compare
Choose a tag to compare
  • 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

09 Sep 20:56
0541457
Compare
Choose a tag to compare
  • 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

13 Aug 22:32
60130ed
Compare
Choose a tag to compare
  • Fixes issue with assert statement removal during python optimization

v0.6.3

28 Jul 00:46
fe1c4a9
Compare
Choose a tag to compare
  • Fixes issue handling database counters which caused repeat syncing of unchanged data

v0.6.2

27 Jul 01:58
33b9546
Compare
Choose a tag to compare
  • Fixes slow performance due to excessive use of sleep

v0.6.1

23 Jul 16:39
5ecca47
Compare
Choose a tag to compare
  • 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

21 Jul 17:59
5953e5a
Compare
Choose a tag to compare
  • 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

01 Jul 22:38
Compare
Choose a tag to compare
  • Add management command for garbage collection of buffer data
  • Speed up instance ID calculation by skipping hostname check

v0.4.9

18 Jul 19:26
Compare
Choose a tag to compare
  • adds fix for pushing signed certs