Skip to content

Releases: opensearch-project/opensearch-py

v2.3.0

27 Jul 19:10
7f202dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

01 Mar 22:37
05326ba
Compare
Choose a tag to compare

What's Changed

  • Added untriaged issue workflow. by @dblock in #290
  • Removed 'out/opensearchpy' folder which was produced while generating pyi files for plugins by @saimedhi in #288
  • Merging opensearch-dsl-py to opensearch-py by @saimedhi in #287
  • Fixed CVE - issue 86 mentioned in opensearch-dsl-py repo by @saimedhi in #295
  • Removing low-level and high-level client terminology by @VachaShah in #298
  • Added upgrading.md file and updated it for opensearch-py 2.2.0 release by @saimedhi in #293

Full Changelog: v2.1.1...v2.2.0

v2.1.1

24 Jan 02:44
58aa041
Compare
Choose a tag to compare

What's Changed

  • Fixed Sigv4 Signing for Managed Service and Async OpenSearch by @nhtruong in #279

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

23 Jan 20:15
4059251
Compare
Choose a tag to compare

What's Changed

  • Modified index definition in client/__init__py by @saimedhi in #245
  • Update README.md by @wbeckler in #198
  • Add kerberos support by @psaiz in #214
  • feat: Added pool_maxsize in RequestsHttpConnection by @Neckbuster in #216
  • Fix DeprecationWarning raised by urllib3 1.26.13 by @Tenzer in #246
  • Adding async support for AWSSigV4 by @harshavamsi in #254
  • Updating changelog to include released changes. Adding skip-changelog tag by @harshavamsi in #249
  • fix faulty example by @mle-els in #256
  • Added new OpenSearch versions and updated compatibility matrix by @saimedhi in #257
  • Updated MAINTAINERS.md format. by @dblock in #261
  • Removed patch versions in integration tests for OpenSearch 1.0.0-2.3.0 to reduce Github Action jobs by @saimedhi in #262
  • Ensure Dependabot PR workflow retriggers on label change by @Xtansia in #269
  • Abstract away service name by @harshavamsi in #268
  • Adding explicit parameters for AIOHttpConnection and AsyncTransport by @saimedhi in #276
  • Updated CI tests to make them work locally by @saimedhi in #275
  • Bump version to 2.1.0 by @harshavamsi in #277

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

29 Nov 23:17
a372f31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0

31 May 23:57
76f2b60
Compare
Choose a tag to compare

Version 2.0.0 Release Notes

Compatible with OpenSearch 2.0
PyPi Installation : https://pypi.org/project/opensearch-py/2.0.0

Features

  • Move requests to install_requires (#142)
  • Type mapping removals for OpenSearch 2.0 (#151, #156)

Infrastructure

  • Add support to test against multiple versions of OpenSearch for compatiblity (#146)
  • Add support to test against unreleased OpenSearch (#151)
  • Add auto backport functionality (#149)
  • Test against OpenSearch 2.0 (#168)

Full Changelog: https://github.com/opensearch-project/opensearch-py/commits/v2.0.0

1.1.0

22 Mar 20:44
Compare
Choose a tag to compare

Compatible with OpenSearch 1.3.0
PyPi Installation : https://pypi.org/project/opensearch-py/1.1.0

Features

  • Added AWS IAM signing support (#136)
  • Delays importing numpy and pandas to reduce the startup time (#107)
  • Added content-type check for parsing raw data (#91)

Infrastructure

  • Added DCO check (#89)
  • Configured whitesource for github.com (#106)
  • Added sphinx to generate code documentation (#112)

1.0.0

21 Sep 17:30
Compare
Choose a tag to compare