File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,29 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [ Unreleased 2.x]
5
5
### Added
6
+
7
+ ### Dependencies
8
+
9
+ ### Changed
10
+
11
+ ### Deprecated
12
+
13
+ ### Removed
14
+
15
+ ### Fixed
16
+
17
+ ### Security
18
+
19
+ ## [ 2.9.0] - 02/22/2024
20
+ ### Added
6
21
- Add support for Hybrid query type ([ #850 ] ( https://github.com/opensearch-project/opensearch-java/pull/850 ) )
7
22
8
23
### Dependencies
9
24
- Bumps ` org.ajoberstar.grgit:grgit-gradle ` from 5.2.0 to 5.2.2
10
25
11
26
### Changed
27
+ - Restore support for Java 8 ([ #767 ] ( https://github.com/opensearch-project/opensearch-java/pull/767 ) )
28
+ - Add an integration test that runs on JDK-8 ([ #795 ] ( https://github.com/opensearch-project/opensearch-java/pull/795 ) )
12
29
13
30
### Deprecated
14
31
@@ -85,8 +102,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
85
102
### Dependencies
86
103
87
104
### Changed
88
- - Restore support for Java 8 ([ #767 ] ( https://github.com/opensearch-project/opensearch-java/pull/767 ) )
89
- - Add an integration test that runs on JDK-8 ([ #795 ] ( https://github.com/opensearch-project/opensearch-java/pull/795 ) )
90
105
91
106
### Deprecated
92
107
You can’t perform that action at this time.
0 commit comments