Skip to content

Releases: florgon/gatey-sdk-py

[v0.0.9]

29 Mar 14:05
3d9269a
Compare
Choose a tag to compare

Other:

  • Migrate to new domain (florgon.space to florgon.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]

08 Jan 16:05
Compare
Choose a tag to compare
  • Refactor transports.
  • Fix type hint for Response and requests.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]

12 Dec 15:55
Compare
Choose a tag to compare
  • Print, Void transport,
  • Refactor internal modules.
  • Fix starlette middleware (_get_request_tags_from_scope)
  • Flask integration.

[v0.0.6]

05 Dec 05:23
Compare
Choose a tag to compare
  • 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]

02 Dec 00:23
Compare
Choose a tag to compare
  • Include source code context in event
  • Fix raising for func transport.
  • Add more client settings.
  • Settings movements (rename).
  • Starlette integration.

[v0.0.4]

23 Nov 17:31
Compare
Choose a tag to compare
  • 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]

20 Nov 23:08
Compare
Choose a tag to compare
  • 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]

29 Sep 16:14
Compare
Choose a tag to compare
  • 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)

25 Sep 12:03
Compare
Choose a tag to compare

Initial release