Releases: eHealthAfrica/gateway-manager
Releases · eHealthAfrica/gateway-manager
v1.0.1
What's Changed
- Dropped
/auth
in all Keycloak related URLs in line with migration to the Quarkus distribution of Keycloak - See this Stackoverflow page and Keycloak docs for more details.
- Increasing the major version for this release as the
/auth
change is a breaking change. Choose1.0.1
as we have a1.0.0
release ofgateway-manager
on DockerHub.
v0.0.5
What's Changed
- fix(kong): redirect after logout with kong-oidc-auth plugin by @obdulia-losantos in #69
- fix(kong): lua style guide by @obdulia-losantos in #71
- fix(kong): do not exit with error and redirect to auth page by @obdulia-losantos in #72
- chore: release kong 2.0 by @obdulia-losantos in #73
- fix(kong): more cleaning by @obdulia-losantos in #74
- fix(kong): Unauthorized status code 401 not 403 by @obdulia-losantos in #75
- the module name cryptography clashes with the popular public package with that name, rename file and import by @tremolo in #76
New Contributors
Full Changelog: 0.0.4...0.0.5
v0.0.4
fix: helpers, arguments order
v0.0.3
v0.0.2
- feat(kong): multiple
BASE_HOST
for the same app
v0.0.1
fix: release script (remove build source)