Skip to content

Releases: gchiesa/drl

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:27

1.1.1 (2026-07-18)

Bug Fixes

  • ellipsis on long masked values (f65ab97)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:52

1.1.0 (2026-07-17)

Features

  • separate connection pool per proxy route on the embedded proxy (5a73e4a)
  • support for _JSON overrides for rules and embedded proxy (d2b97b4)

Bug Fixes

  • made case-insensitive header lookup for masking (e1ca090)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:36

1.0.2 (2026-06-07)

Bug Fixes

  • remove set if absent implementation (8a7c116)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:33

1.0.1 (2026-06-07)

Bug Fixes

  • merge state should preserve newer expirations (af05580)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:43

1.0.0 (2026-06-03)

⚠ BREAKING CHANGES

  • stabilising public API and configuration format for the 1.0.0 release

Features

  • ms018: embedded proxy implementation (7692e90)
  • ms019: oidc implementation (d76e30d)
  • promote to stable 1.0.0 (f55e808)
  • UI and private API support for version printing (596405b)

Bug Fixes

  • linting issues in codebase (5cd3e7f)

Refactoring

Docs

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 20 May 11:25

0.1.8 (2026-05-20)

Features

  • masking header via redactions in accounting rules (4160721)

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 17 May 09:45

0.1.7 (2026-05-17)

Bug Fixes

  • ensure Host header is reinjected for rule-based filtering (110db6b)

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 16 May 06:08

0.1.6 (2026-05-16)

Bug Fixes

  • moved retrieval of effectiveIP to buildEntity (a91ff7a)

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 May 16:26

0.1.5 (2026-05-14)

Features

  • add x-forwarded-for suppport (ec3dc11)

Bug Fixes

  • bug evaluating the headers case sensitivity (e75148c)
  • linting issue (86e37c5)

Docs

  • add contribution, license and security markdown + finalized some other docs (d513034)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 06 May 12:36

0.1.4 (2026-05-06)

Features

  • mx017: internal api update to support v1 prefix and swagger docs (61c1829)
  • switched to go-fiber scalar for rendering (5fb726f)

Docs