File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,24 @@ Release Notes
4
4
v4.3.2
5
5
----------
6
6
7
- * Fix discrepancy between runtime and type-checker's perspective of Index and derived types
7
+ * Fix discrepancy between runtime and type-checker's perspective of ``Index `` and derived types (#769)
8
+ * Add ``ListAttribute.remove_indexes `` action for removing specific indexes from a ``ListAttribute `` (#754)
9
+ * Type stub fixes:
10
+
11
+ * Add missing parameters of ``Model.scan `` (#750)
12
+ * Change ``Model.get ``'s ``hash_key `` parameter to be typed ``Any `` (#756)
13
+
14
+ * Prevent integration tests from being packaged (#758)
15
+ * Various documentation fixes (#762, #765, #766)
16
+
17
+ Contributors to this release:
18
+
19
+ * @mxr
20
+ * @sodre
21
+ * @biniow
22
+ * @MartinAltmayer
23
+ * @dotpmrcunha
24
+ * @meawoppl
8
25
9
26
v4.3.1
10
27
----------
@@ -1025,4 +1042,3 @@ v0.1.11
1025
1042
* Better PEP8 Compliance
1026
1043
* More tests
1027
1044
* Removed session and endpoint caching to avoid using stale IAM role credentials
1028
-
You can’t perform that action at this time.
0 commit comments