Releases: ARM-software/golang-utils
Release 1.120.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.120.0" (2025-09-08)
Features
- ✨
[parallelisation]
Define a transformation group (#20250905171217) - ✨
[collection]
Added aRange
function to populate slices of integers (#20250908111211)
Bugfixes
- Dependency upgrade: testify-1.11.1 (#20250828113208, #20250828113210)
- Dependency upgrade: pflag-1.0.9 (#20250903063301, #20250903063328, #20250903063331, #20250903063356, #20250903063400, #20250903063456)
- Dependency upgrade: v4-4.25.8 (#20250903101909, #20250903101917, #20250903101937, #20250903101947, #20250903102003, #20250903102016, #20250903102029, #20250903102045, #20250903102056, #20250903102111, #20250903102127, #20250903102141, #20250903102204, #20250903102228, #20250903102245, #20250903102259, #20250903102329, #20250903102340, #20250903102403, #20250903102413, #20250903102432, #20250903102438, #20250903102505, #20250903102509, #20250903102533, #20250903102557, #20250903102615, #20250903102630, #20250903102642, #20250903102657, #20250903102706, #20250903102729, #20250903102736, #20250903102800, #20250903102822, #20250903102839, #20250903102847, #20250903102909, #20250903102913, #20250903102940)
- Dependency upgrade: go-deadlock-0.3.6 (#20250905102735, #20250905102740, #20250905102803, #20250905102809, #20250905102838, #20250905102841)
- Dependency upgrade: pflag-1.0.10 (#20250908102310, #20250908102312)
"1.119.1" (2025-08-28)
Bugfixes
- 🐛 [parallelisation] Revert the behaviour change of close stores introduced in recent release (#20250828111444)
"1.119.0" (2025-08-26)
Features
- ✨
[safeio]
Add the ability to perform safe concatenations likecat
(#20250826104813)
Bugfixes
- Dependency upgrade: testify-1.11.0 (#20250825204747, #20250825204800, #20250825204831)
"1.118.0" (2025-08-21)
Features
- ✨
proc
Add support for gracefully killing processes with specific interrupts (#20250821120026)
"1.117.0" (2025-08-20)
Features
- ✨
[parallelisation]
Added new groups (ContextualFunctionGroup) and new Store options to configure the execution (number of workers, single execution, etc.) (#20250820002654) - ✨
[parallelisation]
Added new compound execution group to support nested execution groups (#20250820140853)
Bugfixes
- Dependency upgrade: mock-0.6.0 (#20250819182939, #20250819182946, #20250819183009, #20250819183013, #20250819183037, #20250819183041, #20250819183111, #20250819183113)
- Dependency upgrade: timberjack-1.3.5 (#20250820111138)
"1.116.1" (2025-08-18)
Bugfixes
- 🐛
subprocess
Make sure that cancellation can't enter deadlock (#20250818160732)
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#2025...
Release 1.119.1
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.119.1" (2025-08-28)
Bugfixes
- 🐛 [parallelisation] Revert the behaviour change of close stores introduced in recent release (#20250828111444)
"1.119.0" (2025-08-26)
Features
- ✨
[safeio]
Add the ability to perform safe concatenations likecat
(#20250826104813)
Bugfixes
- Dependency upgrade: testify-1.11.0 (#20250825204747, #20250825204800, #20250825204831)
"1.118.0" (2025-08-21)
Features
- ✨
proc
Add support for gracefully killing processes with specific interrupts (#20250821120026)
"1.117.0" (2025-08-20)
Features
- ✨
[parallelisation]
Added new groups (ContextualFunctionGroup) and new Store options to configure the execution (number of workers, single execution, etc.) (#20250820002654) - ✨
[parallelisation]
Added new compound execution group to support nested execution groups (#20250820140853)
Bugfixes
- Dependency upgrade: mock-0.6.0 (#20250819182939, #20250819182946, #20250819183009, #20250819183013, #20250819183037, #20250819183041, #20250819183111, #20250819183113)
- Dependency upgrade: timberjack-1.3.5 (#20250820111138)
"1.116.1" (2025-08-18)
Bugfixes
- 🐛
subprocess
Make sure that cancellation can't enter deadlock (#20250818160732)
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, ...
Release 1.119.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.119.0" (2025-08-26)
Features
- ✨
[safeio]
Add the ability to perform safe concatenations likecat
(#20250826104813)
Bugfixes
- Dependency upgrade: testify-1.11.0 (#20250825204747, #20250825204800, #20250825204831)
"1.118.0" (2025-08-21)
Features
- ✨
proc
Add support for gracefully killing processes with specific interrupts (#20250821120026)
"1.117.0" (2025-08-20)
Features
- ✨
[parallelisation]
Added new groups (ContextualFunctionGroup) and new Store options to configure the execution (number of workers, single execution, etc.) (#20250820002654) - ✨
[parallelisation]
Added new compound execution group to support nested execution groups (#20250820140853)
Bugfixes
- Dependency upgrade: mock-0.6.0 (#20250819182939, #20250819182946, #20250819183009, #20250819183013, #20250819183037, #20250819183041, #20250819183111, #20250819183113)
- Dependency upgrade: timberjack-1.3.5 (#20250820111138)
"1.116.1" (2025-08-18)
Bugfixes
- 🐛
subprocess
Make sure that cancellation can't enter deadlock (#20250818160732)
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #2025071020042...
Release 1.118.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.118.0" (2025-08-21)
Features
- ✨
proc
Add support for gracefully killing processes with specific interrupts (#20250821120026)
"1.117.0" (2025-08-20)
Features
- ✨
[parallelisation]
Added new groups (ContextualFunctionGroup) and new Store options to configure the execution (number of workers, single execution, etc.) (#20250820002654) - ✨
[parallelisation]
Added new compound execution group to support nested execution groups (#20250820140853)
Bugfixes
- Dependency upgrade: mock-0.6.0 (#20250819182939, #20250819182946, #20250819183009, #20250819183013, #20250819183037, #20250819183041, #20250819183111, #20250819183113)
- Dependency upgrade: timberjack-1.3.5 (#20250820111138)
"1.116.1" (2025-08-18)
Bugfixes
- 🐛
subprocess
Make sure that cancellation can't enter deadlock (#20250818160732)
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
-----...
Release 1.117.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.117.0" (2025-08-20)
Features
- ✨
[parallelisation]
Added new groups (ContextualFunctionGroup) and new Store options to configure the execution (number of workers, single execution, etc.) (#20250820002654) - ✨
[parallelisation]
Added new compound execution group to support nested execution groups (#20250820140853)
Bugfixes
- Dependency upgrade: mock-0.6.0 (#20250819182939, #20250819182946, #20250819183009, #20250819183013, #20250819183037, #20250819183041, #20250819183111, #20250819183113)
- Dependency upgrade: timberjack-1.3.5 (#20250820111138)
"1.116.1" (2025-08-18)
Bugfixes
- 🐛
subprocess
Make sure that cancellation can't enter deadlock (#20250818160732)
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
- ✨ Added a
[encoding]
module to help encode/decode strings (#20250709190241)
"1.103.1" (2025-07-08)
Bugfixes
- 🐛 `valid...
Release 1.116.1
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.116.1" (2025-08-18)
Bugfixes
- 🐛
subprocess
Make sure that cancellation can't enter deadlock (#20250818160732)
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
- ✨ Added a
[encoding]
module to help encode/decode strings (#20250709190241)
"1.103.1" (2025-07-08)
Bugfixes
- 🐛
validation
Make sure to expose validation rule as avalidation.Rule
(#20250708131716)
"1.103.0" (2025-07-08)
Features
- ✨
validation
Add validation rules (IsPort) for non-string values (#20250708093742)
Bugfixes
- Dependency upgrade: v4-4.25.6 (#20250701105844, #20250701105848)
"1.102.0" (2025-06-30)
Features
- ✨
[filesystem]
Add filepath utilities to work across file-systems no matter the underlying platform (#20250627145431)
Bugfixes
- Dependency upgrade: v2-2.3.0 (#20250617102123, #20250617102125)
- ...
Release 1.116.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.116.0" (2025-08-15)
Features
- ✨ [collection] Add ConvertMapToLoggerValues function for logr.Logger compatibility (#20250815151015)
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
- ✨ Added a
[encoding]
module to help encode/decode strings (#20250709190241)
"1.103.1" (2025-07-08)
Bugfixes
- 🐛
validation
Make sure to expose validation rule as avalidation.Rule
(#20250708131716)
"1.103.0" (2025-07-08)
Features
- ✨
validation
Add validation rules (IsPort) for non-string values (#20250708093742)
Bugfixes
- Dependency upgrade: v4-4.25.6 (#20250701105844, #20250701105848)
"1.102.0" (2025-06-30)
Features
- ✨
[filesystem]
Add filepath utilities to work across file-systems no matter the underlying platform (#20250627145431)
Bugfixes
- Dependency upgrade: v2-2.3.0 (#20250617102123, #20250617102125)
- Dependency upgrade: go-retryablehttp-0.7.8 (#20250619103030, #20250619103033, #20250619103055, #20250619103104, #20250619103126, #20250619103135, #202506191...
Release 1.115.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.115.0" (2025-08-14)
Features
- [headers] Add method to get the value of a specific header (#20250814161616)
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
- ✨ Added a
[encoding]
module to help encode/decode strings (#20250709190241)
"1.103.1" (2025-07-08)
Bugfixes
- 🐛
validation
Make sure to expose validation rule as avalidation.Rule
(#20250708131716)
"1.103.0" (2025-07-08)
Features
- ✨
validation
Add validation rules (IsPort) for non-string values (#20250708093742)
Bugfixes
- Dependency upgrade: v4-4.25.6 (#20250701105844, #20250701105848)
"1.102.0" (2025-06-30)
Features
- ✨
[filesystem]
Add filepath utilities to work across file-systems no matter the underlying platform (#20250627145431)
Bugfixes
- Dependency upgrade: v2-2.3.0 (#20250617102123, #20250617102125)
- Dependency upgrade: go-retryablehttp-0.7.8 (#20250619103030, #20250619103033, #20250619103055, #20250619103104, #20250619103126, #20250619103135, #20250619103153, #20250619103203, #20250619103221, #20250619103230, #20250619103248, #20250619103256, #20250619103318, #20250619103322, #20250619103346)
- 🐛
[filesystem]
fix [...
Release 1.114.1
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.114.1" (2025-08-14)
Bugfixes
- 🐛 [parallelisation] Make sure options are not overridden for a close store (#20250814104556)
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
- ✨ Added a
[encoding]
module to help encode/decode strings (#20250709190241)
"1.103.1" (2025-07-08)
Bugfixes
- 🐛
validation
Make sure to expose validation rule as avalidation.Rule
(#20250708131716)
"1.103.0" (2025-07-08)
Features
- ✨
validation
Add validation rules (IsPort) for non-string values (#20250708093742)
Bugfixes
- Dependency upgrade: v4-4.25.6 (#20250701105844, #20250701105848)
"1.102.0" (2025-06-30)
Features
- ✨
[filesystem]
Add filepath utilities to work across file-systems no matter the underlying platform (#20250627145431)
Bugfixes
- Dependency upgrade: v2-2.3.0 (#20250617102123, #20250617102125)
- Dependency upgrade: go-retryablehttp-0.7.8 (#20250619103030, #20250619103033, #20250619103055, #20250619103104, #20250619103126, #20250619103135, #20250619103153, #20250619103203, #20250619103221, #20250619103230, #20250619103248, #20250619103256, #20250619103318, #20250619103322, #20250619103346)
- 🐛
[filesystem]
fix bug when zipping a package on Windows...
Release 1.114.0
!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
Changelog
This document contains a history of significant changes which have been released for golang-utils
. Please note that
beta releases are not included in this history.
"1.114.0" (2025-08-13)
Features
- ✨ [parallelisation] Add an option to collate all the errors found during a function store execution (#20250813180357)
"1.113.0" (2025-08-13)
Features
- ✨
[parallelisation]
Extend the cancel/close store to have various ways of functioning (e.g. parallel, sequential, reverse order, etc.) (#20250813063457)
"1.112.0" (2025-08-11)
Features
- ✨ [parallelisation] Added a way to register cancel functions to a close store to ensure everything is cancelled on close (#20250808203905)
- ✨ [commonerrors] Added a Join which is similar to errors.Join but following inline string convention (#20250808204006)
- ✨ [keyring] Added a module to store configuration in system keyring service (#20250808204222)
- ✨
[config]
Added ability to read configuration from system keyring service (#20250808230944)
Bugfixes
- Dependency upgrade: crypto-0.41.0 (#20250808104957)
- Dependency upgrade: mod-0.27.0 (#20250808105012, #20250808105019, #20250808105226, #20250808105329, #20250808105434, #20250808105500, #20250808105507, #20250808105729, #20250808105745, #20250808105803, #20250808105932, #20250808105944, #20250808110029, #20250808110124, #20250808110139, #20250808110210, #20250808110239, #20250808110306, #20250808110327, #20250808110345, #20250808110406, #20250808110414, #20250808110443, #20250808110454, #20250808110509, #20250808110523, #20250808110538, #20250808110602, #20250808110604)
- Dependency upgrade: text-0.28.0 (#20250808105016, #20250808105023, #20250808105223, #20250808105316, #20250808105318, #20250808105415, #20250808105506, #20250808105532, #20250808105701, #20250808105732, #20250808105833, #20250808105844, #20250808105907, #20250808110040, #20250808110104, #20250808110147, #20250808110149)
- Dependency upgrade: sys-0.35.0 (#20250808164822, #20250808164824)
- Dependency upgrade: net-0.43.0 (#20250808190051, #20250808190104, #20250808190117, #20250808190156)
- 🐛 [
maps
] Expand theFlatten
function to support pointers (#20250811090744)
"1.111.0" (2025-08-07)
Features
- ✨
commonerrors
Add ErrFailed to be used as a generic error where an error is an expected and valid state that should be distinguished from a system error (#20250807151301)
"1.110.1" (2025-08-07)
Bugfixes
- Dependency upgrade: timberjack-1.3.4 (#20250805144229, #20250805144235, #20250805144302)
- 🐛
proc
Make sure that invalid PIDs are ignored when stopping processes (#20250807104110)
"1.110.0" (2025-08-04)
Features
- ✨ Add support for gracefully killing child processes (#20250731140445)
- ✨
[collection]
added collection functional operationsMap
,Filter
,Reject
,Reduce
(#20250804122854) - ✨
[parallelisation]
added parallelised collection functional operationsMap
,Filter
,Reject
(#20250804122923) - ✨
[proc]
added a function to find processes based on name (#20250804130842)
"1.109.1" (2025-08-01)
Bugfixes
- Dependency upgrade: v4-4.25.7 (#20250801105313, #20250801105328, #20250801105343, #20250801105356, #20250801105410, #20250801105424, #20250801105438, #20250801105448, #20250801105504, #20250801105514)
- 🐛
filesystem
IsFile should return true for special unix files not just regular files (#20250801151058)
"1.109.0" (2025-08-01)
Features
- ✨
commonerrors
Add IgnoreCorrespondTo function (#20250801105019)
Bugfixes
- 🐛
[platform]
make sure command with privileges are run when passwords are not needed (#20250731182237) - 🐛
[filesystem]
make sure to unlink files when removal is called so that sockets are correctly closed (#20250731182404) - 🐛
filsystem
Unlink files before attempting to remove them in Remove (#20250801093542)
"1.108.2" (2025-07-30)
Bugfixes
- 🐛
logs
Fix missing writer close skip (#20250729175928)
"1.108.1" (2025-07-30)
Bugfixes
- 🐛
proc
In process find, ignore processes that have stopped between listing and matching (#20250730095330)
"1.108.0" (2025-07-30)
Features
- ✨ Add support for finding processes by their name/the command that was started (#20250729164750)
"1.107.2" (2025-07-29)
Bugfixes
- 🐛 Fix zerolog closing the writer passed to it (#20250729141206)
"1.107.1" (2025-07-29)
Bugfixes
- 🐛 Make sure that an improperly initialised cancel store doesn't cause a panic (#20250729105643)
"1.107.0" (2025-07-24)
Features
- ✨ [logs] Added a rolling file logger (#20250723185203)
Bugfixes
- ♻️ [logs] update slog utilities to use standard library slog rather than golang extension's implementation (#20250723181707)
- ♻️ [logs] Update ways to not close writers when loggers close (#20250723182149)
"1.106.1" (2025-07-18)
Bugfixes
- Dependency upgrade: pflag-1.0.7 (#20250717103618)
- 🐛
[subprocess]
Improve the error reporting when a process is cancelled (#20250718123400)
"1.106.0" (2025-07-16)
Features
- ✨
[parallelisation]
Create a store for closing functions so they can be done concurrently (#20250715185008)
"1.105.0" (2025-07-15)
Features
- ✨
[proc]
Add utilities to kill processes gracefully (#20250715105927)
Bugfixes
- Dependency upgrade: net-0.42.0 (#20250711105137, #20250711105141, #20250711105204, #20250711105242, #20250711105325, #20250711105330, #20250711105356, #20250711105427, #20250711105453, #20250711105508, #20250711105526, #20250711105536, #20250711105553, #20250711105620)
- 🐛
[subprocess]
make sure child processes are killed on context cancellation (#20250714171923) - Dependency upgrade: v2-2.4.0 (#20250715104631, #20250715104636, #20250715104700, #20250715104703, #20250715104728, #20250715104734, #20250715104757, #20250715104800, #20250715104828, #20250715104831, #20250715104855, #20250715104905, #20250715104926, #20250715104941, #20250715104955, #20250715105009)
"1.104.1" (2025-07-11)
Bugfixes
- Dependency upgrade: sync-0.16.0 (#20250710102318, #20250710102320)
- Dependency upgrade: mod-0.26.0 (#20250710102324, #20250710102330, #20250710102353, #20250710102420, #20250710102532, #20250710102541, #20250710102625, #20250710102648, #20250710102700, #20250710102735, #20250710102815, #20250710102851, #20250710102902, #20250710102935, #20250710103004, #20250710103051, #20250710103107, #20250710103139, #20250710103155, #20250710103221, #20250710103234, #20250710103253, #20250710103309, #20250710103335, #20250710103344, #20250710103405, #20250710103417, #20250710103431, #20250710103449, #20250710103459, #20250710103519, #20250710103533, #20250710103546, #20250710103606, #20250710103613, #20250710103636, #20250710103642, #20250710103708, #20250710103725, #20250710103739, #20250710103755, #20250710103808, #20250710103822, #20250710103838, #20250710103855)
- Dependency upgrade: sys-0.34.0 (#20250710102325, #20250710102331, #20250710102404, #20250710102429, #20250710102505, #20250710102559, #20250710102622, #20250710102641, #20250710102701, #20250710102737, #20250710102824, #20250710102837, #20250710102914, #20250710102929, #20250710103022, #20250710103030, #20250710103115)
- Dependency upgrade: text-0.27.0 (#20250710200421, #20250710200424, #20250710200447, #20250710200456, #20250710200520, #20250710200528, #20250710200557, #20250710200559)
- 🐛
[parallelisation]
Clean cancel function store after functions have been cancelled (#20250710210822)
"1.104.0" (2025-07-10)
Features
- ✨ Added a
[encoding]
module to help encode/decode strings (#20250709190241)
"1.103.1" (2025-07-08)
Bugfixes
- 🐛
validation
Make sure to expose validation rule as avalidation.Rule
(#20250708131716)
"1.103.0" (2025-07-08)
Features
- ✨
validation
Add validation rules (IsPort) for non-string values (#20250708093742)
Bugfixes
- Dependency upgrade: v4-4.25.6 (#20250701105844, #20250701105848)
"1.102.0" (2025-06-30)
Features
- ✨
[filesystem]
Add filepath utilities to work across file-systems no matter the underlying platform (#20250627145431)
Bugfixes
- Dependency upgrade: v2-2.3.0 (#20250617102123, #20250617102125)
- Dependency upgrade: go-retryablehttp-0.7.8 (#20250619103030, #20250619103033, #20250619103055, #20250619103104, #20250619103126, #20250619103135, #20250619103153, #20250619103203, #20250619103221, #20250619103230, #20250619103248, #20250619103256, #20250619103318, #20250619103322, #20250619103346)
- 🐛
[filesystem]
fix bug when zipping a package on Windows and unzipping it on a different platform such as Linux (#20250627161647)
Misc
- #20250613163053
"1.101.0" (2025-06-09)
Features
----...