Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 993 Bytes

File metadata and controls

38 lines (25 loc) · 993 Bytes

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.

[Unreleased]

Changed

  • Updated minimum Java version requirement from Java 17 to Java 21

Added

  • Include delete with entity parameter on Template

  • Include startWith, endWith, and contains on fluent query API

  • Include support to Jakarta Query

  • Include support to Projectors

  • Include Query interface

  • include TypedQuery interface

  • Include Fluent API to Update operations

[1.0.1] - 2025-07-01

Added

  • Adds OSGi manifest and used flatten plug-in

[1.0.0] - 2024-03-23

Added

  • Include Jakarta NoSQL Specification initial version

  • Include Jakarta NoSQL Specification initial documentation

  • Include Jakarta NoSQL Specification initial TCK

  • Include Jakarta NoSQL annotations and Template interface