Releases: IceWhaleTech/CasaOS-Gateway
Releases · IceWhaleTech/CasaOS-Gateway
v0.4.4-alpha1
What's Changed
- update github workflow with newer version of different actions by @tigerinus in #32
- upgrade dependencies by @tigerinus in #33
- use formal JWT validation by @tigerinus in #34
Full Changelog: v0.4.2...v0.4.4-alpha1
v0.4.2
v0.4.2-alpha1
What's Changed
- enable code coverage by @tigerinus in #30
- fix installation issue for Mint Linux by @tigerinus in #31
Full Changelog: v0.4.1...v0.4.2-alpha1
v0.4.1
What's Changed
- add
upx
as part of building step to shrink the size of binary files by @tigerinus in #25 - fix blank page after CasaOS update by adding
no-cache
toCache-Control
on/
page. by @tigerinus in #27 - update migration tool url by @LinkLeong in #28
New Contributors
- @LinkLeong made their first contribution in #28
Full Changelog: v0.4.0...v0.4.1
v0.4.1-alpha3
v0.4.1-alpha2
v0.4.1-alpha1
v0.4.0
v0.4.0-alpha1
v0.3.8
Changelog
- 1335105 Update release.yml
- 1c09d7d Update release.yml
- de60996 Update release.yml
- 03b3a4d add cleanup script for future uninstall modularization (#17)
- 8d9b2f8 add go test to goreleaser
- be188f9 add restrictive license check to gorelease workflow (#22)
- 0fae875 bump version and cleanup migration tool for previous version (#20)
- a903420 fix potential goroutine leak due to http request without a timeout (#21)
- c99888d move common package for external caller to CasaOS-Common
- 3cc63c5 move proxy structs to external services from each own repository to here (#19)
- 876b64d use $BASH instead of $SHELL in setup and cleanup script in case of running under non-bash shell. (#18)