Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade min node and move to aws-sdk v3 #57

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Conversation

crash7
Copy link
Contributor

@crash7 crash7 commented Apr 14, 2024

TODO:

  • update node
  • move to aws-sdk v3
  • solve / patch dynamodb wrapper and other libraries using aws-sdk v2

BREAKING CHANGES:

  • min node version updated to node 18
  • switch to aws-sdk v3

BREAKING CHANGE: drop support for older node versions
@crash7 crash7 changed the title build: upgrade min node and move to aws-sdk v3 feat: upgrade min node and move to aws-sdk v3 Apr 14, 2024
@crash7 crash7 marked this pull request as ready for review April 14, 2024 20:13
@crash7 crash7 requested a review from nfantone as a code owner April 14, 2024 20:13
@crash7 crash7 marked this pull request as draft April 14, 2024 20:23
Copy link

Code coverage

Filename Statements Branches Functions Lines
src/builders/put.js 100% 100% 100% 100%
src/builders/catcon.js 100% 100% 100% 100%
src/builders/append.js 100% 100% 100% 100%
src/map-merge-args.js 100% 100% 100% 100%
src/cast-array.js 100% 100% 100% 100%
src/builders/update-expression.js 100% 100% 100% 100%
src/update.js 100% 100% 100% 100%
src/wrapper.js 95% 100% 83.33% 100%
src/table-name.js 100% 100% 100% 100%
src/return-values.js 100% 100% 100% 100%
src/generate-key.js 100% 100% 100% 100%
src/batch-get-item.js 100% 100% 100% 100%
src/get.js 100% 100% 100% 100%
src/batch-write-item.js 100% 100% 100% 100%
src/generate-item.js 100% 100% 100% 100%
src/remove.js 100% 100% 100% 100%
src/builders/remove.js 100% 100% 100% 100%
src/query.js 100% 100% 100% 100%
src/insert.js 100% 100% 100% 100%
src/get-all.js 100% 100% 100% 100%
src/count.js 100% 100% 100% 100%
src/describe-table.js 100% 100% 100% 100%

@crash7 crash7 marked this pull request as ready for review April 20, 2024 15:45
@crash7 crash7 merged commit 5c1c9d6 into master Apr 20, 2024
4 checks passed
@crash7 crash7 deleted the build/major-upgrades branch April 20, 2024 15:45
@crash7 crash7 mentioned this pull request Apr 20, 2024
flybondi-nelson added a commit that referenced this pull request Apr 20, 2024
# [2.0.0](v1.5.5...v2.0.0) (2024-04-20)

### Bug Fixes

* remove undefined values before getting keys ([#40](#40)) ([9991a5f](9991a5f))

### Features

* upgrade min node and move to aws-sdk v3 ([#57](#57)) ([5c1c9d6](5c1c9d6))

### BREAKING CHANGES

* drop support for older node versions

* build: switch to dynamodb-wrapper fork
@flybondi-nelson
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants