Release 0.14.0
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)