File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- stack_version : ["3.0 .0"]
12+ stack_version : ["3.1 .0"]
1313
1414 steps :
1515 - name : Checkout
Original file line number Diff line number Diff line change @@ -4,11 +4,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44## [ Unreleased]
55### Added
66### Updated APIs
7- - Updated opensearch-py APIs to reflect [ opensearch-api-specification@eaf4bf8] ( https://github.com/opensearch-project/opensearch-api-specification/commit/eaf4bf830fac71c6800c3fb2b6293de0641f1ca7 )
7+ ### Changed
8+ ### Deprecated
9+ ### Removed
10+ ### Fixed
11+ ### Security
12+ ### Dependencies
13+
14+ ## [ 3.1.0]
15+ ### Added
16+ ### Updated APIs
817- Updated opensearch-py APIs to reflect [ opensearch-api-specification@3be80d7] ( https://github.com/opensearch-project/opensearch-api-specification/commit/3be80d700cccc60093ad6265a9582572c0b1e9f4 )
918- Updated opensearch-py APIs to reflect [ opensearch-api-specification@89c586c] ( https://github.com/opensearch-project/opensearch-api-specification/commit/89c586cfe65584f789e8fccc5f6c416cee1e8b3b )
1019- Updated opensearch-py APIs to reflect [ opensearch-api-specification@cac8c5d] ( https://github.com/opensearch-project/opensearch-api-specification/commit/cac8c5d8ab39c702c6c428cfdc3a3a710cf2c0b0 )
1120- Updated opensearch-py APIs to reflect [ opensearch-api-specification@578a78d] ( https://github.com/opensearch-project/opensearch-api-specification/commit/578a78dcec746e81da88f81ad442ab1836db7694 )
21+ - Updated opensearch-py APIs to reflect [ opensearch-api-specification@eaf4bf8] ( https://github.com/opensearch-project/opensearch-api-specification/commit/eaf4bf830fac71c6800c3fb2b6293de0641f1ca7 )
1222### Changed
1323- Rename ` DenseVector ` field type to ` KnnVector ` ([ 925] ( https://github.com/opensearch-project/opensearch-py/pull/925 ) )
1424### Deprecated
@@ -304,7 +314,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
304314- Fixed link checker failing due to relative link ([ #760 ] ( https://github.com/opensearch-project/opensearch-py/pull/760 ) )
305315### Security
306316
307- [ Unreleased ] : https://github.com/opensearch-project/opensearch-py/compare/v3.0.0...HEAD
317+ [ Unreleased ] : https://github.com/opensearch-project/opensearch-py/compare/v3.1.0...HEAD
318+ [ 3.0.1 ] : https://github.com/opensearch-project/opensearch-py/compare/v3.0.0...v3.1.0
308319[ 3.0.0 ] : https://github.com/opensearch-project/opensearch-py/compare/v2.8.0...v3.0.0
309320[ 2.8.0 ] : https://github.com/opensearch-project/opensearch-py/compare/v2.7.1...v2.8.0
310321[ 2.7.1 ] : https://github.com/opensearch-project/opensearch-py/compare/v2.7.0...v2.7.1
Original file line number Diff line number Diff line change 2424# specific language governing permissions and limitations
2525# under the License.
2626
27- __versionstr__ : str = "3.0 .0"
27+ __versionstr__ : str = "3.1 .0"
You can’t perform that action at this time.
0 commit comments