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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-155Lines changed: 2 additions & 155 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,86 +193,34 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
193
193
- Fixed deserializing of error responses when using AwsSdk2Transport ([#1068](https://github.com/opensearch-project/opensearch-java/pull/1068))
194
194
195
195
## [2.11.1] - 06/27/2024
196
-
### Added
197
-
198
-
### Dependencies
199
-
200
-
### Changed
201
-
202
-
### Deprecated
203
-
204
-
### Removed
205
-
206
196
### Fixed
207
197
- Fixed handling of an absent `source` in InlineGet ([#1042](https://github.com/opensearch-project/opensearch-java/pull/1042))
208
198
209
-
### Security
210
-
211
199
## [2.11.0] - 06/20/2024
212
-
### Added
213
-
214
200
### Dependencies
215
201
- Bumps `io.github.classgraph:classgraph` from 4.8.172 to 4.8.173
216
202
217
-
### Changed
218
-
219
-
### Deprecated
220
-
221
-
### Removed
222
-
223
203
### Fixed
224
204
- Fixed error when deserializing an analyzer without `type` specified ([#1033](https://github.com/opensearch-project/opensearch-java/pull/1033))
225
205
226
-
### Security
227
-
228
206
## [2.10.4] - 06/05/2024
229
207
### Added
230
208
- Added support for [text embedding processor](https://opensearch.org/docs/latest/ingest-pipelines/processors/text-embedding/) ([#1007](https://github.com/opensearch-project/opensearch-java/pull/1007))
- Preserve caller information in stack traces when synchronous callers use asynchronous transports ([#656](https://github.com/opensearch-project/opensearch-java/pull/656))
@@ -326,8 +259,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
326
259
- Client with Java 8 runtime and Apache HttpClient 5 Transport fails with java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer ([#920](https://github.com/opensearch-project/opensearch-java/pull/920))
327
260
- Add missed field "filter" to NeuralQuery model class
328
261
329
-
### Security
330
-
331
262
## [2.9.0] - 02/22/2024
332
263
### Added
333
264
- Add support for Hybrid query type ([#850](https://github.com/opensearch-project/opensearch-java/pull/850))
@@ -339,41 +270,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
339
270
- Restore support for Java 8 ([#767](https://github.com/opensearch-project/opensearch-java/pull/767))
340
271
- Add an integration test that runs on JDK-8 ([#795](https://github.com/opensearch-project/opensearch-java/pull/795))
341
272
342
-
### Deprecated
343
-
344
-
### Removed
345
-
346
273
### Fixed
347
274
- Fix missing properties on UpdateOperation ([#744](https://github.com/opensearch-project/opensearch-java/pull/744))
348
275
349
-
### Security
350
-
351
276
## [2.8.4] - 02/20/2024
352
277
### Added
353
278
- Add search role type for nodes in cluster stats ([#848](https://github.com/opensearch-project/opensearch-java/pull/848))
354
279
355
-
### Dependencies
356
-
357
-
### Changed
358
-
359
-
### Deprecated
360
-
361
-
### Removed
362
-
363
280
### Fixed
364
281
- Fix ClusterStatsResponse field deserialization ([#848](https://github.com/opensearch-project/opensearch-java/pull/848))
365
282
366
283
## [2.8.3] - 02/12/2024
367
-
### Added
368
-
369
-
### Dependencies
370
-
371
-
### Changed
372
-
373
-
### Deprecated
374
-
375
-
### Removed
376
-
377
284
### Fixed
378
285
- Fix PutTemplateRequest field deserialization ([#723](https://github.com/opensearch-project/opensearch-java/pull/723))
379
286
- Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. ([#838](https://github.com/opensearch-project/opensearch-java/pull/838))
@@ -392,8 +299,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
392
299
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.3
393
300
- Bumps `org.owasp.dependencycheck` from 8.4.2 to 9.0.8
394
301
395
-
### Changed
396
-
397
302
### Deprecated
398
303
- Deprecated "_toQuery()" in Query and QueryVariant ([#760](https://github.com/opensearch-project/opensearch-java/pull/760))
399
304
@@ -406,45 +311,23 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
406
311
- Fix PutIndexTemplateRequest field deserialization ([#765](https://github.com/opensearch-project/opensearch-java/pull/765))
407
312
- Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. ([#825](https://github.com/opensearch-project/opensearch-java/issues/825))
408
313
409
-
### Security
410
-
411
314
## [2.8.1]
412
-
### Added
413
-
414
-
### Dependencies
415
-
416
-
### Changed
417
-
418
-
### Deprecated
419
-
420
-
### Removed
421
-
422
315
### Fixed
423
316
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709))
424
317
425
-
### Security
426
-
427
318
## [2.8.0] - 01/11/2023
428
319
### Added
429
320
- Added support for indexing and search index settings ([#667](https://github.com/opensearch-project/opensearch-java/pull/667))
430
321
- Added support for neural query type ([#674](https://github.com/opensearch-project/opensearch-java/pull/674))
431
322
432
-
### Dependencies
433
-
434
323
### Changed
435
324
- Allow null values in arrays ([#687](https://github.com/opensearch-project/opensearch-java/pull/687))
436
325
- Add an example for bulk update operation in samples ([#690](https://github.com/opensearch-project/opensearch-java/pull/690))
437
326
438
-
### Deprecated
439
-
440
-
### Removed
441
-
442
327
### Fixed
443
328
- Fixed Hit response when search request has storedFields as null ([#698](https://github.com/opensearch-project/opensearch-java/pull/698))
- Added support for "smartcn" analyzer ([#605](https://github.com/opensearch-project/opensearch-java/pull/605))
@@ -463,8 +346,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
463
346
- Moved "software.amazon.awssdk" dependencies to the compileOnly scope. ([#628](https://github.com/opensearch-project/opensearch-java/pull/628))
464
347
- Migrated from checkstyle to spotless ([#648](https://github.com/opensearch-project/opensearch-java/pull/648))
465
348
466
-
### Deprecated
467
-
468
349
### Removed
469
350
- Remove generated code comments from all files ([#598](https://github.com/opensearch-project/opensearch-java/pull/598))
470
351
@@ -477,8 +358,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
477
358
- Fix TermvectorsResponse for optional fields ([#642](https://github.com/opensearch-project/opensearch-java/pull/642))
478
359
- Fix deserialization of MsearchTemplateResponse ([#660](https://github.com/opensearch-project/opensearch-java/pull/660))
479
360
480
-
### Security
481
-
482
361
## [2.6.0] - 07/05/2023
483
362
### Added
484
363
- Add support for knn_vector field type ([#524](https://github.com/opensearch-project/opensearch-java/pull/524))
@@ -492,19 +371,13 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
492
371
- Bumps `jackson` from 2.14.2 to 2.15.2 ((#537)[https://github.com/opensearch-project/opensearch-java/pull/537])
493
372
- Update `org.apache.httpcomponents.client5:httpclient5` from `5.1.4` to `5.2.1` and `org.apache.httpcomponents.core5:httpcore5` from `5.1.5` to `5.2.2`
494
373
495
-
### Changed
496
-
497
374
### Deprecated
498
375
- Deprecate translogDurability and translogFlushThresholdSize in IndexSettings in favor of a separate translog object ([#518](https://github.com/opensearch-project/opensearch-java/pull/518))
499
376
500
-
### Removed
501
-
502
377
### Fixed
503
378
- Fixed Suggesters for Completion, Term, and Phrase and refactored the Suggestion class ([#477](https://github.com/opensearch-project/opensearch-java/pull/477))
504
379
- Fix highlight max_analyzer_offset field name to match with the one introduced in OpenSearch 2.2.0 ([#555](https://github.com/opensearch-project/opensearch-java/pull/555))
505
380
506
-
### Security
507
-
508
381
## [2.5.0] - 06/02/2023
509
382
### Added
510
383
- Add workflow to publish snapshots via GHA ([#454](https://github.com/opensearch-project/opensearch-java/pull/454))
@@ -518,20 +391,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
518
391
- Improve time taken by Github actions by using cache ([#439](https://github.com/opensearch-project/opensearch-java/pull/439))
519
392
- Introduce intermediary SearchResult for SearchResponse and SearchTemplateResponse classes, enabling similar response handling for both ([#462](https://github.com/opensearch-project/opensearch-java/pull/462))
520
393
521
-
### Deprecated
522
-
523
-
### Removed
524
-
525
394
### Fixed
526
395
- Fix missing Highlight and SourceConfig in the MultisearchBody ([#442](https://github.com/opensearch-project/opensearch-java/pull/442))
527
396
- Fix search failure with missing required property HitsMetadata.total when trackTotalHits is disabled ([#372](https://github.com/opensearch-project/opensearch-java/pull/372))
528
397
- Fix failure when deserialing response for tasks API ([#463](https://github.com/opensearch-project/opensearch-java/pull/463))
529
398
- Fix failure when deserializing boolean types for enums ([#463](https://github.com/opensearch-project/opensearch-java/pull/482))
530
399
- Fix missing minScore, postFilter, searchAfter, sort, trackScores in the MultisearchBody ([#516](https://github.com/opensearch-project/opensearch-java/pull/516))
531
-
### Security
532
400
533
401
## [2.4.0] - 04/11/2023
534
-
535
402
### Added
536
403
- Add buffered lookahead for Jackson ([#338](https://github.com/opensearch-project/opensearch-java/pull/338))
537
404
- Add support for headers and sort parameters in cat requests ([#413](https://github.com/opensearch-project/opensearch-java/pull/413))
@@ -540,18 +407,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
540
407
### Dependencies
541
408
- Bumps `io.github.classgraph:classgraph` from 4.8.156 to 4.8.157 ([#408](https://github.com/opensearch-project/opensearch-java/pull/408))
542
409
543
-
### Changed
544
-
545
-
### Deprecated
546
-
547
-
### Removed
548
-
549
-
### Fixed
550
-
551
-
### Security
552
-
553
410
## [2.3.0] - 03/15/2023
554
-
555
411
### Added
556
412
- Require two maintainers to approve release ([#383](https://github.com/opensearch-project/opensearch-java/pull/383))
557
413
- Add support for mapping limit settings ([#382](https://github.com/opensearch-project/opensearch-java/pull/382))
@@ -563,19 +419,12 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
563
419
### Changed
564
420
- Prevent SPI calls at runtime ([#293](https://github.com/opensearch-project/opensearch-java/pull/293))
565
421
566
-
### Deprecated
567
-
568
-
### Removed
569
-
570
422
### Fixed
571
423
- Fix issue where completion suggestions were failing, due to being parsed as term suggestions ([#350](https://github.com/opensearch-project/opensearch-java/pull/350))
- Fix missing key property in the RangeBucket ([#381](https://github.com/opensearch-project/opensearch-java/pull/381))
574
426
575
-
### Security
576
-
577
427
## [2.2.0] - 01/23/2023
578
-
579
428
### Added
580
429
- Add Github workflow for changelog verification ([#239](https://github.com/opensearch-project/opensearch-java/pull/239))
581
430
- Add Github workflow for dependabot PRs ([#247](https://github.com/opensearch-project/opensearch-java/pull/247))
@@ -599,7 +448,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
599
448
### Deprecated
600
449
- Deprecate the totalDataSetSize and totalDataSetSizeInBytes fields in the StoreStats ([#498](https://github.com/opensearch-project/opensearch-java/pull/498))
601
450
602
-
603
451
### Removed
604
452
- Remove support for unsupported dynamic_templates in bulk ([#276](https://github.com/opensearch-project/opensearch-java/pull/276))
605
453
@@ -613,10 +461,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
613
461
- Fix missing cause message in missing permission to call Fine Grained Access Control Amazon OpenSearch domain ([#473](https://github.com/opensearch-project/opensearch-java/issues/473))
0 commit comments