File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616* Fix bug related with unnecessary ` json ` casting.
1717
1818## 0.0.4 (2021-08-25)
19+
1920* Add support to ` CORS ` .
2021
2122## 0.1.0 (2021-11-03)
2223
2324* Add support for external Authentication systems based on tokens.
2425* Remove ` minos-apigateway-common ` dependency.
26+
27+ ## 0.1.1 (2021-11-03)
28+
29+ * Enforce Authentication Service validation if enabled.
30+ * Improve error messages and use more appropriate status codes.
Original file line number Diff line number Diff line change 1- __version__ = "0.1.0 "
1+ __version__ = "0.1.1 "
22
33from .config import (
44 ApiGatewayConfig ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos_apigateway"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Python Package containing the main API Gateway implementation used in Minos Microservices."
55readme = " README.md"
66repository = " https://github.com/clariteia/api_gateway"
You can’t perform that action at this time.
0 commit comments