Skip to content

Releases: pkgz/rest

v0.0.22

31 Jan 10:37
Compare
Choose a tag to compare
  • moved log middleware to GetAddr for IP

v0.0.21

21 Jul 16:13
Compare
Choose a tag to compare
  • feat: added GetAddr func

v0.0.20

07 May 18:47
Compare
Choose a tag to compare
  • added TextResponse

v0.0.19

16 Apr 16:24
Compare
Choose a tag to compare
  • feat: added ErrValidate

v0.0.18

21 Oct 15:31
Compare
Choose a tag to compare
  • feat: removed github.com/pkg/errors package
  • feat: added NewServer function that returns a server
  • fix: fixed read tests
  • feat: removed writer from the ReadBody
  • fix: added body close to the ReadBody

v0.0.17

02 Feb 18:44
Compare
Choose a tag to compare

fix: detect ipV6 address in the logging middleware

v0.0.16

16 Oct 15:27
Compare
Choose a tag to compare
  • feat: added option to run rest server in HTTPS mode

v0.0.15

02 Jun 15:38
Compare
Choose a tag to compare
  • fix: fixed rest server shutdown (remove ctx from the call, because it could be already canceled)

v0.0.14

02 Jun 13:50
Compare
Choose a tag to compare
  • feat: add an option to define a readiness path

v0.0.13

02 Jun 13:32
Compare
Choose a tag to compare
  • feat: add Readiness middleware
  • feat: update chi to v5
  • feat: update gh action
  • fix: update some comments