Skip to content

Release 0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 07:21

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

  • speed up the test execution (c59f6d86)
  • disable unstable test on github (1e29e130)

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)