Skip to content

v1.0.1-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@andiemontoyeah andiemontoyeah released this 11 Nov 01:32
· 195 commits to develop since this release
3e8eda5

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.