v1.2.3
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.