Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 7.73 KB

File metadata and controls

89 lines (52 loc) · 7.73 KB

Changelog

1.3.0 (2026-05-16)

Features

1.2.0 (2026-05-16)

Features

Bug Fixes

  • add Cache-Control: no-store when returning Sablier response (#37) (804630d)
  • config: empty name and empty group silently built a request with… (#31) (bffd1c6)
  • forward sablier status code (#33) (dc832c6)
  • mark as ready on non 503 (#36) (c4cb0f3)
  • propagate request context (#32) (f9b18d7)

Documentation

Chores

  • deps: bump actions/checkout from 5.0.0 to 6.0.0 (#7) (58b5fbf)
  • deps: bump actions/checkout from 6.0.0 to 6.0.1 (#13) (57a5647)
  • deps: bump actions/checkout from 6.0.1 to 6.0.2 (#16) (7e5ba59)
  • deps: bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#6) (245d723)
  • deps: bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#14) (c9b9c6d)
  • deps: bump actions/create-github-app-token from 2.2.1 to 3.1.1 (#22) (6b99aa1)
  • deps: bump actions/setup-go from 6.0.0 to 6.1.0 (#5) (0b33e15)
  • deps: bump actions/setup-go from 6.1.0 to 6.2.0 (#15) (09f4200)
  • deps: bump actions/setup-go from 6.2.0 to 6.3.0 (#17) (1f14779)
  • deps: bump actions/setup-go from 6.3.0 to 6.4.0 (#20) (d0421ed)
  • deps: bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#8) (d304dad)
  • deps: bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#12) (8824985)
  • deps: bump googleapis/release-please-action from 4.4.0 to 5.0.0 (#25) (c56a4b4)

1.1.0 (2025-11-22)

Features

  • add config option to ignore user agent (#3) (bbfdd21)

Bug Fixes

Documentation

1.0.1 (2025-11-09)

Bug Fixes

  • add docker example (129a776)
  • add golangci-lint (aac5654)
  • use github.com/sablierapp/sablier-traefik-plugin (3e638bd)

Documentation

  • add CONTRIBUTING and SUPPORT files (ae1132c)

Chores