Release v1#20
Closed
emmanuelmathot wants to merge 2 commits into
Closed
Conversation
- Fix all schema_url and spec_url references from zarr-experimental to zarr-conventions organization (repo was transferred) - Update package.json version to 1.0.0 - Update extension maturity classification from Proposal to Stable Closes #19
Closed
maxrjones
reviewed
May 22, 2026
maxrjones
left a comment
Contributor
There was a problem hiding this comment.
I think we should publish v0.1, not v1, following the recommendations in zarr-developers/geozarr-spec#102 (comment) and zarr-conventions/zarr-conventions-spec#7 (comment) so that people do not misinterpret the stability of this convention and to defer the overall versioning decision to the next SWG meeting.
Contributor
Author
|
Happy to see we finally converge. |
This was referenced Jun 2, 2026
Contributor
|
FYI the attribute changed in this PR is unrelated to releasing v1; package.json defines a validation utility. Please see #24 |
Contributor
|
superseded by #26 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1
Addresses #19 — the
v1tag has never been created, so theschema.json$idand allschema_url/spec_urlfields point to a non-existent release, breaking external schema validation.Changes
zarr-experimentaltozarr-conventions, but allschema_url,spec_url, and$idreferences still pointed tozarr-experimental/geo-proj. Updated acrossschema.json,README.md, and all example files.1.0.0.Next steps after merge
Create the
v1git tag onmainso that the raw GitHub URLs referenced by the schema become resolvable:This will make
https://raw.githubusercontent.com/zarr-conventions/geo-proj/refs/tags/v1/schema.jsonaccessible for validators.