Skip to content

Commit 8dba706

Browse files
committed
update changelog, fix tests
Signed-off-by: Nicholas Walter Knize <[email protected]>
1 parent d8bab00 commit 8dba706

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
125125

126126
### Removed
127127
- Remove deprecated classes for Rounding ([#10956](https://github.com/opensearch-project/OpenSearch/issues/10956))
128+
- [Remove] Remaining Joda and Joda Dependency ([#10949](https://github.com/opensearch-project/OpenSearch/pull/10949))
128129

129130
### Fixed
130131
- Fix failure in dissect ingest processor parsing empty brackets ([#9225](https://github.com/opensearch-project/OpenSearch/pull/9255))

qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_camel_case_dateformat.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
refresh: true
66
body:
77
- '{"index": {"_index": "camel_case_date_format"}}'
8-
- '{"date_field": "2019-02-01T00:00+01:00"}'
8+
- '{"date_field": "2023-02-01T00:00+01:00"}'
99

1010
- do:
1111
search:
@@ -15,5 +15,5 @@
1515
query:
1616
range:
1717
date_field:
18-
gte: "2019-01-01T00:00+01:00"
19-
lte: "2019-03-01T00:00+01:00"
18+
gte: "2023-01-01T00:00+01:00"
19+
lte: "2023-03-01T00:00+01:00"

0 commit comments

Comments
 (0)