Skip to content

Releases: kiwicom/request-session

remove auth and headers from request_params on error

20 Aug 11:28
f1adc40
Compare
Choose a tag to compare
  • auth and headers are filtered from request_params
  • request_params are json dumped

don't log headers and auth in verbose_logging

19 Aug 12:21
9c0317c
Compare
Choose a tag to compare
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

19 Aug 09:23
61614df
Compare
Choose a tag to compare
  • 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

24 Aug 07:55
92ff429
Compare
Choose a tag to compare

add option to retry on client errors (retriable_client_errors)

v0.14.0

28 Jun 12:03
Compare
Choose a tag to compare
chore: release 0.14.0

v0.13.0

14 Jan 13:19
Compare
Choose a tag to compare
chore: release 0.13.0

v0.12.0

14 Jan 13:19
095ae01
Compare
Choose a tag to compare
feat(ddtrace): replace static service name with configurable one (INP…

v0.11.0

11 Feb 14:57
74edc8d
Compare
Choose a tag to compare

🚀️ Features

  • added support for sentry sdk

🛠️ Maintenance

  • updated repository environment
  • added github action checks