Skip to content

Commit f11f1f1

Browse files
Adding release notes for 2.8 (#918) (#919)
Signed-off-by: Martin Gaievski <gaievski@amazon.com> (cherry picked from commit 556bb1a) Co-authored-by: Martin Gaievski <gaievski@amazon.com>
1 parent d0517be commit f11f1f1

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
### Maintenance
1313
### Refactoring
1414

15-
## [Unreleased 2.x](https://github.com/opensearch-project/k-NN/compare/2.7...2.x)
15+
## [Unreleased 2.x](https://github.com/opensearch-project/k-NN/compare/2.8...2.x)
1616
### Features
1717
### Enhancements
18-
* Bulk allocate objects for nmslib index creation to avoid malloc fragmentation ([#773](https://github.com/opensearch-project/k-NN/pull/773))
1918
### Bug Fixes
2019
### Infrastructure
21-
* Bump requests version from 2.26.0 to 2.31.0 ([#913](https://github.com/opensearch-project/k-NN/pull/913))
22-
* Disable index refresh for system indices ([#773](https://github.com/opensearch-project/k-NN/pull/915))
2320
### Documentation
2421
### Maintenance
2522
### Refactoring
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Version 2.8.0.0 Release Notes
2+
3+
Compatible with OpenSearch 2.8.0
4+
5+
### Enhancements
6+
7+
* Bulk allocate objects for nmslib index creation to avoid malloc fragmentation ([#773](https://github.com/opensearch-project/k-NN/pull/773))
8+
9+
### Infrastructure
10+
11+
* Bump requests version from 2.26.0 to 2.31.0 ([#913](https://github.com/opensearch-project/k-NN/pull/913))
12+
* Disable index refresh for system indices ([#773](https://github.com/opensearch-project/k-NN/pull/915))

0 commit comments

Comments
 (0)