Skip to content

1.10.21

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 23:10
· 14659 commits to main since this release
6bfa963

Improvements

  • #7439: The url option now supports a list of servers url: ['10.0.0.158:32803','10.0.0.158:32804'].
    Removed group_id because it is not a valid Kafka producer parameter.

Bugfixes

  • #7638: Fixed a bug that occurred when setting multiple Sanic workers in combination with a custom [Lock Store](lock-stores.mdx). Previously, if the number was set higher than 1 and you were using a custom lock store, it would reject because of a strict check to use a [Redis Lock Store](lock-stores.mdx#redislockstore).
  • #7722: Fix a bug where, if a user injects an intent using the HTTP API, slot auto-filling is not performed on the entities provided.