Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

72 lines (38 loc) · 3.73 KB

Changelog

1.1.0 (2024-10-24)

Features

  • Update description (4d3012b)
  • Update readme,license and security documentation (5ce458a)

Bug Fixes

  • dont parse empty strings (ca60dd2)

1.0.4 (2024-10-24)

Bug Fixes

  • rename deafult-backend to default-backend (9bd04c8)

1.0.3 (2024-10-24)

Bug Fixes

  • skip adding existing release (b824a63)

1.0.2 (2024-10-24)

Bug Fixes

1.0.1 (2024-10-24)

Full Changelog: https://github.com/equinor/radix-ingress-default-backend/compare/v1.0.0...v1.0.1

1.0.0 (2024-10-24)

⚠ BREAKING CHANGES

  • First release

Features

  • embed files to improve security, only serve html content (eb85e7d)
  • First release (ccff4db)
  • Log all headers (except authorization) (86805a7)

Bug Fixes

  • Cleanup main and use httptest.NewServer (c7a0e51)
  • container port (b614bea)
  • default backend service should use port 80 (0dffae2)
  • dont log cookies (7a54334)
  • fix add default appName if missing (0d397ef)
  • mark removed authorization headers as removed (9349640)
  • run tests on pr (f69ceec)
  • use context logger for logging request logger (7d6f7bf)

0.2.0 (2024-10-22)

Features