All Versions
26
Latest Version
Avg Release Cycle
61 days
Latest Release
1767 days ago
Changelog History
Page 2
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
- See the documentation
- ๐ 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
- Serialization/Deserialization utilities with example implementations in Jackson & Gson