File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,37 @@ Release notes
66 3.0.5 (2025-03-07)
77------------------
88
9+ Bugfixes
10+ ~~~~~~~~
11+
12+ - Fixed a bug where ``StorePath `` creation would not apply standard path normalization to the ``path `` parameter,
13+ which led to the creation of arrays and groups with invalid keys. (:issue: `2850 `)
14+ - Prevent update_attributes calls from deleting old attributes (:issue: `2870 `)
15+
16+
17+ Misc
18+ ~~~~
19+
20+ - :issue: `2796 `
21+
22+ 3.0.4 (2025-02-23)
23+ ------------------
24+
925Features
1026~~~~~~~~
1127
1228- Adds functions for concurrently creating multiple arrays and groups. (:issue: `2665 `)
1329
14-
1530Bugfixes
1631~~~~~~~~
1732
1833- Fixed a bug where ``ArrayV2Metadata `` could save ``filters `` as an empty array. (:issue: `2847 `)
19- - Fixed a bug where ``StorePath `` creation would not apply standard path normalization to the ``path `` parameter,
20- which led to the creation of arrays and groups with invalid keys. (:issue: `2850 `)
2134- Fix a bug when setting values of a smaller last chunk. (:issue: `2851 `)
22- - Prevent update_attributes calls from deleting old attributes (:issue: `2870 `)
23-
2435
2536Misc
2637~~~~
2738
28- - :issue: `2796 `
39+ - :issue: `2828 `
2940
3041
31423.0.3 (2025-02-14)
You can’t perform that action at this time.
0 commit comments