Releases: gomicro/avenues
Releases · gomicro/avenues
v0.1.4
CHANGED
- switched to github container registry
v0.1.3
ADDED
- default cert pool with config file CAs appended
v0.1.2
ADDED
- ability to load CA from file
v0.1.1
UPDATED
- build to publish artifacts and run faster
ADDED
- Avenues version details on start
v0.1.0
- Removes
services
directive from config file
- Changes
routes
directive to be a map of objects
- Changes
Access-Control-Allow-Headers
to include Authorization
value
- Adds
type
to routes object
- Adds
static
route type
- Adds
ordinal
route type
v0.0.2
- Corrects status code of 204 returned for
OPTIONS
- Upgrades Go version
- Fixes build to push versioned docker images
v0.0.1
- Adds initial config file
- Adds Services definition to config file
- Adds Routes definition to config file
- Adds returning CORS headers
- Adds use of reverse proxy to backing services