Skip to content

Commit 38a2417

Browse files
authored
3.0.5 release prep (#2898)
* fix release note file names * update release notes * add missing release notes section for 3.0.4
1 parent 71a7768 commit 38a2417

7 files changed

+36
-7
lines changed

Diff for: changes/2665.feature.rst

-1
This file was deleted.

Diff for: changes/2796.chore.rst

-1
This file was deleted.

Diff for: changes/2847.fix.rst

-1
This file was deleted.

Diff for: changes/2850.fix.rst

-2
This file was deleted.

Diff for: changes/2851.bugfix.rst

-1
This file was deleted.

Diff for: changes/2870.bugfix.rst

-1
This file was deleted.

Diff for: docs/release-notes.rst

+36
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@ Release notes
33

44
.. towncrier release notes start
55
6+
3.0.5 (2025-03-07)
7+
------------------
8+
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+
25+
Features
26+
~~~~~~~~
27+
28+
- Adds functions for concurrently creating multiple arrays and groups. (:issue:`2665`)
29+
30+
Bugfixes
31+
~~~~~~~~
32+
33+
- Fixed a bug where ``ArrayV2Metadata`` could save ``filters`` as an empty array. (:issue:`2847`)
34+
- Fix a bug when setting values of a smaller last chunk. (:issue:`2851`)
35+
36+
Misc
37+
~~~~
38+
39+
- :issue:`2828`
40+
41+
642
3.0.3 (2025-02-14)
743
------------------
844

0 commit comments

Comments
 (0)