Skip to content

Commit c88fce9

Browse files
author
Sergio García Prado
committed
Merge branch 'issue-59-improve-validation-errors'
2 parents 9bbaaaa + 1b8525a commit c88fce9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@
1616
* Fix bug related with unnecessary `json` casting.
1717

1818
## 0.0.4 (2021-08-25)
19+
1920
* Add support to `CORS`.
2021

2122
## 0.1.0 (2021-11-03)
2223

2324
* Add support for external Authentication systems based on tokens.
2425
* Remove `minos-apigateway-common` dependency.
26+
27+
## 0.1.1 (2021-11-03)
28+
29+
* Enforce Authentication Service validation if enabled.
30+
* Improve error messages and use more appropriate status codes.

minos/api_gateway/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from .config import (
44
ApiGatewayConfig,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos_apigateway"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python Package containing the main API Gateway implementation used in Minos Microservices."
55
readme = "README.md"
66
repository = "https://github.com/clariteia/api_gateway"

0 commit comments

Comments
 (0)