Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@obahareth obahareth released this 27 Dec 15:19
· 1 commit to main since this release
ff33f2f

Fix Parsing of HTTPX::ErrorResponse and Add Hooks for Advanced Logging

There are usecases when users of the SDK need to perform custom logic before the request is sent or response is parsed, so they can add context to exception monitoring platforms.

This change also adds the following two hooks:

  • Client#before_submitting_request
  • Client#before_parsing_response