Releases: florgon/gatey-sdk-py
Releases · florgon/gatey-sdk-py
[v0.0.9]
Other:
- Migrate to new domain (
florgon.space
toflorgon.com
)
Fixes:
- Fix JSONDecodeError, add GateyHttpError.
- Fix
http_request_kwargs
for Api instance. - Fix examples for
client.catch
Features:
- Allow to ommit exception for
capture_exception
, get by local. - Refactor events buffering to the
EventsBuffer
and_EventsBufferFlusher
[v0.0.8]
- Refactor transports.
- Fix type hint for
Response
andrequests.Response
inside response module. - Fix support for Python <=3.9 with
ParamSpec
in_transport_base_sender_wrapper
- Fix support for Python <=3.9 with type hints.
- Fix
build_transport_instance
for callable raises error. - Fix
@client.catch
decorator fatal exception. - Fix linters warns and errors.
- Better type hinting.
[v0.0.7]
- Print, Void transport,
- Refactor internal modules.
- Fix starlette middleware (
_get_request_tags_from_scope
) - Flask integration.
[v0.0.6]
- Include tags in HTTP request (HttpTransport)
- Migrate additional event info inside new tags system.
- Fix default values for some client methods.
- Include server host in Starlette middleware tags.
- Remove some information from additional event data.
- Run thread to flush events buffer every N if enabled.
[v0.0.5]
- Include source code context in event
- Fix raising for func transport.
- Add more client settings.
- Settings movements (rename).
- Starlette integration.
[v0.0.4]
- Add events bulk sending (buffering).
- Rename some client settings.
- Change order of the level param in
capture_message
. - Add OAuth from STDIN.
- Disable some client experimental settings by default.
- Fix global handler hook does not return exceptions (reraise).
[v0.0.3]
- Fix new Gatey API domain.
- Add timeout to API (may changed by you)
- Add soft auth check, do hard auth check if can (on init).
[v0.0.2]
- Fix API constructor fails due to not passed auth provider instance.
- Raise exception when unable to instantiate transport (build).
- Send exception description as message field.
- Update default API server provider url.
- Update examples.
[v0.0.1] (Initial release)
Initial release