This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Releases: opensearch-project/opensearch-dsl-py
Releases · opensearch-project/opensearch-dsl-py
v2.1.0
What's Changed
- Adding Codeowners file by @CEHENKLE in #33
- Use SHA256 instead of md5 by @VijayanB in #38
- Add compatibility matrix by @VachaShah in #45
- Add auto backport functionality by @VachaShah in #46
- Adding support to run integration tests against unreleased OpenSearch by @VachaShah in #47
- Add link checker workflow by @VachaShah in #51
- Type removal changes for 2.0 by @VachaShah in #53
- Bump client version to 2.0.0 by @VachaShah in #54
- Bumping version to 2.0.1 by @VachaShah in #55
- Updating copyright by @VachaShah in #62
- Adding new OpenSearch versions and updating compatibility matrix by @VachaShah in #61
- Configure WhiteSource for GitHub.com by @mend-for-github-com in #40
- Using standardized templates from .github by @VachaShah in #57
- Fixing development status for releases by @VachaShah in #63
- Update README.md by @vchrombie in #34
- Removing OpenDistro integration tests by @VachaShah in #66
- Fixing failing CI by @VachaShah in #69
- Adding Dependabot configuration by @VachaShah in #75
- Update pytest-mock requirement from <3.0.0 to <4.0.0 by @dependabot in #77
- Update coverage requirement from <5.0.0 to <7.0.0 by @dependabot in #76
- Adding changelog and verifier by @harshavamsi in #81
- Adding AttrDict get method. by @jonatasalves-hotmart in #91
- Updated MAINTAINERS.md format. by @dblock in #88
- Update CI workflows to use more Python and OpenSearch versions by @Yury-Fridlyand in #92
- Added support for skip-changelog. by @dblock in #89
- Change formatting of code sample in User Guide by @kolchfa-aws in #85
- Added untriaged issue workflow. by @dblock in #97
- Add release workflows by @gaiksaya in #84
- Updated README regarding deprecation by @saimedhi in #100
- Adding @VachaShah @dblock @harshavamsi to maintainers list by @harshavamsi in #82
- Add 2PR approval for release by @gaiksaya in #102
- Remove unsupported versions from CI. by @Yury-Fridlyand in #105
- Upgrade version, documentation and fix CVE by @VachaShah in #104
- Update documentation regarding 2PR approval process by @gaiksaya in #103
New Contributors
- @CEHENKLE made their first contribution in #33
- @mend-for-github-com made their first contribution in #40
- @vchrombie made their first contribution in #34
- @dependabot made their first contribution in #77
- @harshavamsi made their first contribution in #81
- @jonatasalves-hotmart made their first contribution in #91
- @dblock made their first contribution in #88
- @Yury-Fridlyand made their first contribution in #92
- @kolchfa-aws made their first contribution in #85
- @gaiksaya made their first contribution in #84
- @saimedhi made their first contribution in #100
Full Changelog: v1.0.0...v2.1.0
Version 2.0.1
Version 2.0.0 Release Notes
Compatible with OpenSearch 2.0
PyPi Installation : https://pypi.org/project/opensearch-dsl/2.0.1/
Features
- Use SHA256 instead of md5 (#38)
- Type mapping removals for OpenSearch 2.0 (#53)
- Bump client version to 2.0.1 (#54, #56)
Infrastructure
- Add support to test against multiple versions of OpenSearch for compatiblity (#45)
- Add support to test against unreleased OpenSearch (#47)
- Add auto backport functionality (#46)
- Test against OpenSearch 2.0 (#53)
- Add link checker workflow (#51)
Full Changelog: v1.0.0...v2.0.0
Version 1.0.0
Compatible with OpenSearch 1.0.0
PyPi Installation : https://pypi.org/project/opensearch-dsl/1.0.0/