Skip to content

Releases: kiwicom/request-session

Support datadog errors

Choose a tag to compare

@lucas03 lucas03 released this 30 Sep 10:57

as an alternative to sentry

use distribution metric for response_time

Choose a tag to compare

@lucas03 lucas03 released this 26 Mar 11:25
a8b04a9
  • don't report trace as "api.request" (it's already labeled as "requests.request")
  • use distribution instead of timed metric (more accurate)
  • update requirements
  • remove deprecated httpbin lib
  • move docs-requirements to docs folder

remove auth and headers from request_params on error

Choose a tag to compare

@lucas03 lucas03 released this 20 Aug 11:28
f1adc40
  • auth and headers are filtered from request_params
  • request_params are json dumped

don't log headers and auth in verbose_logging

Choose a tag to compare

@lucas03 lucas03 released this 19 Aug 12:21
9c0317c
feat(verbose_logging): exclude auth and headers from logging (#26)

* feat(verbose_logging): exclude auth and headers from logging

they can contain secrets or objects that are not serializable

* chore(version): release 0.16.1

v0.16.0 release

Choose a tag to compare

@lucas03 lucas03 released this 19 Aug 09:23
61614df
  • bump python version to 3.11
  • remove python 3.6, 3.7 and 3.8 from supported versions
  • added python 3.10 and 3.11 to supported versions
  • upgrade requirements

Release v0.15.0

Choose a tag to compare

@lucas03 lucas03 released this 24 Aug 07:55
92ff429

add option to retry on client errors (retriable_client_errors)

v0.14.0

Choose a tag to compare

@aexvir aexvir released this 28 Jun 12:03
chore: release 0.14.0

v0.13.0

Choose a tag to compare

@aexvir aexvir released this 14 Jan 13:19
chore: release 0.13.0

v0.12.0

Choose a tag to compare

@aexvir aexvir released this 14 Jan 13:19
095ae01
feat(ddtrace): replace static service name with configurable one (INP…

v0.11.0

Choose a tag to compare

@aexvir aexvir released this 11 Feb 14:57
74edc8d

🚀️ Features

  • added support for sentry sdk

🛠️ Maintenance

  • updated repository environment
  • added github action checks