Skip to content

Releases: venasolutions/bosk

0.0.107

24 Jun 17:16
db2e76a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.106...0.0.107

0.0.106

12 Feb 19:01
bcd1a2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.104...0.0.106

Re-release of 0.0.104

26 Jan 15:53
678484a
Compare
Choose a tag to compare

Something went wrong with the deployment to Maven Central, and 0.0.104 is not listed here. Let me try pushing a 0.0.105 release.

0.0.104

25 Jan 14:59
678484a
Compare
Choose a tag to compare

What's Changed

  • Fix logging of polyfills in SerializationPlugin by @prdoyle in #94

Full Changelog: 0.0.103...0.0.104

0.0.103

24 Jan 23:07
9edb736
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.102...0.0.103

0.0.102

19 Jan 18:39
0cd1c27
Compare
Choose a tag to compare

What's Changed

  • Polyfill support for MongoDriver updates by @prdoyle in #88

Full Changelog: 0.0.101...0.0.102

Logging for pollyfills

17 Jan 22:49
33023d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.100...0.0.101

0.0.100

17 Jan 17:35
66f6aa1
Compare
Choose a tag to compare

The headlines:

  • Dropped Java 8 support. Minimum Java is now 17.
  • Dropped support for Gson. JSON serialization now uses Jackson only.
  • Added @Polyfill for schema evolution.

What's Changed

Full Changelog: 0.0.98...0.0.100

0.0.99

16 Oct 13:25
1e42dba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.97...0.0.99

0.0.98

14 Oct 19:21
1e42dba
Compare
Choose a tag to compare

What's Changed

I had second thoughts about reusing the @ReferencePath annotation for hooks. Added a special-purpose @Hook annotation.