Skip to content

Commit

Permalink
Merge pull request #837 from Dynamoid/ak/preparing-to-3-11-0-release
Browse files Browse the repository at this point in the history
Preparing for v3.11.0 release
  • Loading branch information
andrykonchin authored Jan 12, 2025
2 parents 94e5da7 + a2969a5 commit 4844623
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed

## 3.11.0

### Fixed
* [#829](https://github.com/Dynamoid/dynamoid/pull/829) Fixed saving of in-place field changes
* [#812](https://github.com/Dynamoid/dynamoid/pull/812) Restored sanitizing of attribute names in `#where` conditions
* [#721](https://github.com/Dynamoid/dynamoid/pull/721) Fixed code examples in README.md (@ndjndj)
### Added
* [#688](https://github.com/Dynamoid/dynamoid/pull/688) Transactional modifying was added utilizing `TransactWriteItems` operation (@ckhsponge)
* [#794](https://github.com/Dynamoid/dynamoid/pull/794) Added new config option `store_empty_string_as_nil`
* [#828](https://github.com/Dynamoid/dynamoid/pull/828) Added Ruby 3.4, Rails 8.0 and Rails 7.2 in CI
### Changed
* [#832](https://github.com/Dynamoid/dynamoid/pull/832) Support String condition expressions with `#where`
* [#822](https://github.com/Dynamoid/dynamoid/pull/822) Support binary type natively. Also added new config option `store_binary_as_native` (@dalibor)

## 3.10.0
### Fixed
* [#681](https://github.com/Dynamoid/dynamoid/pull/681) Fixed saving persisted model and deleting attributes with `nil` value if `config.store_attribute_with_nil_value` is `false`
Expand Down

0 comments on commit 4844623

Please sign in to comment.