Skip to content

Releases: sVoxelDev/ebean-wrapper

v2.5.0

07 Nov 10:35
Compare
Choose a tag to compare

2.5.0 (2020-11-07)

Features

  • add convenience Driver class with mappings (41e5a23)

v2.4.0

07 Nov 10:18
Compare
Choose a tag to compare

2.4.0 (2020-11-07)

Features

  • simplify defaults for spigot (4c35373)

v2.3.2

04 Nov 23:15
Compare
Choose a tag to compare

2.3.2 (2020-11-04)

Bug Fixes

  • migration: append driver identifier to migration path (6bd214c)

v2.3.1

04 Nov 23:01
Compare
Choose a tag to compare

2.3.1 (2020-11-04)

Bug Fixes

  • copy dbmigration from using class to temp dir and execute from there (65711a3)

v2.3.0

04 Nov 21:20
Compare
Choose a tag to compare

2.3.0 (2020-11-04)

Features

  • expose ebean-wrapper as a spigot plugin (b916329)

v2.2.0

04 Sep 21:11
Compare
Choose a tag to compare

2.2.0 (2020-09-04)

Features

v2.1.0

27 Aug 21:09
Compare
Choose a tag to compare

2.1.0 (2020-08-27)

Bug Fixes

  • bypass DriverManager unwilling to load driver from external jar (bec95ea)

Features

  • add option to pass a list of entity classes (bcb3217)

v2.0.0

26 Aug 21:18
Compare
Choose a tag to compare

2.0.0 (2020-08-26)

Features

  • refactor EbeanWrapper to take a full ebean config (ac87138)

BREAKING CHANGES

  • the EbeanWrapper now takes a Config parameter containing all of the needed configuration for the wrapper. Including a full ebean database and/or datasource config.

v1.1.0

25 Aug 20:47
Compare
Choose a tag to compare

1.1.0 (2020-08-25)

Bug Fixes

  • driver file is created as directory (b54c533)
  • wrong h2 driver download url (dd785f2)

Features

  • allow customizing the driver location (fd27b3d)

v1.0.0

25 Aug 20:16
Compare
Choose a tag to compare

1.0.0 (2020-08-25)

Features

  • create EbeanWrapper with driver download functionality (c12b7e3)