v1.0.1-beta.1
Pre-release
Pre-release
andiemontoyeah
released this
11 Nov 01:32
·
195 commits
to develop
since this release
Amazon DocumentDB JDBC Driver Changelog
Amazon DocumentDB JDBC Driver v1.0.1-beta.1
This beta release focuses on stability and includes fixes for the JDBC driver.
Bug Fixes
- Added handling for null/undefined values in SUM().
- Fixed incorrect field name generated when aggregate call has name conflict with existing field.
- Corrected inconsistencies in repeated calls to CURRENT_TIME, CURRENT_TIMESTAMP and CURRENT_DATE within a single query.
Improvements
- Performance improvement for to use single $match stage when WHERE or HAVING clause only requires query operators.
- Small documentation enhancements.
- Various dependency updates.