Skip to content

Release 0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 16:16

Artifacts

Maven Central: neonbee-core-0.19.0

Maven

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

Gradle

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

Docker Image

Use as base image in Dockerfile:

FROM ghcr.io/sap/neonbee:0.19.0

Changelog

Bug Fixes

  • case-insensitive headers (a1a1e9c8)
  • getName for dummy EntityVerticle (10537b00)
  • test execution order leads to failed test (d86ccd5a)
  • address already in use BindException (79af576a)
  • test fails when tests run slowly (73f09810)
  • set await-initial-transfer to false (21aadd4e)
  • isolate and run tests in EventLoopHealthCheckTest sequentially (1e942226)
  • neonBee is null NPE (1488c06d)
  • make verifyJobExecuted test more resilient (42f50320)

Features

  • health: add status endpoint & support filtering (f1154084)
  • deploy HealthCheckVerticle only if HealthChecks are enabled (6b80cb20)
  • remove MetricsVerticle (08ee561a)
  • unregister entities from shared map (62e437bb)
  • add NODE_ADDED, NODE_LEFT hooks (520256fe)

Code Refactoring

Chores

  • change spotless code formatter (f4aa0292)

Documentation

  • add user documentation (5b7186b3)
  • replace getting started section with link to neonbee-examples and add TOC (05d2bfba)

Build System

  • deps: upgrade vert.x to 4.3.7 (02d22528)