We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a08448 commit b15aebdCopy full SHA for b15aebd
HISTORY.md
@@ -18,3 +18,8 @@
18
## 0.0.4 (2021-08-25)
19
20
* Add support to `CORS`.
21
+
22
+## 0.1.0 (2021-11-03)
23
24
+* Add support for external Authentication systems based on tokens.
25
+* Remove `minos-apigateway-common` dependency.
minos/api_gateway/rest/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.4"
+__version__ = "0.1.0"
2
3
from .config import (
4
ApiGatewayConfig,
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos_apigateway"
-version = "0.0.4"
+version = "0.1.0"
description = "Python Package containing the main API Gateway implementation used in Minos Microservices."
5
readme = "README.md"
6
repository = "https://github.com/clariteia/api_gateway"
0 commit comments