Skip to content

Release 0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 08:17

Artifacts

Maven Central: neonbee-core-0.28.0

Maven

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

Gradle

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

Changelog

Features

  • return 200 (not 204) for PUT requests to entity verticles (4bdf45a8)
  • more session settings in ServerConfig (26afd9f4)

Documentation

  • add documentation for generating certificates (4859bc6a)

Build System

  • deps: bump io.micrometer:micrometer-registry-prometheus (8a74893e)
  • deps: bump com.github.spotbugs from 5.0.14 to 5.1.3 (5ec2d355)
  • deps: bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 (57e005c8)