Skip to content

Commit

Permalink
Merge pull request #1238 from dynamoose/version/2.8.0
Browse files Browse the repository at this point in the history
Version 2.8.0
  • Loading branch information
fishcharlie committed Aug 14, 2021
2 parents e0b8301 + be3cd96 commit e0abe06
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

---

## Version 2.8.0

This release contains general stability improvements to Dynamoose.

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

### General

- New `returnValues` settings property for `Model.update`
- Allowing `waitForActive` model setting to be a boolean

### Bug Fixes

- Improvements to index selection when querying without `using` method
- Including `saveUnknown` properties when using `Model.update`
- Allowing for strings to be passed into `Query.sort` method when using TypeScript
- Removing internal cache to improve memory usage
- Improving performance when working with Buffers

### Documentation

- Model default settings documentation fixes

---

## Version 2.7.3

This release moves internal Dynamoose object utilities to a different package.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ Below you will find the current branch strategy for the project. Work taking pla
| Branch | Version | NPM Tag | Links |
| --- | --- | --- | --- |
| [`v3`](https://github.com/dynamoose/dynamoose/tree/v3) | 3.0.0 | alpha | - [Documentation](https://dynamoose-git-v3-dynamoose.vercel.app/) |
| [`master`](https://github.com/dynamoose/dynamoose/tree/master) | 2.7.x | | - [Documentation](https://dynamoose.now.sh/) |
| [`v2.7.3` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.7.3) | 2.7.3 | latest | - [Documentation](https://dynamoosejs.com)
| [`master`](https://github.com/dynamoose/dynamoose/tree/master) | 2.8.x | | - [Documentation](https://dynamoose.now.sh/) |
| [`v2.8.0` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.0) | 2.8.0 | latest | - [Documentation](https://dynamoosejs.com)




Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose",
"version": "2.7.3",
"version": "2.8.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit e0abe06

@vercel
Copy link

@vercel vercel bot commented on e0abe06 Aug 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.