-
-
Notifications
You must be signed in to change notification settings - Fork 327
3.0.5 release prep #2898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.5 release prep #2898
Conversation
- Fixed a bug where ``ArrayV2Metadata`` could save ``filters`` as an empty array. (:issue:`2847`) | ||
- 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`) | ||
- Fix a bug when setting values of a smaller last chunk. (:issue:`2851`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one comment. LGTM otherwise. Thanks for doing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for cleaning up these semi-broken release notes
Preps release notes for the 3.0.5 release.
TODO: