Release 0.21.0
Artifacts
Maven Central: neonbee-core-0.21.0
Maven
<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
<groupId>io.neonbee</groupId>
<artifactId>neonbee-core</artifactId>
<version>0.21.0</version>
</dependency>
Gradle
// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.21.0'
Changelog
Features
- allow to pass count value via response hints (68a52c55)
- make HealthCheck collection configurable (22eb10ee)
- add CorsHandlerFactory (80700925)
Chores
- improve error message when no verticle is registered for an entity type (2443e4e7)
Documentation
- add documentation for gradle tasks (61a974d8)