- Fix equalsEdgePoint with subquery
- Implement a simple subquery cache.
- Notification initialization may be done after full cache load.
- Fix simulated sequence rare initialization deadlock.
- Fix NPE in full cache not-exists.
- Prevent compact operations from ending up in the query cache.
- 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
- Serialization/Deserialization utilities with example implementations in Jackson & Gson
- See the documentation
- Consolidated class level metadata API
- See the ReladomoClassMetaData class
- 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
- Improve using full cache in a transaction when transaction participation is not required
- Tweak bulk loader connection pooling to reduce connection open/close.
- Add support for bigint for Sybase ASE
- Fix Sybase inserts with more than 160 columns.
- Enabled in-memory db extractor merge and Timestamp Attribute time zone conversion
- Reduce db hit with filtered relationship list navigation with deep fetch
- Try harder to resolve mixed partial/full cache queries
- Allow calls MithraMultithreadedQueueLoader.shutdownPool() to before start
- fix MithraCompositeList.contains
This release includes a new document: Reladomo Philosophy & Vision See the javadoc jar or [online] (https://goldmansachs.github.io/reladomo/)
- make sure cache load exceptions are reported at startup
- recognize more DB2 connection dead error codes
- Fix SyslogChecker for String SourceAttribute.
- Fix xml parsing for orderBys.
- implement equality substitution in chained mapper
- multi-update no longer uses or-clauses
- fix combining mapped tuple attributes
- fix Aggregate query as of attribute value setting
- fix findBy and none-cache
Initial open source release
- Suppressed ClassNotFoundException for notification
- New utility class: MultiThreadedBatchProcessor