Skip to content

v1.4.0: Unicode Key Support

Compare
Choose a tag to compare
@nichochar nichochar released this 06 Nov 02:18
· 459 commits to master since this release

New in version 1.4.0

  • Unicode keys support. It is now possible to pass the flag allow_unicode_keys when creating the clients
  • Fixed a bug where PooledClient wasn't following default_noreply arg set on init, thanks @kols!
  • Improved documentation