Skip to content

Release 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 10:23

Artifacts

Maven Central: neonbee-core-0.11.0

Maven

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

Gradle

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

Changelog

BREAKING CHANGES

  • remove LauncherPreProcessor (b4a014d8)

Bug Fixes

  • assertDataFailure should return a succeeded future (0f73202b)
  • enable tests to run in intellij idea with coverage (f263eac5)
  • loading the NeonBee configuration (649b54c9)

Features

Code Refactoring

  • created methods to reuse code (de48d135)

Build System

  • deps: upgrade vertx to 4.2.5 (0723ac2b)
  • deps: upgrade vertx to 4.2.6 (624de7de)
  • deps: upgrade vertx to 4.2.7 (368451f1)