Skip to content

Commit c686daa

Browse files
authored
Merge pull request #355 from Dynamoid/prepare-changelog-for-3-2-release
Changelog.md. Add section for the upcoming release 3.2
2 parents c90d302 + 40ced91 commit c686daa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111

1212

13+
# 3.2.0
14+
15+
## Features
16+
* Feature: [#341](https://github.com/Dynamoid/dynamoid/pull/341), [#342](https://github.com/Dynamoid/dynamoid/pull/342) Add `find_by_pages` method to provide access to DynamoDB query result pagination mechanism (@bmalinconico, @arjes)
17+
* Feature: [#354](https://github.com/Dynamoid/dynamoid/pull/354) Add `map` field type
18+
19+
## Improvements
20+
* Improvement: [#340](https://github.com/Dynamoid/dynamoid/pull/340) Improve selecting more optimal GSI for Query operation - choose GSI with sort key if it's used in criteria (@ryz310)
21+
* Improvement: [#351](https://github.com/Dynamoid/dynamoid/pull/351) Add warnings about nonexistent fields in `where` conditions
22+
* Improvement: [#352](https://github.com/Dynamoid/dynamoid/pull/352) Add warning about skipped conditions
23+
* Improvement: [#356](https://github.com/Dynamoid/dynamoid/pull/356) Simplify requiring Rake tasks in non-Rails application
24+
* Improvement: Readme.md. Minor improvements and fixes (@cabello)
25+
26+
27+
1328
# 3.1.0
1429

1530
## Improvements

0 commit comments

Comments
 (0)