Skip to content

Commit 032efa6

Browse files
committed
🚀 releasing version 1.98.0 @ 2025-05-30 16:40
[skip ci]
1 parent 3cb3235 commit 032efa6

12 files changed

Lines changed: 27 additions & 14 deletions

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@ beta releases are not included in this history.
1414

1515
[//]: # (begin_release_notes)
1616

17+
"1.98.0" (2025-05-30)
18+
=====================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `supervisor` Add option to run supervisor a fixed number of times (#20250529160336)
24+
- :sparkles: `supervisor` Add option to run a function after the supervisor stops (#20250529161638)
25+
- :sparkles: `logs` Add support for a FIFO logger that discards logs ater reading them (#20250529175329)
26+
- :sparkles: [serialization] Added ways to serialise structs into maps or slice (#20250530114133)
27+
- :sparkles: [maps] Added ways to expand and flatten maps in a similar fashion to https://github.com/krakend/flatmap and no longer available https://pkg.go.dev/github.com/hashicorp/terraform/flatmap (#20250530114405)
28+
- :sparkles: `http` Add support for HTTP client with headers (#20250530152641)
29+
- :sparkles: `http` Add utilities for headers (#20250530153502)
30+
31+
32+
Bugfixes
33+
--------
34+
35+
- Dependency upgrade: logr-1.4.3 (#20250529101702)
36+
- :camel: Upgrade dependencies (#20250530113842)
37+
- :gear: Move dependency on mapstructure to use https://github.com/go-viper/mapstructure as https://github.com/mitchellh/mapstructure is [no longer maintained](https://github.com/go-viper/mapstructure?tab=readme-ov-file#migrating-from-githubcommitchellhmapstructure) (#20250530114030)
38+
39+
1740
"1.97.1" (2025-05-21)
1841
=====================
1942

changes/20250529101702.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250529160336.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250529161638.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250529175329.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250530113842.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250530114030.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250530114133.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250530114405.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20250530152641.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)