Skip to content

Release 0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 07:37

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)

Build System

  • deps: bump com.diffplug.spotless from 6.16.0 to 6.17.0 (dc3c5787)
  • deps: bump se.bjurr.violations.violations-gradle-plugin (12f73b8a)
  • deps: bump io.micrometer:micrometer-registry-prometheus (e8525823)