Releases: ARM-software/golang-utils
Release 1.16.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.16.0" (2022-07-29)
Features
- Add utility for generating a list of the environment variables based on a struct that uses mapstructure (#202207290929)
"" "1.15.2" (2022-07-27)
Bugfixes
- Dependency upgrade: afero-1.9.1 (#202207191022, #20220719102201)
- Dependency upgrade: logrus-1.9.0 (#202207191615, #202207191616, #20220719161501)
- Dependency upgrade: afero-1.9.2 (#202207201737)
Misc
- #202207201838
"" "1.15.1" (2022-07-18)
Bugfixes
[filesystem]
Updated limit structure to have tags specified (#202207181519)[httptest]
Fixed security issue(G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec))
(#202207181802)
"" "1.15.0" (2022-07-18)
Features
[filesystem]
Added ability to better control long running file system actions such as zipping, walking, etc. with context (#202207151751)
Bugfixes
- Dependency upgrade: afero-1.9.0 (#202207151021, #202207151022, #202207151023, #20220715102101, #20220715102201)
"" "1.14.0" (2022-07-12)
Features
- [logs] New utility to create a
Logger
from a logr.Logger (#202207111655) - [logs] Changed constructors to follow naming convention (:warning; May mean breaking changes) (#202207111821)
- [logs] constructors using old naming convention i.e.
create...
are marked as deprecated (#202207120946)
Bugfixes
- Dependency upgrade: testify-1.7.3 (#202206201048, #202206201049, #202206201050, #202206201051, #202206201052, #202206201053, #202206201054, #20220620104801, #20220620104901, #20220620104902, #20220620105001, #20220620105101, #20220620105201, #20220620105301, #20220620105302)
- Dependency upgrade: testify-1.8.0 (#202207011611)
- Dependency upgrade: v3-3.22.6 (#202207011616, #202207011617, #20220701161601, #20220701161701)
"" "1.13.2" (2022-06-10)
Bugfixes
- [file lock] Ensure retries stop when context is asked to terminate (#202206101540)
"" "1.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.15.2
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.15.2" (2022-07-27)
Bugfixes
- Dependency upgrade: afero-1.9.1 (#202207191022, #20220719102201)
- Dependency upgrade: logrus-1.9.0 (#202207191615, #202207191616, #20220719161501)
- Dependency upgrade: afero-1.9.2 (#202207201737)
Misc
- #202207201838
"" "1.15.1" (2022-07-18)
Bugfixes
[filesystem]
Updated limit structure to have tags specified (#202207181519)[httptest]
Fixed security issue(G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec))
(#202207181802)
"" "1.15.0" (2022-07-18)
Features
[filesystem]
Added ability to better control long running file system actions such as zipping, walking, etc. with context (#202207151751)
Bugfixes
- Dependency upgrade: afero-1.9.0 (#202207151021, #202207151022, #202207151023, #20220715102101, #20220715102201)
"" "1.14.0" (2022-07-12)
Features
- [logs] New utility to create a
Logger
from a logr.Logger (#202207111655) - [logs] Changed constructors to follow naming convention (:warning; May mean breaking changes) (#202207111821)
- [logs] constructors using old naming convention i.e.
create...
are marked as deprecated (#202207120946)
Bugfixes
- Dependency upgrade: testify-1.7.3 (#202206201048, #202206201049, #202206201050, #202206201051, #202206201052, #202206201053, #202206201054, #20220620104801, #20220620104901, #20220620104902, #20220620105001, #20220620105101, #20220620105201, #20220620105301, #20220620105302)
- Dependency upgrade: testify-1.8.0 (#202207011611)
- Dependency upgrade: v3-3.22.6 (#202207011616, #202207011617, #20220701161601, #20220701161701)
"" "1.13.2" (2022-06-10)
Bugfixes
- [file lock] Ensure retries stop when context is asked to terminate (#202206101540)
"" "1.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.15.1
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.15.1" (2022-07-18)
Bugfixes
[filesystem]
Updated limit structure to have tags specified (#202207181519)[httptest]
Fixed security issue(G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec))
(#202207181802)
"" "1.15.0" (2022-07-18)
Features
[filesystem]
Added ability to better control long running file system actions such as zipping, walking, etc. with context (#202207151751)
Bugfixes
- Dependency upgrade: afero-1.9.0 (#202207151021, #202207151022, #202207151023, #20220715102101, #20220715102201)
"" "1.14.0" (2022-07-12)
Features
- [logs] New utility to create a
Logger
from a logr.Logger (#202207111655) - [logs] Changed constructors to follow naming convention (:warning; May mean breaking changes) (#202207111821)
- [logs] constructors using old naming convention i.e.
create...
are marked as deprecated (#202207120946)
Bugfixes
- Dependency upgrade: testify-1.7.3 (#202206201048, #202206201049, #202206201050, #202206201051, #202206201052, #202206201053, #202206201054, #20220620104801, #20220620104901, #20220620104902, #20220620105001, #20220620105101, #20220620105201, #20220620105301, #20220620105302)
- Dependency upgrade: testify-1.8.0 (#202207011611)
- Dependency upgrade: v3-3.22.6 (#202207011616, #202207011617, #20220701161601, #20220701161701)
"" "1.13.2" (2022-06-10)
Bugfixes
- [file lock] Ensure retries stop when context is asked to terminate (#202206101540)
"" "1.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.15.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.15.0" (2022-07-18)
Features
[filesystem]
Added ability to better control long running file system actions such as zipping, walking, etc. with context (#202207151751)
Bugfixes
- Dependency upgrade: afero-1.9.0 (#202207151021, #202207151022, #202207151023, #20220715102101, #20220715102201)
"" "1.14.0" (2022-07-12)
Features
- [logs] New utility to create a
Logger
from a logr.Logger (#202207111655) - [logs] Changed constructors to follow naming convention (:warning; May mean breaking changes) (#202207111821)
- [logs] constructors using old naming convention i.e.
create...
are marked as deprecated (#202207120946)
Bugfixes
- Dependency upgrade: testify-1.7.3 (#202206201048, #202206201049, #202206201050, #202206201051, #202206201052, #202206201053, #202206201054, #20220620104801, #20220620104901, #20220620104902, #20220620105001, #20220620105101, #20220620105201, #20220620105301, #20220620105302)
- Dependency upgrade: testify-1.8.0 (#202207011611)
- Dependency upgrade: v3-3.22.6 (#202207011616, #202207011617, #20220701161601, #20220701161701)
"" "1.13.2" (2022-06-10)
Bugfixes
- [file lock] Ensure retries stop when context is asked to terminate (#202206101540)
"" "1.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.14.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.14.0" (2022-07-12)
Features
- [logs] New utility to create a
Logger
from a logr.Logger (#202207111655) - [logs] Changed constructors to follow naming convention (:warning; May mean breaking changes) (#202207111821)
- [logs] constructors using old naming convention i.e.
create...
are marked as deprecated (#202207120946)
Bugfixes
- Dependency upgrade: testify-1.7.3 (#202206201048, #202206201049, #202206201050, #202206201051, #202206201052, #202206201053, #202206201054, #20220620104801, #20220620104901, #20220620104902, #20220620105001, #20220620105101, #20220620105201, #20220620105301, #20220620105302)
- Dependency upgrade: testify-1.8.0 (#202207011611)
- Dependency upgrade: v3-3.22.6 (#202207011616, #202207011617, #20220701161601, #20220701161701)
"" "1.13.2" (2022-06-10)
Bugfixes
- [file lock] Ensure retries stop when context is asked to terminate (#202206101540)
"" "1.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.13.2
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.13.2" (2022-06-10)
Bugfixes
- [file lock] Ensure retries stop when context is asked to terminate (#202206101540)
"" "1.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.13.1
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.13.1" (2022-06-09)
Bugfixes
- Dependency upgrade: viper-1.12.0 (#202205271019)
- Dependency upgrade: v3-3.22.5 (#202206071413, #202206071415, #20220607141301)
- Dependency upgrade: zerolog-1.27.0 (#202206081224)
- Dependency upgrade: testify-1.7.2 (#202206081225)
"" "1.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.13.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.13.0" (2022-05-26)
Features
- [filesystem] Add
FilepathStem
function to package, emulating Python's Pathlib.Stem behaviour (#20220525)
"" "1.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.12.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.12.0" (2022-05-12)
Features
- Add option to run parseListWithCleanup to keep empty lines (#202205121612)
"" "1.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725
Release 1.11.1
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.11.1" (2022-05-09)
Bugfixes
- Dependency upgrade: v3-3.22.4 (#202205021019, #202205021020, #20220502101901)
"" "1.11.0" (2022-04-25)
Features
- [errors] Added a common error (#202204252100)
"" "1.10.0" (2022-04-25)
Features
- [errors] Added common errors (#202204251958)
Bugfixes
- Dependency upgrade: viper-1.11.0 (#202204151015)
- Dependency upgrade: mapstructure-1.5.0 (#202204211024)
- Dependency upgrade: go-retryablehttp-0.7.1 (#202204251901)
"" "1.9.0" (2022-04-06)
Features
- [collection]
ParseListWithCleanup
is now available for parsing strings containing lists (#202204061624)
Bugfixes
- Dependency upgrade: v3-3.8.0 (#202203101118)
- Dependency upgrade: afero-1.8.2 (#202203111118)
- Dependency upgrade: testify-1.7.1 (#202203161120)
- Dependency upgrade: v3-3.22.3 (#202204011026, #202204011027, #202204011028, #20220401102601, #20220401102701)
"" "1.8.0" (2022-03-01)
Features
- [reflection] Possibility to get hold of a pointer (e.g. interface) to any value:
ToStructPtr()
function (#202203011026)
Bugfixes
- Dependency upgrade: v3-3.22.2 (#202203011118)
"" "1.7.0" (2022-02-15)
Features
- Possibility to use standard library http.DefaultClient as a http.IClient (#202202151232)
- Possibility to create
OPTIONS
requests using an http.IClient (#202202151234) - Added missing mocks (#202202151235)
"" "1.6.0" (2022-02-11)
Features
- Possibility to define the HTTP client retry policy from configuration (#202202102044)
- Possibility to use an HTTP client with basic retry policy (policy can take into account the
Retry-After
header in response or not) (#202202102046) - Possibility to use an HTTP client with linear back-off (policy can take into account the
Retry-After
header in response or not) (#202202102049)
Improved Documentation
- Documented the different HTTP client implementations and their configuration (#202202102042)
"" "1.5.0" (2022-02-03)
Features
- Ability to detect the charset of a string using a similar algorithm to ICU (#202202020938)
- Ability to convert strings from one charset to another in a similar way to iconv or uconv (#202202020941)
filesystem.OpenFile
is now available as a module function and not just as a method. (#202202031230)
Bugfixes
- Dependency upgrade: v3-3.7.0 (#202112291129)
- Dependency upgrade: v3-3.21.12 (#202201031132)
- Dependency upgrade: afero-1.8.0 (#202201280944)
- Dependency upgrade: v3-3.22.1 (#202202021122)
- Modified
unzip
to behave like7zip
and handle non UTF-8 filenames by converting them after detection (#202202021956)
Improved Documentation
- Updated file copyright (#202202021119)
"" "1.4.3" (2021-12-19)
Bugfixes
- Fix how configuration is loaded from flags and environment and clarifies how default values are chosen. (#202112191650)
"" "1.4.2" (2021-12-16)
Bugfixes
- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
Misc
- #202112161834
"" "1.4.1" (2021-12-03)
Bugfixes
- Dependency upgrade: uuid-4.1.0incompatible (#202111241131)
- Dependency upgrade: mapstructure-1.4.3 (#202112021129)
- Dependency upgrade: uuid 4.2.0+incompatible (#202112031155)
- Fixed the binding between CLI pflags and environment variables when it comes to nested configuration structures (#202112031255)
"" "1.4.0" (2021-11-09)
Features
- Added collection utilities for removing elements from slices (#202111091652)
"" "1.3.1" (2021-11-02)
Bugfixes
- Bumped go version required (#202110151126)
- Fixed bug in
parallisation
which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) - Dependency upgrade: zerolog-1.26.0 (#202111021125)
- Dependency upgrade: v3-3.21.10 (#202111021326)
Misc
- #202110201138
"" "1.3.0" (2021-10-13)
Features
- Added mocks (#202110131847)
Bugfixes
- Dependency upgrade: viper-1.9.0 (#202110131703)
"" "1.2.0" (2021-10-13)
Features
- Made IClient implementations easily configurable (#202110131646)
Bugfixes
- Dependency upgrade: goleak-1.1.11 (#202109131112)
- Improved testing and fixed
gosec
reported error incommonerrors
(#202109131145) - Dependency upgrade: mapstructure-1.4.2 (#202109161324)
- Dependency upgrade: godotenv-1.4.0 (#202110041008)
- Dependency upgrade: goleak-1.1.12 (#202110110900)
- Dependency upgrade: v3-3.21.9 (#202110131642)
"" "1.1.0" (2021-09-10)
Features
- Added a way to perform an action after some time:
ScheduleAfter
(#202109092134)
Bugfixes
- Dependency upgrade: gopsutil v3-3.21.8 (#202109021259)
- Dependency upgrade: zerolog-1.24.0 (#202109021331)
- Fixed
Schedule
race condition reported by golang race detector (#202109021504) - Fixed
Subprocess
race condition reported by golang race detector (#202109021553) - Fixed
lock file
race condition reported by golang race detector (#202109031636) - Introduced deadlock detector where shared resources are used (#202109092209)
Improved Documentation
- Improved DEVELOPER guide (#202108251951)
Misc
- #202108260927, #202109021444, #202109031754
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
Major changes
- Initial Release (#202108121209)
- Changed imports to
ARM-software
organisation (#202108121238)
Improved Documentation
- Added guides (#202108121209)
- Added Licence headers (#202108121730)
Misc
- #202108131530, #202108231725