Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 15:09

Artifacts

Maven Central: neonbee-core-0.7.0

Maven

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

Gradle

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

Changelog

Features

  • move MetricOptions to NeonBeeOptions (6286fd1a)
  • make usage of createQualifiedName more resilient (56a16013)

Code Refactoring

  • remove dependency to CompilingClassLoader of Vert.x (48e17700)

Build System

  • deps: bump Vert.x from 4.1.0 to 4.2.1 (c498f707)
  • deps: bump Vert.x from 4.2.1 to 4.2.2 (db177905)