Skip to content

Release 1.13.0

Compare
Choose a tag to compare
@monty-bot monty-bot released this 26 May 11:46
· 465 commits to master since this release

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

"" "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 like 7zip 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 in commonerrors (#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