1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
go_helpers/History.md

163 lines
2.7 KiB
Markdown
Raw Normal View History

2023-11-27 22:12:03 +00:00
# 2.22.0 / 2023-11-27
* Add special error to terminate retries immediately
2023-10-23 17:32:10 +00:00
# 2.21.0 / 2023-10-23
* Replace and deprecate `float.Round` method
2023-10-12 12:11:00 +00:00
# 2.20.1 / 2023-10-12
* Remove gomega from tests and update dependencies
2023-06-17 12:37:28 +00:00
# 2.20.0 / 2023-06-17
* Add CSP helper
2023-06-16 09:44:06 +00:00
# 2.19.0 / 2023-06-16
* Add `http.NoListFS`
* Update dependencies, fix multiple CVEs
2023-06-10 14:59:02 +00:00
# 2.18.0 / 2023-06-10
* Add file.FSStack implementation
2023-05-19 12:15:17 +00:00
# 2.17.1 / 2023-05-19
* Fix: Prevent panics when no arguments are given
2023-05-19 12:09:45 +00:00
# 2.17.0 / 2023-05-19
* Add simple CLI helper
2023-03-19 01:00:19 +00:00
# 2.16.0 / 2023-03-19
* Allow to set watcher to follow symlinks
* Drop support for Go 1.18 in tests
2023-03-18 14:38:06 +00:00
# 2.15.3 / 2023-03-18
* Fix: Tests broken after last change
2023-03-18 14:27:35 +00:00
# 2.15.2 / 2023-03-18
* Fix logic bug in run loop, replace Stat with Lstat
2023-03-07 14:32:04 +00:00
# 2.15.1 / 2023-03-07
* Update dependencies
2023-02-06 17:33:17 +00:00
# 2.15.0 / 2023-02-06
* Add `http.LogRoundTripper` helper for request debugging
2023-01-28 18:28:37 +00:00
# 2.14.0 / 2023-01-28
* Add `file.Watcher` helper
* [ci] Add test as Github workflow
2021-11-20 20:31:19 +00:00
# 2.13.0 / 2021-11-20
* Add `fieldcollection` helper
2021-03-09 22:26:30 +00:00
# 2.12.2 / 2021-03-09
* Fix: Do not panic on weird env list entries
2021-02-06 21:55:26 +00:00
# 2.12.1 / 2021-02-06
* Fix: Pass in logger
2021-02-06 21:42:22 +00:00
# 2.12.0 / 2021-02-06
* Update dependencies
* Allow to pass in a logger for HTTP logs
* Update imports to v2 import paths
2020-08-07 12:31:27 +00:00
# 2.11.0 / 2020-08-07
* Add convenience wrapper around property sets
* Drop support for Go <1.13
* Add test for successful execution
2019-11-15 15:36:09 +00:00
# 2.10.0 / 2019-11-15
* Add backoff retry-helper
2019-02-28 19:15:29 +00:00
# 2.9.1 / 2019-02-28
* Fix unversioned import paths
2019-02-28 18:22:41 +00:00
# 2.9.0 / 2019-02-28
* Add support for Go 1.11+ modules
2018-11-18 23:28:20 +00:00
# 2.8.1 / 2018-11-19
* Also log query parameters
2018-09-17 19:19:35 +00:00
# 2.8.0 / 2018-09-17
* Add GZip wrapper
2018-07-05 08:10:05 +00:00
# 2.7.0 / 2018-07-05
* Add helpers to parse time strings using multiple formats at once
2018-06-07 08:59:35 +00:00
# 2.6.0 / 2018-06-07
* Add a YAML to JSON converter as yaml-helper
2018-04-23 10:24:30 +00:00
# 2.5.0 / 2018-04-23
* Add output splitter
2018-04-03 19:52:16 +00:00
# 2.4.0 / 2018-04-03
* Add proxy IP detection
2017-11-05 13:56:16 +00:00
# 2.3.1 / 2017-11-05
* Fix TIP version error: Sprintf format %s has arg of wrong type byte
* Travis: Test on Go 1.7, 1.8, 1.9, tip
2017-11-05 11:34:49 +00:00
# 2.3.0 / 2017-11-05
* Implement digest header generation
2017-04-13 15:05:45 +00:00
# 2.2.0 / 2017-04-13
* Add HTTPLogHandler
2016-12-23 14:24:36 +00:00
# 2.1.0 / 2016-12-23
* Add time.Duration formatter
2016-10-12 21:55:12 +00:00
# 2.0.0 / 2016-10-12
* Drop Go1.5 / Go1.6 support with using contexts
* Add github-binary update helper
2016-05-28 23:56:24 +00:00
# 1.4.0 / 2016-05-29
* Added environment helpers
2016-05-18 21:30:28 +00:00
# 1.3.0 / 2016-05-18
* Added AccessLogResponseWriter
2016-05-15 22:14:10 +00:00
# 1.2.0 / 2016-05-16
* Added helper to find binaries in path or directory
2016-05-06 21:44:28 +00:00
# 1.1.0 / 2016-05-06
* Added Haversine helper functions
2016-04-23 12:32:43 +00:00
1.0.0 / 2016-04-23
==================
2023-10-12 12:11:00 +00:00
* First versioned revision for use with gopkg.in