Skip to content

Releases: scalikejdbc/scalikejdbc

version 4.3.0

11 May 14:42
Compare
Choose a tag to compare

ScalikeJDBC 4.3.0 is now available for Scala 2.12, 2.13, and Scala 3 application development!

The notable feature enhancement is scalikejdbc-orm module addition! This extension is an O/R mapper built on top of the ScalikeJDBC core library, drawing significant inspiration from Ruby on Rails' ActiveRecord library. For instance, you can run the following query just with simple CRUDMapper class/object definition:

Member.joins(Member.email).where(sqls.eq(m.name, "Alice")).apply()

Refer to the latest README and document website for more details.

Thank you to all the contributors for this release! 👍

  • @jchyb helped @seratch resolve Scala 3 compilation errors for scalikejdbc-orm module (#1249)
  • @kardapoltsev resolved missing tags in one-to-x queries (#2163)
  • @xuwei-k did a substantial amount of work for refactoring and dependency management

Please review https://github.com/scalikejdbc/scalikejdbc/milestone/48?closed=1 for a list of PRs and contributors!

Take pleasure in crafting type-safe SQL to accomplish tasks efficiently!

version 4.2.1

06 Feb 07:11
Compare
Choose a tag to compare

We're happy to announce that ScalikeJDBC 4.2.1 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors (@kardapoltsev)!

Refer to the release notes to learn the changes 👋

version 4.2.0

17 Jan 02:40
9df65eb
Compare
Choose a tag to compare

We're happy to announce that ScalikeJDBC 4.2.0 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors!

Refer to the release notes to learn the changes 👋

version 4.1.0

20 Oct 09:51
Compare
Choose a tag to compare

We're happy to announce that ScalikeJDBC 4.1.0 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors!

Refer to the release notes to learn the changes 👋

version 4.0.0

31 Oct 01:07
Compare
Choose a tag to compare

We're happy to announce that ScalikeJDBC 4.0.0 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors!

Refer to the release notes to learn the changes 👋

4.0.0-RC2

04 Jul 08:56
6f14a7a
Compare
Choose a tag to compare
4.0.0-RC2 Pre-release
Pre-release
version 4.0.0-RC2 (#1254)

4.0.0-M1

28 Feb 09:41
ea02965
Compare
Choose a tag to compare
4.0.0-M1 Pre-release
Pre-release
Merge pull request #1175 from seratch/v4.0.0-M1-release

version 4.0.0-M1

3.5.0

23 Jul 04:41
Compare
Choose a tag to compare
version 3.5.0

3.4.2

10 May 01:19
Compare
Choose a tag to compare
version 3.4.2

3.4.0

04 Nov 05:14
Compare
Choose a tag to compare
version 3.4.0