Skip to content

Releases: kamon-io/sbt-kanela-runner

v2.1.1 - JVM options dedup + Java 21

Choose a tag to compare

@ivantopo ivantopo released this 11 May 04:56
979a969

What's Changed

  • Deduplicates java options used by both user and sbt-kanela-runner by @matthewhagel in #31
  • update "net.bytebuddy" % "byte-buddy-agent" to "1.14.11" to support Java 21 by @rurikovich in #27

v2.1.0 - Play 2.9 and 3.0 support

Choose a tag to compare

@ivantopo ivantopo released this 11 May 04:14
358f1d8

The SBT Kanela Runner no longer supports Play <=2.8 and Lagom, which reached EOL. Users can still keep using the older versions of this runner, but no new updates will come to them.

Removals

  • delete projects for older Play versions, bring support for Play 2.9 and 3.0 by @ivantopo in #26

v2.0.13 - Fix Duplicate Filters in Dev Mode

Choose a tag to compare

@ivantopo ivantopo released this 17 Mar 09:35

Fixes

  • Play filters were added twice when running on development mode, as mentioned here. It turns out it wasn't anything specific about the filters, but rather that the application.conf files were added twice to the classpath and that was causing a duplicate entry on play.filters.enabled. Fixed by @ivantopo via 244f1ae

v2.0.12 - Support Play 2.8.8

Choose a tag to compare

@ivantopo ivantopo released this 04 Oct 20:00

Improvements

  • Bump the default Kanela version to 1.0.11. Contributed by @jtjeferreira via #24
  • Bump the Play Plugin version from 2.8.7 to 2.8.8. Contributed by @kimnilsson via #14

v2.0.9 - Fix loading issues on SBT 1.4.0+

Choose a tag to compare

@ivantopo ivantopo released this 21 Feb 18:32

Fixes:

  • kamon-io/kanela#116 A NoClassDefFoundError for org.apache.logging.log4j.util.PropertiesUtil was being thrown when trying to run a Play Application with SBT 1.4.0+. Fixed by @ivantopo via 8ca69af

v.2.0.7 Maintenance release

Choose a tag to compare

@SimunKaracic SimunKaracic released this 13 Jan 15:17

Updated kanela agent version to 1.0.7

v2.0.6 - Support for SBT 1.3 and Play 2.8

Choose a tag to compare

@ivantopo ivantopo released this 07 Feb 07:35

Improvements

  • This is the first version with support for SBT 1.3 and Play Framework 2.8. Contributed by @ivantopo via 5975ea6 and 7e0dfd0
  • Clear Kanela's instrumentation registry listener on every reload. This is a step towards fixing kamon-io/Kamon#629, but not a complete solution. Contributed by @ivantopo via 214a65f

Removals

  • We are no longer publishing the plugins for SBT 0.13. As a reminder, SBT 0.13 reached EOL on over a year ago.

v2.0.5 - Java 8 Compatibility

Choose a tag to compare

@ivantopo ivantopo released this 31 Jan 06:25

This release is exactly the same as v2.0.4, but compiled with compatibility with Java 8.

v2.0.4 - Improved javaOptions and envVars Handling

Choose a tag to compare

@ivantopo ivantopo released this 17 Jan 12:18

Fixes

  • Environment variables set via the envVars SBT key are now passed to the forked JVM. This was reported on #3 and fixed by @ivantopo via 411574f
  • The javaOptions setting is now read specifically on the scope of the run task in SBT when forking a new JVM. This allows for setting javaOptions or javaOptions in run while using this plugin and still get the properties passed to the forked JVM. Contributed by @ivantopo via 90aee55

v2.0.3 - Maintenance Release

Choose a tag to compare

@ivantopo ivantopo released this 18 Nov 20:40

Improvements

  • Bumped the Kanela version to 1.0.3