Releases: lsst-sqre/wobbly
Releases · lsst-sqre/wobbly
0.2.1
Bug fixes
- Disable strict validation of X.509 certificates when reporting metrics events. The certificates created by Strimzi do not currently pass those checks.
What's Changed
- DM-48199: Update Safir to relax cert verification for Kafka by @rra in #25
- DM-48199: Prepare 0.2.1 release by @rra in #26
Full Changelog: 0.2.0...0.2.1
0.2.0
New features
- Add a
wobbly expire
command that deletes all jobs from the database that have passed their destruction time. This is run periodically as a KubernetesCronJob
.
What's Changed
Full Changelog: 0.1.0...0.2.0
0.1.0
Initial release integrated with Safir 9.0.1.
What's Changed
- DM-47262: Move dependencies to pyproject.toml by @rra in #2
- DM-47262: Bump Python version for Docker image by @rra in #3
- DM-47262: Initial version of UWS storage service by @rra in #4
- DM-47262: Add an admin API by @rra in #5
- DM-47262: Remove version bounds on dependencies by @rra in #6
- DM-47262: Flesh out README.md by @rra in #7
- DM-47262: Add Alembic support by @rra in #8
- DM-47262: Add Slack reporting of uncaught exceptions by @rra in #9
- DM-47769: Update for Ruff 0.8.0 by @rra in #10
- DM-47769: Refactor Wobbly schema to support Pydantic by @rra in #11
- DM-47769: Add pagination support and more admin routes by @rra in #12
- DM-47769: Use drop_database from Safir by @rra in #13
- DM-47769: Use UtcDatetime from Safir by @rra in #14
- DM-47769: Add additional parameters example by @rra in #15
- DM-47954: Add metrics events by @rra in #16
- DM-47986: Use models from Safir by @rra in #18
- DM-47986: Fix logging of new execution phase by @rra in #19
- DM-47986: Standardize metrics tags, add tests by @rra in #20
- DM-47986: Add a health check route by @rra in #21
- DM-47986: Prepare 0.1.0 release by @rra in #22
New Contributors
Full Changelog: https://github.com/lsst-sqre/wobbly/commits/0.1.0