Skip to content

Releases: spinframework/spin-redirect

v0.2.0

14 Apr 23:12
v0.2.0
788b6a1

Choose a tag to compare

What's Changed

  • chore(build.yml): run on pushes to main as well by @vdice in #9
  • chore(go.mod): update module name by @vdice in #7
  • fix(Makefile): update build command by @vdice in #10
  • feat(redirect): add wildcard redirect support; spin sdk bump; CI test additions by @adamreese in #12
  • ci(.github): Update build, release actions by @kingdonb in #13

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

06 Oct 18:52
v0.1.0
3bd801c

Choose a tag to compare

What's Changed

  • Rework spin-redirect to Non-WAGI & support for custom status codes by @ThorstenHans in #6

⚠️ Note: due to the transition from being WAGI-based to now Spin-based, users will need to remove any instances of executor = { type = "wagi" } from the corresponding component config section(s) (in the Spin app's spin.toml) when using this latest version of the redirect component.

New Contributors

Full Changelog: v0.0.1...v0.1.0

v0.0.1

15 Nov 23:18
b84b210

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/fermyon/spin-redirect/commits/v0.0.1