Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jnosql-dev] Release Announcement: Eclipse JNoSQL 1.1.13

Hello everyone,


Hello everyone.

I’m happy to share the release of Eclipse JNoSQL 1.1.13.

Fixed

  • Resolved a serialization issue involving enums

  • Fixed a constructor mismatch error when arguments do not align with the expected signature

 Added

This release brings a significant step forward in standardizing update operations across NoSQL databases, reducing fragmentation between different persistence models:

  • CouchDB

    • Added Auth Token support

  • MongoDB

    • Added update method with UpdateQuery support

    • Added updateDocument for optimized update operations

  • Cassandra

    • Added update method with UpdateQuery support

  • Couchbase

    • Added update method using N1QL UPDATE queries

    • Introduced N1QLUpdateQueryBuilder

  • Neo4J

    • Added update method with UpdateQuery support

    • Introduced update query builder for graph operations

  • ArangoDB

    • Added update support in both QueryAQLConverter and Document Manager

Updates

  • Updated database drivers, including:

    • Oracle NoSQL

    • MongoDB

    • ArangoDB

    • Others

Quarkus Integration

With this release, the Quarkus JNoSQL extension aligns with version 1.1.13, ensuring:

  • Native compatibility with Quarkus 3.4.12

  • Improved developer experience for reactive and cloud-native environments

  • Consistent behavior across supported NoSQL databases

--

Thanks a lot,

Twitter | Linkedin | Youtube


Back to the top