Skip to content

Amazon DocumentDB JDBC Driver v1.1.0

Choose a tag to compare

@andiemontoyeah andiemontoyeah released this 16 Dec 23:52
· 155 commits to develop since this release
718bf8f

Amazon DocumentDB JDBC Driver Changelog

Amazon DocumentDB JDBC Driver v1.1.0

This release focuses on adding support for new string functions and enhancing the Tableau connector.

New Features and Improvements

  • Added support for additional string functions:
    • UPPER
    • LOWER
    • CONCAT
    • POSITION
    • CHAR_LENGTH
    • LEFT
    • RIGHT
    • CONTAINS (Tableau only)
    • STARTSWITH (Tableau only)
    • ENDWITH (Tableau only)
  • Updated set up documentation with new screenshots
  • Added a default application name for telemetry purposes

Bug Fixes

Commits

  • Support for additional string functions by @andiem-bq in #214
  • Bump log4j-core from 2.14.1 to 2.15.0 by @dependabot in #222
  • Bump log4j-api from 2.14.1 to 2.15.0 by @dependabot in #223
  • Update Tableau Desktop screenshots by @andiem-bq in #218
  • Support for left and right string functions by @andiem-bq in #220
  • Bump log4j-core from 2.15.0 to 2.16.0 by @dependabot in #226
  • Bump log4j-api from 2.15.0 to 2.16.0 by @dependabot in #227
  • Add default application name by @andiem-bq in #229
  • Bump version to v1.1.0 by @andiem-bq in #232

Full Changelog: v1.0.0...v1.1.0