Release 0.13.0
Artifacts
Maven Central: neonbee-core-0.13.0
Maven
<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
<groupId>io.neonbee</groupId>
<artifactId>neonbee-core</artifactId>
<version>0.13.0</version>
</dependency>
Gradle
// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.13.0'
Changelog
Bug Fixes
Features
- make ServerVerticle handler configurable (deff579c)
Documentation
- health: add documentation for the health feature (99be11b7)
Build System
- deps: upgrade
vertx
to 4.3.3 (e0f366ca)