Releases: jeremydaly/data-api-client
Releases · jeremydaly/data-api-client
v1.3.0
What's Changed
- Fixed incorrect check for p.value undefined by @ffxsam in #75
- Fixed typo by @thivankanimesh in #101
- Fix #110 by changing date format detection regex by @joshlang in #111
- Parse JSON string when column type is JSON by @JensenTStava in #105
- Externalizing aws-sdk instance by @rpawlaszek in #112
- Fix Date type support when using Aurora PostgreSQL by @mikkom in #109
New Contributors
- @thivankanimesh made their first contribution in #101
- @joshlang made their first contribution in #111
- @JensenTStava made their first contribution in #105
- @rpawlaszek made their first contribution in #112
- @mikkom made their first contribution in #109
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Bug fixes and Postgres Type-Casting Support
- Add cast support for Postgres (@ffxsam) 9dc1800, 829b2c1, 5cffe9e, 2149d83, f381d2a, cc8d292, bb1335c
- Fix falsey values being excluded from query #61 (@ffxsam) 7201833
- RDS Data API policy actions do not support resource-level permissions (@aiham) c07a4f5
- Add context to * permissions in IAM roles ff76e30
- Make
engine
config optional with default 1f26665
v1.1.0
Bug Fixes and Feature Updates
- Add logo (wicked important) 8803db2
- Support for date time serialization/deserialization (@cklam2) 021542f
- Omit typeHint when it's null or undefined. Corrected month calculation (@cklam2) 58e6bc9
- Add
formatOptions
support to transactions 75928bc - Close #35 by removing HTTP keepAlive workaround ed87c0b
- Close #47 by removing database requirement 4c9239f
- Documentation updates 2d784b9
- Bump travis version to node 10 3e04d97
v1.0.1
Bug Fixes
There was an issue with batch records via standard queries versus those wrapped in transactions. This update includes a patch that checks the arguments and conditionally flattens the array for proper handling in each context.
- Fix broken README link for DynamoDB DocumentClient (@mike-phillips) 111196c
- Fix #30 by conditionally collapsing arrays 45a0954
- Version bump and dependency updates 013ee40
v1.0
Initial Release
This is an initial release that provides a number of upgrades and fixes to the beta version. Special thanks to @alan-cooney, @joshgoodwin, @samin and @cinqi for contributions and feedback.