Releases: jameshy/pgdump-aws-lambda
Releases · jameshy/pgdump-aws-lambda
v2.0.1
v2.0.0
What's Changed
- Node 20.* Runtime Compatibility
- Added support for comma separated list of database names by @namarinelli in #65
- Added support for S3_PART_SIZE by @adrian-gomez in #59
- Compatibility with postgres 16.3
Breaking Changes
- Database dump files uploaded to S3 now use '_' as a date->name separator, previously '@' was used
New Contributors
- @scosman made their first contribution in #66
- @namarinelli made their first contribution in #65
- @adrian-gomez made their first contribution in #59
Full Changelog: v1.5.1...v2.0.0
v1.5.1
1.5.0
What's Changed
- README step typo by @bigpresh in #35
- Update VPC instructions by @bigpresh in #36
- enhancement: add config for S3 Storage Class by @nison-okrock in #42
- Support secrets manager by @sgomez17 in #44
npm run deploy
is nownpm run makezip
- various pg_dump binaries are added and postgresql 15 binaries are the default
New Contributors
- @bigpresh made their first contribution in #35
- @nison-okrock made their first contribution in #42
- @sgomez17 made their first contribution in #44
Full Changelog: v1.4.1...v1.5.0