Skip to content

v1.3.0

Compare
Choose a tag to compare
@gburgett gburgett released this 19 Aug 15:19
· 130 commits to master since this release

Changelog From v1.2.1 To 5bece58

#267 Keep track of the final sync token in response @gburgett merged 2022-08-19

fixes #266

#268 Fixes deadlocking issue in postgres store @gburgett merged 2022-08-19

I found that in our Rails apps in Develop, we had frequent deadlocks which were showing up as long times to render views. I'm still not 100% sure how the deadlocks happened, but I am 100% confident that this new code is still thread safe.

Incidentally I also fixed #264 by injecting a logger from the configuration into the postgres store.

Issues closed in this release:

No Milestone

  • #266 Sync engine starts over from page 1 every time
  • #264 Make sure PostgresStore has a logger