Skip to content

Commit 05f499f

Browse files
authored
Fix links in CHANGELOG and prune empty header sections (#1570) (#1572)
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
1 parent 6bc4771 commit 05f499f

1 file changed

Lines changed: 2 additions & 155 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 155 deletions
Original file line numberDiff line numberDiff line change
@@ -193,86 +193,34 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
193193
- Fixed deserializing of error responses when using AwsSdk2Transport ([#1068](https://github.com/opensearch-project/opensearch-java/pull/1068))
194194

195195
## [2.11.1] - 06/27/2024
196-
### Added
197-
198-
### Dependencies
199-
200-
### Changed
201-
202-
### Deprecated
203-
204-
### Removed
205-
206196
### Fixed
207197
- Fixed handling of an absent `source` in InlineGet ([#1042](https://github.com/opensearch-project/opensearch-java/pull/1042))
208198

209-
### Security
210-
211199
## [2.11.0] - 06/20/2024
212-
### Added
213-
214200
### Dependencies
215201
- Bumps `io.github.classgraph:classgraph` from 4.8.172 to 4.8.173
216202

217-
### Changed
218-
219-
### Deprecated
220-
221-
### Removed
222-
223203
### Fixed
224204
- Fixed error when deserializing an analyzer without `type` specified ([#1033](https://github.com/opensearch-project/opensearch-java/pull/1033))
225205

226-
### Security
227-
228206
## [2.10.4] - 06/05/2024
229207
### Added
230208
- 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))
231209

232-
### Dependencies
233-
234-
### Changed
235-
236-
### Deprecated
237-
238-
### Removed
239-
240210
### Fixed
241211
- ApacheHttpClient5Transport requires Apache Commons Logging dependency ([#1003](https://github.com/opensearch-project/opensearch-java/pull/1003))
242212
- Preserve caller information in stack traces when synchronous callers use asynchronous transports ([#656](https://github.com/opensearch-project/opensearch-java/pull/656))
243213
- Fix java.lang.NoSuchMethodError: org.apache.http.client.utils.URLEncodedUtils.formatSegments w/o httpclient ([#999](https://github.com/opensearch-project/opensearch-java/pull/999))
244214

245-
### Security
246-
247215
## [2.10.3] - 05/16/2024
248-
### Added
249-
250216
### Dependencies
251217
- Bumps `io.github.classgraph:classgraph` from 4.8.170 to 4.8.172
252218

253-
### Changed
254-
255-
### Deprecated
256-
257-
### Removed
258-
259219
### Fixed
260220
- Fix the deserialization of SortOptions ([#981](https://github.com/opensearch-project/opensearch-java/pull/981))
261221
- Generic HTTP Actions in Java Client does not work with AwsSdk2Transport ([#978](https://github.com/opensearch-project/opensearch-java/pull/978))
262222

263-
### Security
264-
265223
## [2.10.2] - 05/07/2024
266-
### Added
267-
268-
### Dependencies
269-
270-
### Changed
271-
272-
### Deprecated
273-
274-
### Removed
275-
276224
### Fixed
277225
- Fix integer overflow for variables in indices stats response ([#960](https://github.com/opensearch-project/opensearch-java/pull/960))
278226
- Fix composite aggregations for search requests ([#967](https://github.com/opensearch-project/opensearch-java/pull/967))
@@ -285,17 +233,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
285233
### Dependencies
286234
- Bumps `com.github.jk1.dependency-license-report` from 2.6 to 2.7
287235

288-
### Changed
289-
290-
### Deprecated
291-
292-
### Removed
293-
294-
### Fixed
295-
296-
### Security
297-
298-
299236
## [2.10.0] - 04/11/2024
300237
### Added
301238
- Add xy_shape property ([#884](https://github.com/opensearch-project/opensearch-java/pull/885))
@@ -312,10 +249,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
312249
- Bumps `jackson` from 2.15.2 to 2.17.0
313250
- Bumps `org.eclipse.parsson:parsson` from 1.1.5 to 1.1.6
314251

315-
### Changed
316-
317-
### Deprecated
318-
319252
### Removed
320253
- Delete shape property ([#884](https://github.com/opensearch-project/opensearch-java/pull/885))
321254

@@ -326,8 +259,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
326259
- 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))
327260
- Add missed field "filter" to NeuralQuery model class
328261

329-
### Security
330-
331262
## [2.9.0] - 02/22/2024
332263
### Added
333264
- 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/)
339270
- Restore support for Java 8 ([#767](https://github.com/opensearch-project/opensearch-java/pull/767))
340271
- Add an integration test that runs on JDK-8 ([#795](https://github.com/opensearch-project/opensearch-java/pull/795))
341272

342-
### Deprecated
343-
344-
### Removed
345-
346273
### Fixed
347274
- Fix missing properties on UpdateOperation ([#744](https://github.com/opensearch-project/opensearch-java/pull/744))
348275

349-
### Security
350-
351276
## [2.8.4] - 02/20/2024
352277
### Added
353278
- Add search role type for nodes in cluster stats ([#848](https://github.com/opensearch-project/opensearch-java/pull/848))
354279

355-
### Dependencies
356-
357-
### Changed
358-
359-
### Deprecated
360-
361-
### Removed
362-
363280
### Fixed
364281
- Fix ClusterStatsResponse field deserialization ([#848](https://github.com/opensearch-project/opensearch-java/pull/848))
365282

366283
## [2.8.3] - 02/12/2024
367-
### Added
368-
369-
### Dependencies
370-
371-
### Changed
372-
373-
### Deprecated
374-
375-
### Removed
376-
377284
### Fixed
378285
- Fix PutTemplateRequest field deserialization ([#723](https://github.com/opensearch-project/opensearch-java/pull/723))
379286
- 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/)
392299
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.3
393300
- Bumps `org.owasp.dependencycheck` from 8.4.2 to 9.0.8
394301

395-
### Changed
396-
397302
### Deprecated
398303
- Deprecated "_toQuery()" in Query and QueryVariant ([#760](https://github.com/opensearch-project/opensearch-java/pull/760))
399304

@@ -406,45 +311,23 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
406311
- Fix PutIndexTemplateRequest field deserialization ([#765](https://github.com/opensearch-project/opensearch-java/pull/765))
407312
- Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. ([#825](https://github.com/opensearch-project/opensearch-java/issues/825))
408313

409-
### Security
410-
411314
## [2.8.1]
412-
### Added
413-
414-
### Dependencies
415-
416-
### Changed
417-
418-
### Deprecated
419-
420-
### Removed
421-
422315
### Fixed
423316
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709))
424317

425-
### Security
426-
427318
## [2.8.0] - 01/11/2023
428319
### Added
429320
- Added support for indexing and search index settings ([#667](https://github.com/opensearch-project/opensearch-java/pull/667))
430321
- Added support for neural query type ([#674](https://github.com/opensearch-project/opensearch-java/pull/674))
431322

432-
### Dependencies
433-
434323
### Changed
435324
- Allow null values in arrays ([#687](https://github.com/opensearch-project/opensearch-java/pull/687))
436325
- Add an example for bulk update operation in samples ([#690](https://github.com/opensearch-project/opensearch-java/pull/690))
437326

438-
### Deprecated
439-
440-
### Removed
441-
442327
### Fixed
443328
- Fixed Hit response when search request has storedFields as null ([#698](https://github.com/opensearch-project/opensearch-java/pull/698))
444329
- Fix InnerHits storedFields deserialization/serialization ([#781](https://github.com/opensearch-project/opensearch-java/pull/781)
445330

446-
### Security
447-
448331
## [2.7.0] - 10/13/2023
449332
### Added
450333
- 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/)
463346
- Moved "software.amazon.awssdk" dependencies to the compileOnly scope. ([#628](https://github.com/opensearch-project/opensearch-java/pull/628))
464347
- Migrated from checkstyle to spotless ([#648](https://github.com/opensearch-project/opensearch-java/pull/648))
465348

466-
### Deprecated
467-
468349
### Removed
469350
- Remove generated code comments from all files ([#598](https://github.com/opensearch-project/opensearch-java/pull/598))
470351

@@ -477,8 +358,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
477358
- Fix TermvectorsResponse for optional fields ([#642](https://github.com/opensearch-project/opensearch-java/pull/642))
478359
- Fix deserialization of MsearchTemplateResponse ([#660](https://github.com/opensearch-project/opensearch-java/pull/660))
479360

480-
### Security
481-
482361
## [2.6.0] - 07/05/2023
483362
### Added
484363
- 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/)
492371
- Bumps `jackson` from 2.14.2 to 2.15.2 ((#537)[https://github.com/opensearch-project/opensearch-java/pull/537])
493372
- 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`
494373

495-
### Changed
496-
497374
### Deprecated
498375
- Deprecate translogDurability and translogFlushThresholdSize in IndexSettings in favor of a separate translog object ([#518](https://github.com/opensearch-project/opensearch-java/pull/518))
499376

500-
### Removed
501-
502377
### Fixed
503378
- Fixed Suggesters for Completion, Term, and Phrase and refactored the Suggestion class ([#477](https://github.com/opensearch-project/opensearch-java/pull/477))
504379
- 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))
505380

506-
### Security
507-
508381
## [2.5.0] - 06/02/2023
509382
### Added
510383
- 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/)
518391
- Improve time taken by Github actions by using cache ([#439](https://github.com/opensearch-project/opensearch-java/pull/439))
519392
- Introduce intermediary SearchResult for SearchResponse and SearchTemplateResponse classes, enabling similar response handling for both ([#462](https://github.com/opensearch-project/opensearch-java/pull/462))
520393

521-
### Deprecated
522-
523-
### Removed
524-
525394
### Fixed
526395
- Fix missing Highlight and SourceConfig in the MultisearchBody ([#442](https://github.com/opensearch-project/opensearch-java/pull/442))
527396
- Fix search failure with missing required property HitsMetadata.total when trackTotalHits is disabled ([#372](https://github.com/opensearch-project/opensearch-java/pull/372))
528397
- Fix failure when deserialing response for tasks API ([#463](https://github.com/opensearch-project/opensearch-java/pull/463))
529398
- Fix failure when deserializing boolean types for enums ([#463](https://github.com/opensearch-project/opensearch-java/pull/482))
530399
- Fix missing minScore, postFilter, searchAfter, sort, trackScores in the MultisearchBody ([#516](https://github.com/opensearch-project/opensearch-java/pull/516))
531-
### Security
532400

533401
## [2.4.0] - 04/11/2023
534-
535402
### Added
536403
- Add buffered lookahead for Jackson ([#338](https://github.com/opensearch-project/opensearch-java/pull/338))
537404
- 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/)
540407
### Dependencies
541408
- Bumps `io.github.classgraph:classgraph` from 4.8.156 to 4.8.157 ([#408](https://github.com/opensearch-project/opensearch-java/pull/408))
542409

543-
### Changed
544-
545-
### Deprecated
546-
547-
### Removed
548-
549-
### Fixed
550-
551-
### Security
552-
553410
## [2.3.0] - 03/15/2023
554-
555411
### Added
556412
- Require two maintainers to approve release ([#383](https://github.com/opensearch-project/opensearch-java/pull/383))
557413
- 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/)
563419
### Changed
564420
- Prevent SPI calls at runtime ([#293](https://github.com/opensearch-project/opensearch-java/pull/293))
565421

566-
### Deprecated
567-
568-
### Removed
569-
570422
### Fixed
571423
- Fix issue where completion suggestions were failing, due to being parsed as term suggestions ([#350](https://github.com/opensearch-project/opensearch-java/pull/350))
572424
- Bulk UpdateOperation misses upsert options ([#353](https://github.com/opensearch-project/opensearch-java/pull/353))
573425
- Fix missing key property in the RangeBucket ([#381](https://github.com/opensearch-project/opensearch-java/pull/381))
574426

575-
### Security
576-
577427
## [2.2.0] - 01/23/2023
578-
579428
### Added
580429
- Add Github workflow for changelog verification ([#239](https://github.com/opensearch-project/opensearch-java/pull/239))
581430
- 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/)
599448
### Deprecated
600449
- Deprecate the totalDataSetSize and totalDataSetSizeInBytes fields in the StoreStats ([#498](https://github.com/opensearch-project/opensearch-java/pull/498))
601450

602-
603451
### Removed
604452
- Remove support for unsupported dynamic_templates in bulk ([#276](https://github.com/opensearch-project/opensearch-java/pull/276))
605453

@@ -613,10 +461,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
613461
- 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))
614462
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
615463
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
616-
617-
### Security
618464

619-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...2.x
465+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...2.x
466+
[2.24.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...v2.24.0
620467
[2.23.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...v2.23.0
621468
[2.22.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0
622469
[2.21.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.20.0...v2.21.0

0 commit comments

Comments
 (0)