Skip to content

Releases: cloudhut/common

0.11.0 / 2025-07-25

Choose a tag to compare

@weeco weeco released this 25 Jul 13:40
9545414
  • Migrate logging from uber/zap to Go's standard log/slog package
  • Remove uber/zap dependency

0.10.0 / 2023-06-12

Choose a tag to compare

@weeco weeco released this 12 Jun 09:01
67f4051
  • 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

Choose a tag to compare

@weeco weeco released this 14 May 16:33
12f54e2
  • Add TLS termination (including hot-reloading and HTTPS redirects)

0.8.0 / 2023-02-24

Choose a tag to compare

@weeco weeco released this 24 Feb 11:08
9432e3a
  • Add method to retrieve unescaped URL parameters
  • Add method to retrieve unescaped query parameters

0.7.0 / 2022-11-21

Choose a tag to compare

@weeco weeco released this 21 Nov 15:28
  • Update go-chi to v5

0.6.1 / 2022-11-11

Choose a tag to compare

@weeco weeco released this 11 Nov 09:26
  • Update all direct dependencies to latest version

0.6.0 / 2021-08-16

Choose a tag to compare

@weeco weeco released this 16 Aug 21:09
  • Return rest.Error in rest.Decode() method

0.5.1 / 2020-01-24

Choose a tag to compare

@weeco weeco released this 14 Mar 12:56
  • Update dependencies

0.5.0 / 2020-01-24

Choose a tag to compare

@weeco weeco released this 24 Jan 10:08
  • Improve error check in decode() method and return a MalformedRequest

0.4.0 / 2020-12-11

Choose a tag to compare

@weeco weeco released this 12 Nov 12:19
  • Add stacktrace in panic logs