There are some improvement in this alpha version which include:
Docker image support for Altair.
Altair now have a docker repository, you could use Altair with docker now!!
Adding track id and request id inside of request and pass them via header to upstream services
Track ID and Request ID make could help clustering logging per request via different services
Oauth application authentication
Now you could authenticate request via client_uid and client_secret in your body json request.
name: users
auth: oauth
prefix: /
host: {{ env "USERS_HOST" }}
path:
/login:
scope: "users"
auth: "oauth_application"
Other small improvement
- Logging via stdout
- Metric via prometheus
Bug fix
There are also bug fix improvement for Altair which include:
- Always return 200 from upstream server instead of returning upstream server status code
- Fix multiple auth option
- Bug fix wildcard in routes config
Hope you like this release!! We will keep you updated.
Download
OS | Download Link |
---|---|
Linux | [Here] |
Windows | [Here] |
Mac | [Here] |