Skip to content

Commit 5fd73b6

Browse files
committed
Version Packages
1 parent a06a7e6 commit 5fd73b6

File tree

7 files changed

+33
-13
lines changed

7 files changed

+33
-13
lines changed

.changeset/spaces-in-keys-fix.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/@zarrita-ndarray/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zarrita/ndarray
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a06a7e6`](https://github.com/manzt/zarrita.js/commit/a06a7e6a5a5ed64797d61f0fe81f8db46bff6659)]:
8+
9+
310
## 0.1.4
411

512
### Patch Changes

packages/@zarrita-ndarray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/ndarray",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/@zarrita-storage/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @zarrita/storage
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Fix handling of paths with spaces in Zarr stores ([`a06a7e6`](https://github.com/manzt/zarrita.js/commit/a06a7e6a5a5ed64797d61f0fe81f8db46bff6659))
8+
9+
Paths containing spaces or other special characters in Zarr stores were not being resolved correctly. The internal use of the `URL` for path resolution was inadvertently exposing URL-encoded paths (e.g., converting spaces to `%20`), preventing stores from finding entries with these characters.
10+
11+
This fix ensures paths are properly decoded after resolution, allowing Zarr arrays and groups with spaces in their names to be accessed correctly in both `ZipFileStore` and consolidated metadata.
12+
313
## 0.1.2
414

515
### Patch Changes

packages/@zarrita-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zarrita/storage",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

packages/zarrita/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# zarrita
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Fix handling of paths with spaces in Zarr stores ([`a06a7e6`](https://github.com/manzt/zarrita.js/commit/a06a7e6a5a5ed64797d61f0fe81f8db46bff6659))
8+
9+
Paths containing spaces or other special characters in Zarr stores were not being resolved correctly. The internal use of the `URL` for path resolution was inadvertently exposing URL-encoded paths (e.g., converting spaces to `%20`), preventing stores from finding entries with these characters.
10+
11+
This fix ensures paths are properly decoded after resolution, allowing Zarr arrays and groups with spaces in their names to be accessed correctly in both `ZipFileStore` and consolidated metadata.
12+
13+
- Updated dependencies [[`a06a7e6`](https://github.com/manzt/zarrita.js/commit/a06a7e6a5a5ed64797d61f0fe81f8db46bff6659)]:
14+
- @zarrita/storage@0.1.3
15+
316
## 0.5.3
417

518
### Patch Changes

packages/zarrita/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zarrita",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)