Skip to content

Commit dba2dec

Browse files
authored
Merge pull request #26 from quoth/release/v1.1.0
Release v1.1.0
2 parents 1ad8233 + 2c39229 commit dba2dec

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
[1]: https://pypi.org/project/fastapi-cloud-logging/#history
66

7+
## [1.1.0]
8+
9+
* Upgrade dependencies
10+
* Implements error handling
11+
* Include traceback from an error
12+
713
## [1.0.0]
814

915
* Support Loguru

example/logger_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cachetools==5.0.0; python_version >= "3.7" and python_version < "4.0" and (pytho
33
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
44
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
55
fastapi==0.73.0; python_full_version >= "3.6.1"
6-
fastapi-cloud-logging==1.0.0; python_version >= "3.7"
6+
fastapi-cloud-logging==1.1.0; python_version >= "3.7"
77
google-api-core==2.7.2; python_version >= "3.6"
88
google-auth==2.6.5; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
99
google-cloud-appengine-logging==1.1.1; python_version >= "3.6"

example/loguru_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cachetools==5.0.0; python_version >= "3.7" and python_version < "4.0" and (pytho
33
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
44
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
55
fastapi==0.73.0; python_full_version >= "3.6.1"
6-
fastapi-cloud-logging==1.0.0; python_version >= "3.7"
6+
fastapi-cloud-logging==1.1.0; python_version >= "3.7"
77
google-api-core==2.7.2; python_version >= "3.6"
88
google-auth==2.6.5; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
99
google-cloud-appengine-logging==1.1.1; python_version >= "3.6"

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 = "fastapi-cloud-logging"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Cloud Logging For FastAPI"
55
authors = ["quoth <4wordextinguisher@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)