Skip to content

Release 0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 10:01

Artifacts

Maven Central: neonbee-core-0.12.0

Maven

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

Gradle

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

Changelog

Bug Fixes

  • health: succeed if health check config not found (ae371b28)
  • do not mock NeonBee logger in NeonBeeMockHelper (8238ec8d)
  • avoid printing warnings when using NeonBeeMockHelper (03d9e535)

Features

  • health: add health check verticle (7fbd10e4)
  • health: provide a /health endpoint (151cf6e2)
  • add metrics to DataVerticle (1afca66c)
  • make health checks addable via SPI (71e754e1)