v0.3.0-beta1
takapi327
released this
20 May 01:32
·
1356 commits
to master
since this release
ldbc v0.3.0-beta1 is released.
This release adds enhancements to existing features.
Note
ldbc is pre-1.0 software and is still undergoing active development. New versions are not binary compatible with prior versions, although in most cases user code will be source compatible.
The major version will be the stable version.
We have merged the JDBC-mimicking interface used by ldbc connector with the ldbc sql package.
This makes it ready to work with the other packages in ldbc.
What's Changed
🔧 Refactoring
- Match the ldbc sql package to ldbc connector. by @takapi327 in #206
- Refactor/2024 05 remove cora package dependency from sql package by @takapi327 in #208
- Refactor/2024 05 Integration with sql package by @takapi327 in #209
- Refactor/2024 05 integration savepoint by @takapi327 in #210
⛓️ Dependency update
- Update scala3-library from 3.4.1 to 3.4.2 by @scala-steward in #207
Full Changelog: v0.3.0-alpha9...v0.3.0-beta1