Skip to content
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

release 3.1 or 4.0? #141

Closed
vincentsarago opened this issue Apr 10, 2024 · 1 comment · Fixed by #153
Closed

release 3.1 or 4.0? #141

vincentsarago opened this issue Apr 10, 2024 · 1 comment · Fixed by #153
Labels
question Further information is requested

Comments

@vincentsarago
Copy link
Member

We've recently pushed some changes to main which are worth a new release

3.1.0 (TBD)
-----------------
- Remove the deprecated `Context` extension (#138, @vincentsarago)
- Rename `stac_pydantic.api.conformance.ConformanceClasses` to `stac_pydantic.api.conformance.Conformance`
- Update pre-commit configuration and switch to astral-sh/ruff for linter and formater
- Add official support for python 3.12
- Enforce required `type` key for `Collection` and `Catalog` models

☝️ contains some almost breaking changes, but better match the specification so I'm not sure we want to go for a new Major version (cc @gadomski @jonhealy1)

We also have #131 and #135 which should be merged before doing new releases.

@vincentsarago vincentsarago changed the title release 3.1? release 3.1 or 4.0? Apr 10, 2024
@vincentsarago vincentsarago added the question Further information is requested label Apr 10, 2024
@gadomski
Copy link
Member

My instinct is to not go breaking, at least based on that changelog -- the only one that might be breaking-ish is the enforcing the required type, but as you say that's just bringing in line w/ spec. I'm 👍🏼 for v3.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants