Releases: cloudfoundry/hwc
Releases · cloudfoundry/hwc
11.0.0
10.0.0
- Build using golang 1.10
9.0.0
- Ensures the
IIS Tempoarary Compressed Files
andASP Compiled Templates
directories exist beforehwc
starts any app - Update Windows feature installation commands to work on Windows 10 and Windows Server
- Prune vendored dependencies
8.0.0
vendor golang.org required by ginkgo
7.0.0
- Enables context path routing
- Any HWC hosted application will use the VCAP_APPLICATION environment variable to read out the bound application_uris. Any context path that exists in the application's bound route will be used to properly setup the applicationHost.config to host the application under a non-root context path
- Fixes an issue where all app instances used the same .NET Framework dynamic compilation lock and apps would occasionally fail to initialize the lock
6.0.0
Remove hard-coded encryption keys in configProtectedData * They aren't (and shouldn't be) used [#151726027] Signed-off-by: Sam Smith <[email protected]>
5.0.0
Add support for URL Rewrite module - only configured if the necessary dll is present [#150527696] Signed-off-by: Sam Smith <[email protected]>
4.0.0
- Build hwc using cgo and mingw so that the executable has the default Windows stack size
3.0.0
use hwcconfig package changes import path to code.cloudfoundry.org/hwc Signed-off-by: Sunjay Bhatia <[email protected]>
2.0.0
Remove docker UUID dependency It was only used in one location and was complicating our pipeline [#141131793] Signed-off-by: Charlie Vieth <[email protected]>