Skip to content

Latest commit

 

History

History
141 lines (70 loc) · 6.92 KB

File metadata and controls

141 lines (70 loc) · 6.92 KB

Changelog

1.3.2 (2026-01-29)

Bug Fixes

  • security: bump github.com/quic-go/quic-go from 0.54.1 to 0.57.0 (#19) (67051b7)
  • security: bump golang.org/x/crypto from 0.42.0 to 0.45.0 (#18) (7795d4b)

1.3.1 (2025-10-02)

Bug Fixes

  • unhandled errors in config module (ebc05ef)
  • update all dependencies (#16) (ebc05ef)
  • update protobuf dependency (332d410)

Miscellaneous

  • add auto-labeling for PRs (ebc05ef)
  • enable coderabbit (ebc05ef)
  • fix issues with pre-commit runs in github actions (ebc05ef)
  • main: release 1.3.1 (#15) (9e0cdd2)
  • prepare open source publishing (dcf8f22)

1.3.1 (2025-09-30)

Bug Fixes

  • unhandled errors in config module (ebc05ef)
  • update all dependencies (#16) (ebc05ef)

Miscellaneous

  • add auto-labeling for PRs (ebc05ef)
  • enable coderabbit (ebc05ef)
  • fix issues with pre-commit runs in github actions (ebc05ef)
  • prepare open source publishing (dcf8f22)

1.3.0 (2025-06-18)

Features

  • allow defining custom path that should be excluded from access logs (e7905f8)

Bug Fixes

1.2.4 (2025-01-27)

Bug Fixes

  • Make certificate reload handling more robust (a100cf8)
  • security: calling sprintf on an external string variable as format (a902997)
  • SIGKILL cannot be trapped (f1bb5a5)

Miscellaneous

1.2.3 (2025-01-08)

Bug Fixes

  • reload certificate when file has changed (0b8572e)

Miscellaneous

  • add nix lock file (79f3ac4)
  • add pre-commit hooks (b818237)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 (#9) (0e1dc2f)

1.2.2 (2024-03-28)

Miscellaneous

  • deps: bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#6) (6939604)
  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#7) (ddb331a)

1.2.1 (2023-12-01)

Bug Fixes

  • crash on 2nd call to GetCertificate (a589200)
  • verify client cert before returning it (9879a80)

Miscellaneous

  • add localhost certificate for testing (335d504)

1.2.0 (2023-12-01)

Features

  • let httpserver.New return errors (9d48bec)

Bug Fixes

  • make cert reloading thread safe (f717cf9)

Miscellaneous

1.1.1 (2023-12-01)

Bug Fixes

Miscellaneous

1.1.0 (2023-12-01)

Features

  • add TLS support to httpserver (474c5d1)