All notable changes to this package are recorded in this document.
This format is based on Keep a ChangeLog and this project adheres to Semantic Versioning.
0.3.8 - 2024-11-19
- Fix to KafakEvent model to allow ExtendedMEtadata model to be used in the event
Fixed
0.3.7 - 2024-11-19
- A new model which is an extension of the Metadata Model for Publish Events.
0.3.6 - 2024-11-18
- Changed AuthData model (:py:class:`esgf_playground_utils.models.kafka.AuthData`) to match event schema
0.3.4 - 2024-11-06
- Added AuthData model (:py:class:`esgf_playground_utils.models.kafka.AuthData`) for adding more detailed auth data to a publish event
- Updated virtualenv (20.26.3 -> 20.27.1)
0.3.3 - 2024-09-04
- Added new kafka PartialUpdatePayload to Data class
- Updated poetry (1.82 -> 1.83)
0.3.2 - 2024-09-04
- Payload model (:py:class:`esgf_playground_utils.models.kafka.PartialUpdatePayload`) for "soft delete` of an :py:class:`stac_pydantic.item.Item`.
- Updated certifi (2024.7.4 -> 2024.8.30)
- Updated idna (3.7 -> 3.8)
- Updated pbr (6.0.0 -> 6.1.0)
- Updated geojson-pydantic (1.1.0 -> 1.1.1)
- Updated rich (13.7.1 -> 13.8.0)
- Updated stevedore (5.2.0 -> 5.3.0)
- Updated mypy (1.11.1 -> 1.11.2)
- Updated sphinx-autoapi (3.2.1 -> 3.3.1)
- Updated stac-pydantic (3.1.1 -> 3.1.2)
0.3.1 - 2024-08-13
- Community documentation
- Pre-commit hooks for quality
- Documentation published to GitHub Pages
- :py:attr:`esgf_playground_utils.models.kafka.UpdatePayload.item_id` added to enable canonical id of resource to be changed.
0.3.0 - 2024-07-22
Initial working release.