Skip to content

Releases: zapodot/embedded-db-junit

2.2.0

11 Jul 14:12
519fa35
Compare
Choose a tag to compare

What's Changed

  • Changed baseline java version to Java 17 by @zapodot
  • Bump org.sql2o:sql2o from 1.6.0 to 1.8.0 by @dependabot in #501

Full Changelog: 2.1.2...2.2.0

2.1.2

11 Jul 12:44
c727433
Compare
Choose a tag to compare

What's Changed

Full Changelog: r.2.1.1...2.1.2

2.1.1

04 Nov 07:48
d35c54d
Compare
Choose a tag to compare

What's Changed

Full Changelog: r.2.1.0...r.2.1.1

2.1.0

12 Aug 11:41
ddb1b94
Compare
Choose a tag to compare
  • H2 updated to 2.114
  • Hypersql updated to 2.7.0
  • Flyway updated to 9.1.3 (with has some breaking changes for the community edition)
  • Liquibase updated to 4.15.0
  • all other libs updated to the latest version available

2.0.2

25 Oct 09:58
6fc5112
Compare
Choose a tag to compare

Bump deps. No functional differences to v. 2.0.1

2.0.1

22 Oct 10:34
7fdc5ec
Compare
Choose a tag to compare
  • fix from @slayful (THX!) for liquibase #227
  • bumped dependencies

2.0.0

19 May 12:35
fc84b6d
Compare
Choose a tag to compare

The first release of the 2.0 branch contains new features such as JUnit 5 Jupiter support

2.0-BETA2

17 Jan 15:36
398e6f4
Compare
Choose a tag to compare
2.0-BETA2 Pre-release
Pre-release
  • fix bug that allowed each type of InitializationPlugin to be run only once

1.1.3

11 Nov 14:28
ed55d61
Compare
Choose a tag to compare

Update deps:

  • h2: 1.4.200
  • hsqldb: 2.5.0
  • guava: 28.1-jre
  • flyway: 6.0.8
  • liquibase: 3.8.0

2.0-BETA1

05 Nov 09:26
0a2af0f
Compare
Choose a tag to compare
2.0-BETA1 Pre-release
Pre-release
  • support JUnit Jupiter