You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added documentation on how to make raw json requests ([#196](https://github.com/opensearch-project/opensearch-rs/pull/196))
@@ -19,14 +35,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
19
35
### Changed
20
36
- Moved @aditjind to Emeritus maintainers ([#170](https://github.com/opensearch-project/opensearch-rs/pull/170))
21
37
22
-
### Deprecated
23
-
24
-
### Removed
25
-
26
-
### Fixed
27
-
28
-
### Security
29
-
30
38
## [2.1.0]
31
39
32
40
### Added
@@ -56,16 +64,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
56
64
- Updates GitHub workflow to additionally run `cargo make test` ([#120](https://github.com/opensearch-project/opensearch-rs/pull/120))
57
65
- Updates GitHub workflows to use caching to speed up builds ([#121](https://github.com/opensearch-project/opensearch-rs/pull/121))
58
66
59
-
### Deprecated
60
-
61
-
### Removed
62
-
63
67
### Fixed
64
68
- Fixes `cargo make test` failing out of the box ([#117](https://github.com/opensearch-project/opensearch-rs/pull/117))
65
69
- Fixes f64 comparison in `yaml_test_runner` to use numeric-based comparison instead of string-based ([#150](https://github.com/opensearch-project/opensearch-rs/pull/150))
66
70
- Fixes YAML spec tests by adding u64 (unsigned long) support ([#167](https://github.com/opensearch-project/opensearch-rs/pull/167))
0 commit comments