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 77e4e78 commit e387f37Copy full SHA for e387f37
HISTORY.md
@@ -28,3 +28,7 @@
28
29
* Enforce Authentication Service validation if enabled.
30
* Improve error messages and use more appropriate status codes.
31
+
32
+## 0.1.2 (2021-11-04)
33
34
+* Fix bug related with byte-encoded requests forwarding.
minos/api_gateway/rest/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.1"
+__version__ = "0.1.2"
2
3
from .config import (
4
ApiGatewayConfig,
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos_apigateway"
-version = "0.1.1"
+version = "0.1.2"
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