Releases: spinframework/spin-redirect
Releases · spinframework/spin-redirect
v0.2.0
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
- @vdice made their first contribution in #9
- @adamreese made their first contribution in #12
- @kingdonb made their first contribution in #13
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Rework spin-redirect to Non-WAGI & support for custom status codes by @ThorstenHans in #6
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
- @ThorstenHans made their first contribution in #6
Full Changelog: v0.0.1...v0.1.0