Releases: Becklyn/go-wire-core
Releases · Becklyn/go-wire-core
v1.4.4
v1.4.3
v1.4.3
✨ Improvements
- Initialize json implementation on startup
- Update dependencies
v1.4.2
v1.4.2
🐛 Bug Fixes
- Fix grpc runtime stop
v1.4.1
v1.4.1
🐛 Bug Fixes
- Fix grpc runtime stop
v1.4.0
v1.4.0
🎁 New Features
- Add
OnStopLast
toLifecycle
✨ Improvements
- Set health to unhealthy on lifecycle stop
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.2.0
🎁 New Features
- Specify allowed CORS headers by
CORS_ALLOW_HEADERS
as string that contains the headers list separated by,
symbols:Content-Type, Accept
- Specify which headers to expose for CORS by
CORS_EXPOSE_HEADERS
as string that contains the headers list separated by,
symbols:Content-Type, Accept
- Specify if CORS are allowed to contain credentials by setting the
CORS_ALLOW_CREDENTIALS
env variable to true
v1.1.0
v1.1.0
🎁 New Features
- Specify allowed CORS origins by
CORS_ALLOW_ORIGINS
as string that contains the hosts list separated by,
symbols:"https://becklyn.com, https://www.becklyn.com"