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

Changelog History
Page 2

  • v16.7.0 Changes

    February 06, 2018

    โœจ Enhancements:

    • ๐Ÿ†• New module: XA integration with a JMS message loop

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix IllegalStateException when shutdown happens from hook
    • ๐Ÿ›  Fix for Deep fetch issue
    • ๐Ÿ›  Fix update on objects from different sources
    • ๐Ÿ›  Fix navigating through a dated list with None operation
    • ๐Ÿ›  Fix for incrementing past data for bitemporal tables
  • v16.6.1 Changes

    October 04, 2017

    โœจ Enhancements:

    • ๐Ÿšš JDK9 compatibility: remove use of jigsawed class

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix NPE in transactional reads of non-dated objects
    • ๐Ÿ›  Fix multiple-or-clauses in deep relationships sql generation
  • v16.6.0 Changes

    September 22, 2017

    โœจ Enhancements:

    • ๐Ÿ‘Œ Support Sybase IQ native driver 16.1 with bulk insert support
    • โž• Added n/uni char/varchar to MsSQL reverse mapping
    • โœ‚ Remove unimplemented Enum mapping

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix DbExtractor NPE with timezone converted values
    • ๐Ÿ›  Fix interface method visibility
  • v16.5.1 Changes

    August 03, 2017

    โœจ Enhancements:

    • โž• Add getInstanceForOracle12 to OracleDatabaseType that can do batch updates with optimistic locking

    ๐Ÿ› Bug Fixes:

    • โšก๏ธ Disable batch updates on Oracle when doing optimistic locking
  • v16.5.0 Changes

    July 28, 2017

    โœจ Enhancements:

    • ๐Ÿ†• New merge api for transactional lists.
    • โž• Add Postgres, MsSql, Maria, and Oracle support to schema to xml generation.

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix over specified relationship resolution.
    • Ensure same ordering when processing same input for generation.
  • v16.4.0 Changes

    July 17, 2017

    โœจ Enhancements:

    • โž• Add a shutdown hook to the notification manager.
    • ๐Ÿ‘Œ Improve subquery cache by recognizing more cases
    • ๐Ÿ‘‰ Use connection based temp tables more frequently, with proper retry

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix code generator dirty checking (CRC)
  • v16.3.2 Changes

    July 05, 2017

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix equalsEdgePoint with subquery
  • v16.3.1 Changes

    July 05, 2017

    โœจ Enhancements:

    • Implement a simple subquery cache.
    • Notification initialization may be done after full cache load.

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix simulated sequence rare initialization deadlock.
    • ๐Ÿ›  Fix NPE in full cache not-exists.
    • Prevent compact operations from ending up in the query cache.
  • v16.3.0 Changes

    June 02, 2017

    โœจ Enhancements:

    • ๐Ÿ‘ Better heuristics for camel casing when generating xml from existing schema
    • ๐Ÿ‘Œ Support nullable boolean in ddl generation and insert/update
    • ๐Ÿ”„ Change generated type for long to bigint for Sybase ASE
  • v16.2.0 Changes

    May 25, 2017

    โœจ Enhancements:

    • Serialization/Deserialization utilities with example implementations in Jackson & Gson
    • ๐Ÿ“‡ Consolidated class level metadata API
      • See the ReladomoClassMetaData class

    ๐Ÿ› Bug Fixes:

    • 0๏ธโƒฃ Honor setting of generated CVS header. Off by default.
    • Increment refresh and database retrieval counts for temporal objects correctly.
    • ๐Ÿ›  Fix NPE in DbExtractor for UTC converted attributes