Releases: takapi327/ldbc
v0.2.0
ldbc v0.2.0 is released.
v0.2.0 includes major enhancements.
Support for JDK17 has also been launched.
Note that 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.
What's Changed
🚀 Features
- Feature/2023 12 create data source f by @takapi327 in #97
- Feature/2023 12 create ddl by @takapi327 in #99
- Feature/2024 01 add generate command by @takapi327 in #106
- Create .scala-steward.conf by @takapi327 in #109
💪 Enhancement
- Enhancement/2023 12 support jdk17 by @takapi327 in #101
- Enhancement/2023 12 dsl by @takapi327 in #105
- use
&
instead ofwith
by @xuwei-k in #107 - Enhancement/2024 01 add sql type alias by @takapi327 in #110
🔧 Refactoring
- Refactor/2023 12 dsl by @takapi327 in #104
- Refactor/2024 01 fix scalafmt settings by @takapi327 in #108
⛓️ Dependency update
- Update sbt version 1.9.7 -> 1.9.8 by @takapi327 in #100
- Dependencies/2023 12 update sbt GitHub actions by @takapi327 in #102
- Change sbt-jmh 0.4.6 -> 0.4.7 by @takapi327 in #103
New Contributors
Full Changelog: v0.1.1...v0.2.0
v0.1.1
ldbc v0.1.0 is released.
v0.1.1 includes bugs and enhancements in v0.1.0.
Note that 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.
What's Changed
💪 Enhancement
- Add ldbcHikari by @takapi327 in #94
- Enhancement/2023 12 enhanced analysis by @takapi327 in #95
- Enhancement/2023 12 enhanced data type default value by @takapi327 in #96
🐛 Bug Fixes
- Fix/2023 12 result set reader by @takapi327 in #93
Full Changelog: v0.1.0...v0.1.1
v0.1.0
ldbc v0.1.0 is released.
Note that 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.
What's Changed
🚀 Features
- Feature/2023 02 create GitHub settings by @takapi327 in #1
- Feature/2023 02 create sbt settings by @takapi327 in #2
- Feature/2023 02 create core project by @takapi327 in #3
- Feature/2023 02 create scalafmt settings by @takapi327 in #4
- Feature/2023 02 create GitHub actions settings by @takapi327 in #5
- Feature/2023 02 create sql project by @takapi327 in #7
- Feature/2023 02 add core implementation by @takapi327 in #6
- Feature/2023 02 create sql dsl io project by @takapi327 in #9
- Feature/2023 02 create ldbc builder by @takapi327 in #10
- Feature/2023 04 create custom data type by @takapi327 in #14
- Feature/2023 02 create ldbc schemaspy project by @takapi327 in #11
- Feature/2023 06 create ldbc generator project by @takapi327 in #17
- Feature/2023 07 enum data type support by @takapi327 in #21
- Feature/2023 03 generate database model by @takapi327 in #31
- Feature/2023 03 sql file cache by @takapi327 in #32
- Feature/2023 03 supports analysis by directory specification by @takapi327 in #33
- Feature/2023 07 supports serial data types by @takapi327 in #35
- Feature/2023 07 create property type customization function by @takapi327 in #36
- Feature/2023 07 create code string builder by @takapi327 in #38
- Feature/2023 07 support for boolean data type by @takapi327 in #40
- Feature/2023 07 create output query execution log by @takapi327 in #42
- Feature/2023 07 added functionality for executing queries in the method chain by @takapi327 in #43
- Feature/2023 08 add insert query by @takapi327 in #45
- Feature/2023 08 add update query by @takapi327 in #46
- Feature/2023 09 extension of join by @takapi327 in #48
- Feature/2023 09 create delete query by @takapi327 in #49
- Feature/2023 09 create returning auto generate key by @takapi327 in #50
- Feature/2023 10 support for set syntax by @takapi327 in #69
- Feature/2023 11 add database action by @takapi327 in #75
- Feature/2023 10 create duplicate key update statement by @takapi327 in #65
- Feature/2023 11 create hikari cp by @takapi327 in #79
- Feature/2023 11 create benchmark project by @takapi327 in #83
- Feature/2023 12 add managed connection by @takapi327 in #85
- Feature/2023 12 add ci release by @takapi327 in #86
💪 Enhancement
- Enhancement/2023 04 data type modification by @takapi327 in #13
- Enhancement/2023 07 enhanced default value setting by @takapi327 in #18
- Enhancement/2023 07 enhanced date time data type by @takapi327 in #19
- Enhancement/2023 07 deprecated support for numeric data types by @takapi327 in #20
- Enhancement/2023 07 deprecated support for year data types by @takapi327 in #28
- Enhancement/2023 07 enhanced parse error log by @takapi327 in #34
- Enhancement/2023 09 set conditions for the update process by @takapi327 in #52
- Enhancement/2023 09 enhanced parameter by @takapi327 in #62
- Enhancement/2023 10 date type enhancement by @takapi327 in #66
- Enhancement/2023 10 table enhancement by @takapi327 in #67
- Enhancement/2023 10 date type default value correction by @takapi327 in #70
🐛 Bug Fixes
- Fix/2023 07 enum data type deficiency corrected by @takapi327 in #22
- Bug fix join query by @takapi327 in #81
New Contributors
- @takapi327 made their first contribution in #1
Full Changelog: https://github.com/takapi327/ldbc/commits/v0.1.0