Skip to content

Release 0.6.2

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

Artifacts

Maven Central: neonbee-core-0.6.2

Maven

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

Gradle

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

Changelog

Bug Fixes

Features

  • offer a new ErrorHandler which can be initialized asynchronously (597f2575)