Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 875 Bytes

Change Log

NOT RELEASED

1.0.0

Added

  • AWS api-change: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
  • AWS enhancement: Documentation updates.
  • Added fips regions
  • AWS enhancement: Documentation updates for RDS Data API

0.1.4

Added

  • AWS api-change: Added us-iso-west-1 region

0.1.3

Fixed

  • Assert the provided Input can be json-encoded.

Added

  • AWS api-change: With the Data API, you can now use UUID and JSON data types as input to your database.

0.1.2

Added

  • Added documentation in class headers.
  • Added domain exceptions.

0.1.1

Fixed

  • Fallback to default region config if provided region is not defined

0.1.0

First version