Skip to content

Commit

Permalink
feature 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Edbo849 committed Nov 19, 2024
1 parent a03b7c4 commit ec3e8d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ adheres to `Semantic Versioning <https://semver.org>`_.
[Unreleased] - 2024-09-04
-------------------------

`0.3.8 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.8>`_ - 2024-11-19
-----------------------------------------------------------------------------------------

Added
^^^^^
- Fix to KafakEvent model to allow ExtendedMEtadata model to be used in the event

Changed
^^^^^^^

Removed
^^^^^^^

Fixed

`0.3.7 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.7>`_ - 2024-11-19
-----------------------------------------------------------------------------------------

Expand All @@ -23,6 +38,7 @@ Removed
^^^^^^^

Fixed
^^^^^

`0.3.6 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.6>`_ - 2024-11-18
-----------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion esgf_playground_utils/models/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class KafkaEvent(BaseModel):
mandated metadata.
"""

metadata: Metadata
metadata: Union[Metadata, ExtendedMetadata]
data: Data


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "esgf-playground-utils"
version = "0.3.7"
version = "0.3.8"
description = "Common library and models for the ESGF-Playground"
authors = [
"David Poulter <[email protected]>",
Expand Down

0 comments on commit ec3e8d6

Please sign in to comment.