Skip to content

0.1.5

Compare
Choose a tag to compare
@dolamroth dolamroth released this 02 Sep 09:56
· 76 commits to main since this release

BREAKING INCOMPATIBLE CHANGES:

  • Removed deprecated ModelMixin. Now only SQLAlchemy.ORM should be used for all queries.

Fixes:

  • fixed shielding in base websocket endpoint and test chat endpoint
  • fixed nginx sample config
  • added missing chardet dependency
  • reverted using async with in base http endpoint

Additions:

  • added StorageManager interface
  • added non-zero retry intervals for all locks