Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tywalch/electrodb
Browse files Browse the repository at this point in the history
� Conflicts:
�	CHANGELOG.md
  • Loading branch information
tywalch committed Feb 9, 2022
2 parents 019ead9 + eb89fed commit 8bfec4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ All notable changes to this project will be documented in this file. Breaking ch
### Fixed
- In some cases the `find()` and `match()` methods would incorrectly select an index without a complete partition key. This would result in validation exceptions preventing the user from querying if an index definition and provided attribute object aligned improperly. This was fixed and a slightly more robust mechanism for ranking indexes was made.

## [1.6.2] = 2022-01-27
## [1.6.2] - 2022-01-27
### Changed
- The methods `create`, `patch`, and `remove` will now refer to primary table keys through parameters via ExpressionAttributeNames when using `attribute_exists()`/`attribute_not_exists()` DynamoDB conditions. Prior to this they were referenced directly which would fail in cases where key names include illegal characters. Parameter implementation change only, non-breaking.

## [1.6.3] = 2022-02-22
## [1.6.3] - 2022-02-22
### Added
- Add `data` update operation `ifNotExists` to allow for use of the UpdateExpression function "if_not_exists()".

0 comments on commit 8bfec4b

Please sign in to comment.