Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Tags: epsagon/epsagon-python

Tags

v1.82.0

Toggle v1.82.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(trace): add warning state (#419)

v1.81.0

Toggle v1.81.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(pyqldb): add support for qldb driver cs 273 (#417)

v1.80.0

Toggle v1.80.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(fastapi): support async endpoint handlers (#416)

v1.79.1

Toggle v1.79.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(botocore): S3 operations formatting failure (#412)

v1.79.0

Toggle v1.79.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(layer): add support for python3.9 in Lambda layers (#408)

* feat(layer): add support for python3.9 in Lambda layers

* test(travis): add 3.9

Co-authored-by: ronnathaniel <[email protected]>

v1.78.1

Toggle v1.78.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(event): update readme (#406)

v1.78.0

Toggle v1.78.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(lambda): add support for python 3.10 (#403)

* [CS-190]: Add Support for Python 3.10

* fix(lint): handle exception type specified

* fix(requirements): wrapt version

* fix(travis): pip version

* fix(travis): revert pip version

* fix(requirements): autowrapt no specific version

* fix(requirements): place autowrapt as first

* fix(travis): specific pip version

* fix(travis): specific pip version

* fix(requirements): pytest version for python 3_7

* fix(requirements): pytest version for python 3_7

* fix(requirements): pytest version for python 3_7

* fix(travis): remove install pip specific version

* fix(travis): add install pip specific version

* Revert fix attempts

* Revert fix attempts

* Fix call to self test flask

Co-authored-by: maorlx <[email protected]>

v1.77.4

Toggle v1.77.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(redis): create duplicate spans for each operation (#402)

* fix(redis): create duplicate spans for each operation

* fix(lint): final newline missing

v1.77.3

Toggle v1.77.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(pymongo): handle response collection error (#398)

* fix(pymongo): handle response collection error

* fix(pymongo): pytest version for 3.7

v1.77.2

Toggle v1.77.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(trace): show always exception in case of fail to send trace (#397)

* fix(trace): show always exception in case of fail to send trace

* fix(trace): show the traceback only on debug