Skip to content

Release 0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 11:28

Artifacts

Maven Central: neonbee-core-0.14.0

Maven

<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
  <groupId>io.neonbee</groupId>
  <artifactId>neonbee-core</artifactId>
  <version>0.14.0</version>
</dependency>

Gradle

// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.14.0'

Changelog

Bug Fixes

  • same NeonBee nodeId for multiple instances (3b48202c)
  • pass vertx instance to NeonBee for the metrics config (05559de7)

Features

  • support response hint (88cb66f5)
  • add failureDetail to DataException (c7fa2bdb)