All Versions
26
Latest Version
Avg Release Cycle
61 days
Latest Release
1319 days ago

Changelog History
Page 1

  • v18.0.0 Changes

    September 06, 2020

    ๐Ÿ”„ Change Log

    18.0.0 - 2020-09-06

    โœจ Enhancements:

    • ๐Ÿ‘ Switch to jdk8. Reladomo's mininum supported jdk is now JDK 8
    • โœ‚ Remove GSC collection. Eclipse collections is now the only supported part of the interface.
    • ๐ŸŽ‰ Initial implementation of GraphQL API
    • ๐Ÿ”„ Change Strings to be quoted in the toString() representation of in-clause operations.
    • ๐Ÿ†“ Only run off heap free thread when necessary.

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix parameter tokenization with comma
    • Correct limit row count for MariaDB and Postgres.
    • Implement equals and hashCode() on Timestamp-part and Date-part Calculators.
    • ๐Ÿ›  Fix a bug in wild card expression parsing

    GAV

    com.goldmansachs.reladomo,reladomo,18.0.0
    com.goldmansachs.reladomo,reladomogen,18.0.0
    com.goldmansachs.reladomo,reladomo-serial,18.0.0
    com.goldmansachs.reladomo,reladomo-xa,18.0.0
    com.goldmansachs.reladomo,reladomo-graphql,18.0.0
    โœ… com.goldmansachs.reladomo,reladomo-test-util,18.0.0
    com.goldmansachs.reladomo,reladomo-gen-util,18.0.0

  • v17.1.4 Changes

    November 28, 2019

    ๐Ÿ”„ Change Log

    17.1.4 - 2019-11-28

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix json deserialization for primitive attributes with "null"

    GAV

    com.goldmansachs.reladomo,reladomo,17.1.4
    com.goldmansachs.reladomo,reladomogen,17.1.4
    com.goldmansachs.reladomo,reladomo-serial,17.1.4
    โœ… com.goldmansachs.reladomo,reladomo-test-util,17.1.4
    com.goldmansachs.reladomo,reladomo-gen-util,17.1.4

  • v17.1.3 Changes

    October 16, 2019

    17.1.3 - 2019-10-16

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix json deserialization for to-many relationships

    GAV:

    com.goldmansachs.reladomo,reladomo,17.1.3
    com.goldmansachs.reladomo,reladomogen,17.1.3
    com.goldmansachs.reladomo,reladomo-serial,17.1.3
    โœ… com.goldmansachs.reladomo,reladomo-test-util,17.1.3
    com.goldmansachs.reladomo,reladomo-gen-util,17.1.3

  • v17.1.2 Changes

    September 19, 2019

    17.1.2 - 2019-09-19

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix json deserialization with nulls
    • ๐Ÿ›  Fix ArrayIndexOutOfBoundsException in MultiExtractorHashStrategy

    GAV:

    com.goldmansachs.reladomo,reladomo,17.1.2
    com.goldmansachs.reladomo,reladomogen,17.1.2
    com.goldmansachs.reladomo,reladomo-serial,17.1.2
    โœ… com.goldmansachs.reladomo,reladomo-test-util,17.1.2
    com.goldmansachs.reladomo,reladomo-gen-util,17.1.2

  • v17.1.1 Changes

    September 01, 2019

    ๐Ÿ”„ Change Log

    17.1.1 - 2019-09-01

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix json deserialization without relationships

    GAV:

    com.goldmansachs.reladomo,reladomo,17.1.1
    com.goldmansachs.reladomo,reladomogen,17.1.1
    com.goldmansachs.reladomo,reladomo-serial,17.1.1
    โœ… com.goldmansachs.reladomo,reladomo-test-util,17.1.1
    com.goldmansachs.reladomo,reladomo-gen-util,17.1.1

  • v17.1.0 Changes

    July 16, 2019

    17.1.0 - 2019-07-16

    โœจ Enhancements:

    • โž• Add support for test file charset
    • ๐Ÿ”’ Changed handling of the optimistic lock exception to support situations where the underlying data has duplicate record for the given milestone. In this case a MithraUniqueIndexViolationException exception will be trown and no retries will be made.
    • ๐Ÿ‘ Better error message during code generation
    • โœ‚ Remove duplicated attribute "finalGetter" in type EmbeddedValueType. The same attribute (name and target namespace) is already defined in type NestedEmbeddedValueType

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix deep fetch and query cache timing
    • ๐Ÿ›  Fix build failure caused by missing OpenJDK 6 dependency on Travis CI (#1)
    • Clean Notification Manager Shutdown
    • ๐Ÿ›  Fix attribute setters in inherited list classes
    • ๐Ÿ›  Fix code generation for class named Class. covered by: craig_motlin.dco
    • ๐Ÿ›  Fix superclass + interface combination
    • ๐Ÿ‘ป Multi threaded deep fetch exception handling
    • ๐Ÿ›  Fix the several typos detected by github.com/client9/misspell
    • ๐Ÿ›  Fix TXRollback for test

    GAV:

    com.goldmansachs.reladomo,reladomo,17.1.0
    com.goldmansachs.reladomo,reladomogen,17.1.0
    com.goldmansachs.reladomo,reladomo-serial,17.1.0
    โœ… com.goldmansachs.reladomo,reladomo-test-util,17.1.0
    com.goldmansachs.reladomo,reladomo-gen-util,17.1.0

  • v17.0.2 Changes

    May 10, 2018

    17.0.2 - 2018-05-10

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix MultiUpdateOperation combine method for increment
    • ๐Ÿ“‡ Preserve SerializationConfig's metadata status across builder calls.
    • Ignore as-of attributes when determining pass through direction for operations
    • โฌ†๏ธ Upgrade sample project to use Reladomo 17.0.1.

    GAV:

    com.goldmansachs.reladomo,reladomo,17.0.2
    com.goldmansachs.reladomo,reladomogen,17.0.2
    com.goldmansachs.reladomo,reladomo-serial,17.0.2
    โœ… com.goldmansachs.reladomo,reladomo-test-util,17.0.2
    com.goldmansachs.reladomo,reladomo-gen-util,17.0.2

  • v17.0.1 Changes

    March 12, 2018

    17.0.1 - 2018-03-12

    ๐Ÿš€ Note: this releases fixes a serious regression introduced in 16.7.0

    โœจ Enhancements:

    • โž• Add connection max lifetime after start to connection pool

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix transaction batching/reordering (introduced in 16.7.0)
    • ๐Ÿ›  Fix default Sybase IQ update via insert threshold
    • ๐Ÿ›  Fix running tests in different timezones
  • v17.0.0 Changes

    March 02, 2018

    17.0.0 - 2018-03-02

    โœจ Enhancements:

    • Eclipse Collections integration. Please see migration documentation
      • GS collections supported until March 2019
      • Minor backward breaking changes that should not affect most users
  • v16.7.1 Changes

    February 28, 2018

    16.7.1 - 2018-02-28

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix Dated NonUniqueIndex with optimistic locking in a transaction