Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

46 lines (32 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2022-10-04

Changed:

  • #8 - Moved packages to com.contentgrid.opa
  • #7 - Moved maven group coordinates to com.contentgrid.opa-java-client

Housekeeping:

  • #10 - Resolved conflict with gradle-nexus.publish-plugin and xenit-enterprise-conventions plugins
  • #9 - Fixed release to Maven Central via Sonatype
  • #6 - Updated Gradle to 7.5.1
  • #6 - Updated dependencies to Spring Boot 2.6.12 baseline

0.3.0 - 2021-12-09

Fixed:

  • #4 - OPA client can now serialize java.time classes as input

0.2.0 - 2021-07-20

Changed:

  • Moved maven group coordinates to eu.xenit.contentcloud
  • Change OPA term Numeric parameterized type from Number to BigDecimal
  • Make http-log-spec configurable from OpaClient.Builder

Fixed:

  • Fixes OPA terms equality checks

0.1.0 - 2021-05-26

Added:

  • Initial release