Skip to content

Commit c4457e5

Browse files
authored
Prepare release 3.7.1 (#514)
* Changelog. Prepare for 3.7.1 release * Change version to 3.7.1
1 parent 693421f commit c4457e5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55

66

7+
# 3.7.1 / 2021-06-30
8+
9+
## Fixes
10+
11+
* [#484](https://github.com/Dynamoid/dynamoid/pull/484) Fix model deletion - update cached foreign keys in associated models when delete a model
12+
* [#492](https://github.com/Dynamoid/dynamoid/pull/492) Fix using `:date` field as an index hash/range key (@yoshida-eth0)
13+
* [#503](https://github.com/Dynamoid/dynamoid/pull/503) Fix explicit forcing index with `#with_index` method when perform Scan operation (@bmalinconico)
14+
* [#511](https://github.com/Dynamoid/dynamoid/pull/511) Fix `BatchGetItem` operation when partial result returned (so there are unprocessed keys) and table has a range key. The fix affects `.find_all` method only (@Bajena)
15+
16+
17+
718
# 3.7.0 / 2021-02-02
819

920

lib/dynamoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dynamoid
4-
VERSION = '3.7.0'
4+
VERSION = '3.7.1'
55
end

0 commit comments

Comments
 (0)