Skip to content

Releases: vduseev/opensearch-logger

v1.3.0

27 Nov 00:01
Compare
Choose a tag to compare

Stable release

Add support for data streams. Thank you @eyadmba for contribution! (#8, #9)

Changelog

  • Added support for contributions
  • Tested against the latest versions of Python and dependencies
  • black added to dev dependencies and formatting applied to all files
  • Copyright year update

v1.2.3

01 Sep 14:49
Compare
Choose a tag to compare

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.

v1.2.2

29 Nov 12:11
Compare
Choose a tag to compare

Stable release

Enable support for Python 3.11.

Changelog

  • Nothing changed functionally.
  • Support added for Python 3.11.
  • Build system migrated from Poetry to pip-tools + flit.

v1.2.1

01 Aug 07:11
Compare
Choose a tag to compare

Stable release

Enable support for Python 3.6 and 3.7.

Changelog

  • Nothing changed functionally.
  • Support added for Python 3.6 and 3.7.

v1.1.2

22 Nov 21:23
Compare
Choose a tag to compare

Stable release

Some minor changes that include bug fixes and cosmetics.

Changelog

  • Fixed bug with unexported OpenSearchHandler from core package
  • Added integration test for dictConfig way of setting up the logger
  • Renamed everything from Opensearch to OpenSearch

Stable v1.1.0

09 Nov 23:33
Compare
Choose a tag to compare

Stable release

This marks the stable release of the library 🎉