Skip to content

Commit

Permalink
Merge pull request #1648 from dynamoose/version/3.3.0
Browse files Browse the repository at this point in the history
Version 3.3.0
  • Loading branch information
fishcharlie committed Dec 31, 2023
2 parents 378e7b7 + aa13192 commit 95db0d0
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 14 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

---

## Version 3.3.0

This release is the final release of the v3.x.x line of Dynamoose. This release includes a few bug fixes.

It is highly recommended to upgrade to v4.x.x as soon as possible. The v4.x.x only has a single breaking change, so the migration process is very easy.

Please comment or [contact me](https://charlie.fish/contact) if you have any questions about this release.

### Bug Fixes

- Fixing issue where index is deleted when projection is set to list of attributes instead of `ALL`
- Fixing issue where `Model.transaction` would fail when using `prefix` and/or `suffix`

### Documentation

- Fixing issue where `Features` tab wasn't showing on sidebar

---

## Version 3.2.1

This release includes some minor bug fixes.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ Below you will find the current branch strategy for the project. Work taking pla
| Branch | Version | NPM Tag | Links |
| --- | --- | --- | --- |
| [`main`](https://github.com/dynamoose/dynamoose/tree/main) | 3.x.x | | - [Documentation](https://dynamoose.pages.dev) |
| [`v3.2.1` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.2.1) | 3.2.1 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v3.3.0` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.3.0) | 3.3.0 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v2`](https://github.com/dynamoose/dynamoose/tree/v2) | 2.8.x | | - [Documentation](https://v2.dynamoose.pages.dev) |
| [`v2.8.8` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.8) | 2.8.8 | latest-2 | - [Documentation](https://v2.dynamoosejs.com)



2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.2.1"
"version": "3.3.0"
}
4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-logger",
"version": "3.2.1",
"version": "3.3.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"build": "tsc"
},
"dependencies": {
"dynamoose-utils": "^3.2.1",
"dynamoose-utils": "^3.3.0",
"js-object-utilities": "^2.1.0",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dynamoose-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-utils",
"version": "3.2.1",
"version": "3.3.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose",
"version": "3.2.1",
"version": "3.3.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.142.0",
"@aws-sdk/util-dynamodb": "^3.142.0",
"dynamoose-utils": "^3.2.1",
"dynamoose-utils": "^3.3.0",
"js-object-utilities": "^2.1.0"
},
"devDependencies": {
"dynamoose-logger": "^3.2.1"
"dynamoose-logger": "^3.3.0"
},
"license": "Unlicense",
"funding": [
Expand Down

0 comments on commit 95db0d0

Please sign in to comment.