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 4444
4545* Administration section BugFix getting index file.
4646* Adjust default auth routes
47+
48+ ## 0.4.0 (2022-02-16)
49+
50+ * Add authorization rules to administration section.
51+ * Authorization rules CRUD.
52+ * Authorization checking on microservice call.
Original file line number Diff line number Diff line change 1- __version__ = "0.3 .0"
1+ __version__ = "0.4 .0"
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.3 .0"
3+ version = " 0.4 .0"
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