Skip to content

Commit c431b8d

Browse files
authored
chore(master): release 2.24.0 (#303)
1 parent 99e06b0 commit c431b8d

File tree

7 files changed

+26
-7
lines changed

7 files changed

+26
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.23.0"
2+
".": "2.24.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.24.0](https://github.com/miracum/fhir-pseudonymizer/compare/v2.23.0...v2.24.0) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* added request decompression support ([#308](https://github.com/miracum/fhir-pseudonymizer/issues/308)) ([99e06b0](https://github.com/miracum/fhir-pseudonymizer/commit/99e06b08616254e120b5143ba30c0336fa816e37))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update all non-major dependencies ([#300](https://github.com/miracum/fhir-pseudonymizer/issues/300)) ([0cbc535](https://github.com/miracum/fhir-pseudonymizer/commit/0cbc535eac84808e3bf6efc4f54d83eedb3781c9))
14+
* **deps:** update all non-major dependencies ([#305](https://github.com/miracum/fhir-pseudonymizer/issues/305)) ([9affa87](https://github.com/miracum/fhir-pseudonymizer/commit/9affa872476e23de93ef59d57c07330dd175e0a4))
15+
* **deps:** update dependency fakeiteasy to v9 ([#307](https://github.com/miracum/fhir-pseudonymizer/issues/307)) ([17e50d7](https://github.com/miracum/fhir-pseudonymizer/commit/17e50d7692e0a637cb803cf2a69e0e92af8138b2))
16+
* **deps:** update docker.io/library/postgres:18.1 docker digest to 5773fe7 ([#304](https://github.com/miracum/fhir-pseudonymizer/issues/304)) ([b054205](https://github.com/miracum/fhir-pseudonymizer/commit/b054205197023c68db0ed9c06e3ee46a1494debe))
17+
* **deps:** update docker.io/library/postgres:18.1 docker digest to bfe50b2 ([#299](https://github.com/miracum/fhir-pseudonymizer/issues/299)) ([a70925c](https://github.com/miracum/fhir-pseudonymizer/commit/a70925c66a03278f46e1bb2fcf99c8abff6d0895))
18+
* **deps:** update github-actions ([#301](https://github.com/miracum/fhir-pseudonymizer/issues/301)) ([91b3e42](https://github.com/miracum/fhir-pseudonymizer/commit/91b3e42c09562a1495a50d07fb3c404f484b85a5))
19+
* **deps:** update github-actions ([#302](https://github.com/miracum/fhir-pseudonymizer/issues/302)) ([55de055](https://github.com/miracum/fhir-pseudonymizer/commit/55de0550d3d14630fcc3a44a3a0c68800594a3c6))
20+
* **deps:** update github-actions ([#306](https://github.com/miracum/fhir-pseudonymizer/issues/306)) ([c368ce5](https://github.com/miracum/fhir-pseudonymizer/commit/c368ce5c3140e720a53baecb6904f86e34ccabb0))
21+
322
## [2.23.0](https://github.com/miracum/fhir-pseudonymizer/compare/v2.22.10...v2.23.0) (2025-12-10)
423

524

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Based on the brilliant [Tools for Health Data Anonymization](https://github.com/
1717
docker run --rm -i -p 8080:8080 \
1818
-e PseudonymizationService="None" \
1919
-e UseSystemTextJsonFhirSerializer="true" \
20-
ghcr.io/miracum/fhir-pseudonymizer:v2.23.0
20+
ghcr.io/miracum/fhir-pseudonymizer:v2.24.0
2121

2222
curl -X POST -H "Content-Type:application/fhir+json" "http://localhost:8080/fhir/\$de-identify" -d @benchmark/observation.json
2323
```
@@ -458,7 +458,7 @@ All released container images are signed using [cosign](https://github.com/sigst
458458
<!-- x-release-please-start-version -->
459459

460460
```sh
461-
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.23.0
461+
IMAGE=ghcr.io/miracum/fhir-pseudonymizer:v2.24.0
462462
DIGEST=$(crane digest "${IMAGE}")
463463
IMAGE_DIGEST_PINNED="ghcr.io/miracum/fhir-pseudonymizer@${DIGEST}"
464464
IMAGE_TAG="${IMAGE#*:}"

compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
fhir-pseudonymizer:
3-
image: ghcr.io/miracum/fhir-pseudonymizer:v2.23.0 # x-release-please-version
3+
image: ghcr.io/miracum/fhir-pseudonymizer:v2.24.0 # x-release-please-version
44
restart: unless-stopped
55
cap_drop:
66
- ALL

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<NeutralLanguage>en-US</NeutralLanguage>
1414
<Authors>miracum.org</Authors>
1515
<!-- x-release-please-start-version -->
16-
<Version>2.23.0</Version>
16+
<Version>2.24.0</Version>
1717
<!-- x-release-please-end-version -->
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

tests/chaos/fhir-pseudonymizer-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 3
22

33
image:
4-
tag: v2.23.0 # x-release-please-version
4+
tag: v2.24.0 # x-release-please-version
55

66
anonymizationConfig: |
77
---

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.0
1+
2.24.0

0 commit comments

Comments
 (0)