Skip to content

Release 0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 05:51

Artifacts

Maven Central: neonbee-core-0.15.0

Maven

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

Gradle

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

Docker Image

Use as base image in Dockerfile:

FROM ghcr.io/sap/neonbee:0.15.0

Changelog

Bug Fixes

  • failing metrics test on Github (56eedff2)

Features

  • health: add event-loop health check (1a2fa4be)
  • use Vert.x FakeClusterManager in NeonBeeExtension (e522452f)
  • make test cluster manager configurable (32e5d120)
  • add Infinispan ClusterManager (26bb382e)

Code Refactoring

Documentation

  • add docker login step to docs (bf2707df)

Build System

  • deps: upgrade vertx to 4.3.4 (fedab717)

Continuous Integration

  • github: update issue templates (65f5db6e)
  • add workflow step to publish docker image to ghcr (7152dba0)