Skip to content

Commit

Permalink
Merge pull request #36 from ESGF/feature/0.3.8
Browse files Browse the repository at this point in the history
feature 0.3.8
  • Loading branch information
Edbo849 authored Nov 19, 2024
2 parents a03b7c4 + ec3e8d6 commit d919c7a
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 <david.poulter@stfc.ac.uk>",
Expand Down

0 comments on commit d919c7a

Please sign in to comment.