Skip to content

0.1.8

Compare
Choose a tag to compare
@dolamroth dolamroth released this 07 Feb 19:25
· 25 commits to main since this release
  • Refactored InMemoryChannelLayer, allow setting max_buffer_size
  • Fix bug in Channels, where publishing within other subscribe loop with InMemoryChannelLayer could lead to deadlock
  • Use StarletteJSONEncoder for jwt.encode
  • Allow using password validation with generic BaseUserMixin
  • Additional options to supply error detail, fix certain condition when error detail was not returned
  • Fixed Dockerfile with respect to new version of starlette/github CI