Skip to content

Releases: cloudhut/common

0.10.0 / 2023-06-12

12 Jun 09:01
67f4051
Compare
Choose a tag to compare
  • Add new function BuildWatchedTLSConfig that builds a TLS config and hot-reloads the provided certificates if they change (via #3 by @bojand )

0.9.0 / 2023-05-14

14 May 16:33
12f54e2
Compare
Choose a tag to compare
  • Add TLS termination (including hot-reloading and HTTPS redirects)

0.8.0 / 2023-02-24

24 Feb 11:08
9432e3a
Compare
Choose a tag to compare
  • Add method to retrieve unescaped URL parameters
  • Add method to retrieve unescaped query parameters

0.7.0 / 2022-11-21

21 Nov 15:28
Compare
Choose a tag to compare
  • Update go-chi to v5

0.6.1 / 2022-11-11

11 Nov 09:26
Compare
Choose a tag to compare
  • Update all direct dependencies to latest version

0.6.0 / 2021-08-16

16 Aug 21:09
Compare
Choose a tag to compare
  • Return rest.Error in rest.Decode() method

0.5.1 / 2020-01-24

14 Mar 12:56
Compare
Choose a tag to compare
  • Update dependencies

0.5.0 / 2020-01-24

24 Jan 10:08
Compare
Choose a tag to compare
  • Improve error check in decode() method and return a MalformedRequest

0.4.0 / 2020-12-11

12 Nov 12:19
Compare
Choose a tag to compare
  • Add stacktrace in panic logs

Add YAML Tags

15 Feb 19:48
Compare
Choose a tag to compare

This release adds YAML tags and includes a breaking change of the AccessLogs middleware (no more support for blocking on specific headers if present).