File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1414* Handle requests to unavailable microservices.
1515* Improve request forwarding to microservices.
1616* Fix bug related with unnecessary ` json ` casting.
17+
18+ ## 0.0.4 (2021-08-54)
19+ * Add support to ` CORS ` .
Original file line number Diff line number Diff line change 55
66Minos framework can not be copied and/or distributed without the express permission of Clariteia SL.
77"""
8- __version__ = "0.0.3 "
8+ __version__ = "0.0.4 "
99
1010from .launchers import (
1111 EntrypointLauncher ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos_apigateway"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
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