File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 77## 0.0.2 (2021-06-18)
88
99* Bugfix.
10+
11+ ## 0.0.3 (2021-08-19)
12+
13+ * Support auto discoverable endpoints.
14+ * Handle requests to unavailable microservices.
15+ * Improve request forwarding to microservices.
16+ * Fix bug related with unnecessary ` json ` casting.
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.2 "
8+ __version__ = "0.0.3 "
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.2 "
3+ version = " 0.0.3 "
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