Skip to content

Commit e3d340f

Browse files
author
Sergio García Prado
committed
v0.0.3
1 parent 371d45b commit e3d340f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@
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.

minos/api_gateway/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Minos 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

1010
from .launchers import (
1111
EntrypointLauncher,

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.0.2"
3+
version = "0.0.3"
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)