Skip to content

Commit d9a67ca

Browse files
committed
🚀 releasing version 1.107.0 @ 2025-07-24 15:17
[skip ci]
1 parent 46068fa commit d9a67ca

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

CHANGELOG.md

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

1515
[//]: # (begin_release_notes)
1616

17+
"1.107.0" (2025-07-24)
18+
======================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: [logs] Added a rolling file logger (#20250723185203)
24+
25+
26+
Bugfixes
27+
--------
28+
29+
- :recycle: [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
30+
- :recycle: [logs] Update ways to not close writers when loggers close (#20250723182149)
31+
32+
1733
"1.106.1" (2025-07-18)
1834
======================
1935

changes/20250723181707.bugfix

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

changes/20250723182149.bugfix

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

changes/20250723185203.feature

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

utils/module.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version=1.106.1
1+
Version=1.107.0
22
MajorVersion=1
3-
MinorVersion=106
4-
PatchVersion=1
5-
CommitHash=577996d485a280f0af269eede81528f3ce61c0aa
3+
MinorVersion=107
4+
PatchVersion=0
5+
CommitHash=46068fa01be878e41f1c440ff3a3cf89f407c4d0

0 commit comments

Comments
 (0)