ScalarDB 3.5 Release Notes
This page includes a list of release notes for ScalarDB 3.5.
v3.5.9
Release date: June 30, 2023
Summary
This release has several small improvements and vulnerability fixes.
Change logs
Improvements
- Improve some
toStringexpressions of Selection Operators (#920)
Bug fixes
- Bump scalar-labs/jre8 from 1.1.12 to 1.1.13 in /server (#881)
- Bump scalar-labs/jre8 from 1.1.12 to 1.1.13 in /schema-loader (#882)
- Bump scalar-labs/jre8 from 1.1.13 to 1.1.14 in /schema-loader (#903)
- Bump scalar-labs/jre8 from 1.1.13 to 1.1.14 in /server (#902)
Documentation
- Change HTML syntax to Markdown for images (3.5) (#875)
v3.5.8
Release date: April 28, 2023
Summary
This release has several vulnerability fixes.
Change logs
Bug fixes
- Fix CVE-2022-42898 (#794)
- Fix CVE-2023-0286 (#821)
- Fix CVE-2023-0361 and CVE-2022-41723 (#834)
- Fix CVE-2022-41721 (#808)
v3.5.7
Release date: December 27, 2022
Summary
This release has several bug fixes.
Change logs
Bug fixes
- Upgrade docker image version to fix CVE-2021-46848 (#766)
- Fix CVE-2022-21363 and CVE-2021-2471 (#773)
- Fix CVE-2022-41946 (#774)
v3.5.6
Release date: December 1, 2022
Summary
This release has several bug fixes.
Change logs
Bug fixes
- Update protobuf and grpc to fix CVE-2022-3171 (#738)
- Fix CVE-2022-40151 and CVE-2022-40152 (#743)
v3.5.5
Release date: November 16, 2022
Summary
This release has several bug fixes.
Change logs
Bug fixes
- Fix CVE-2021-3999, CVE-2022-1586 and CVE-2022-1587 (#700)
- Fix CVE-2022-27664 (#716)
- Fix CVE-2022-32149 (#727)
- Fix CVE-2022-42003 and CVE-2022-42004 (#726)
- Fix dependency errors for Maven projects (#735)
- Fix typos in exception messages (#714)
v3.5.4
Release date: September 2, 2022
Summary
This release has several bug fixes.
Change logs
Bug fixes
- Fix CVE-2022-31197 affecting PostgreSQL driver (#650)
- Fix CVE-2021-46828 by bumping the jre8 dependency version (#653)
- Fix CVE-2022-2509 (#654)
- Fix CVE-2022-37434 (#677)
v3.5.3
Release date: July 8, 2022
Improvements
- Update jre8 base image to 1.1.2 (#587)
- Update dependencies to fix CVE-2022-25647 (#589)
- Fix CVE-2022-1664 (#604)
- Fix CVE-2022-2068 (#623)
v3.5.2
Release date: April 28, 2022
Enhancements
- Release SNAPSHOT versions (#561)
Improvements
- Fix typo in the integrationTestTwoPhaseConsensusCommit gradle task name (#546)
- Update the base image jre8 to 1.1.0 (#551)
- Migrate CI to GitHub actions (#541)
- Trigger CI for "push" event on the master branch (#557)
- Update the base image jre8 to 1.1.1 (#560)
- Add docker check to CI (#568)
- Add CI triggers for "push" events on support and release branches (#572)