Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion changes/2665.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/2796.chore.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/2847.fix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/2850.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/2851.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/2870.bugfix.rst

This file was deleted.

36 changes: 36 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@ Release notes

.. towncrier release notes start

3.0.5 (2025-03-07)
------------------

Bugfixes
~~~~~~~~

- Fixed a bug where ``StorePath`` creation would not apply standard path normalization to the ``path`` parameter,
which led to the creation of arrays and groups with invalid keys. (:issue:`2850`)
- Prevent update_attributes calls from deleting old attributes (:issue:`2870`)


Misc
~~~~

- :issue:`2796`

3.0.4 (2025-02-23)
------------------

Features
~~~~~~~~

- Adds functions for concurrently creating multiple arrays and groups. (:issue:`2665`)

Bugfixes
~~~~~~~~

- Fixed a bug where ``ArrayV2Metadata`` could save ``filters`` as an empty array. (:issue:`2847`)
- Fix a bug when setting values of a smaller last chunk. (:issue:`2851`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix a bug when setting values of a smaller last chunk. (:issue:`2851`)
- Fix a bug when setting values of a smaller last chunk. (:issue:`2851`)

this should've been in the previous release I guess

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now included in the previously missing 3.0.4 section


Misc
~~~~

- :issue:`2828`


3.0.3 (2025-02-14)
------------------

Expand Down