Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 14:07

Artifacts

Maven Central: neonbee-core-0.4.0

Maven

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

Gradle

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

Changelog

Bug Fixes

Code Refactoring

Features

  • add $expand support for entities (6c5d0790)

Documentation

Build System

  • deps: bump vertx from 4.0.0 to 4.0.3 (111301dd)

Continuous Integration

  • use custom GitHub token for protected branches (710f4274)
  • add sonarqube to github voter (52f43ab2)