Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-22 | 965 Bytes | |
v9.0.0-RC2 source code.tar.gz | 2025-05-22 | 425.1 kB | |
v9.0.0-RC2 source code.zip | 2025-05-22 | 1.3 MB | |
Totals: 3 Items | 1.7 MB | 0 |
Breaking changes
This release: - is built and released with java 17 (this was 11)
- removes a lot of the deprecated features. Most of them came with a deprecation warning in earlier releases, but maybe not all.
Highlights in this release
- Build and release with java 17 by @Philippus in https://github.com/Philippus/elastic4s/pull/3449
- Remove deprecated features by @Philippus in https://github.com/Philippus/elastic4s/pull/3455
- Merge 8.x to 9.x by @Philippus in https://github.com/Philippus/elastic4s/pull/3465
- Remove more deprecated features by @Philippus in https://github.com/Philippus/elastic4s/pull/3466
Thank you @sksamuel for creating elastic4s!
Full Changelog: https://github.com/Philippus/elastic4s/compare/v9.0.0-RC1...v9.0.0-RC2
This release was brought to you by 3 contributors, according to git shortlog -sn --no-merges @ ^v9.0.0-RC1 and checking the reviewers. Thank you @Philippus, @scala-steward and @TactiC.