Skip to content

v1.2.3

Compare
Choose a tag to compare
@vduseev vduseev released this 01 Sep 14:49
· 8 commits to main since this release

Stable release

Removed deprecated Python method for setting a daemon attribute on a thread.

Changelog

  • Replace deprecated thread method setDaemon(true) with attribute setting .daemon = True.
  • Add Python 3.11 to test matrix.
  • Small refactoring for handler tests.
  • Fixed GitHub Actions tests that were failing because OpenSearch service was not ready to accept connections.