@@ -6,17 +6,31 @@ All notable changes to this package are recorded in this document.
6
6
This format is based on `Keep a ChangeLog <https://keepachangelog.com/ >`_ and this project
7
7
adheres to `Semantic Versioning <https://semver.org >`_.
8
8
9
- [Unreleased] - 2024-08-13
9
+ [Unreleased] - 2024-09-04
10
10
-------------------------
11
11
12
+
13
+ `0.3.2 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.2 >`_ - 2024-09-04
14
+ -----------------------------------------------------------------------------------------
15
+
12
16
Added
13
17
^^^^^
14
18
19
+ - Payload model (:py:class: `esgf_playground_utils.models.kafka.PartialUpdatePayload `) for "soft delete` of an
20
+ :py:class: `stac_pydantic.item.Item `.
21
+
15
22
Changed
16
23
^^^^^^^
17
24
18
- - Corrected typo in CHANGELOG
19
- - Removed duplication in pre-commit configuration
25
+ - Updated certifi (2024.7.4 -> 2024.8.30)
26
+ - Updated idna (3.7 -> 3.8)
27
+ - Updated pbr (6.0.0 -> 6.1.0)
28
+ - Updated geojson-pydantic (1.1.0 -> 1.1.1)
29
+ - Updated rich (13.7.1 -> 13.8.0)
30
+ - Updated stevedore (5.2.0 -> 5.3.0)
31
+ - Updated mypy (1.11.1 -> 1.11.2)
32
+ - Updated sphinx-autoapi (3.2.1 -> 3.3.1)
33
+ - Updated stac-pydantic (3.1.1 -> 3.1.2)
20
34
21
35
Removed
22
36
^^^^^^^
25
39
^^^^^
26
40
27
41
`0.3.1 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.1 >`_ - 2024-08-13
28
- ------------------------------------------------------------------------------------------
42
+ ----------------------------------------------------------------------------------------
29
43
30
44
Added
31
45
^^^^^
0 commit comments