v0.3.12 (2022-07-27)
- Fixes a bug in datadog initialization
- Fixes a bug in the 'default_give_up_retries' function ecec322
v0.3.10 (2022-05-03)
- Fixes a bug in the 'default_give_up_retries' function ecec322
v0.3.9 (2022-04-27)
- Add functions(
enrich_http_error
andpush_scope
) to add more context to sentry errors. ab80b7e
v0.3.8 (2022-04-06)
- Add map_first to http mappers.
v0.3.5 (2022-03-09)
- Add deleted_at column option to model_base. b07e427
- Initial effort to make sqlalchemy plugin more correctly typecheck created_at/updated_at. 812153d
v0.3.4 (2022-01-20)
- Work around mypy caching bug. 575fc84
v0.3.3 (2022-01-18)
- Apply generics typing to Request/PreparedRequest. d149977
v0.3.2 (2022-01-12)
- linting issues. 1d7170d
- Agnostify datadog configuration. 7578077
- Improve managed_request and HttpClient.request typing. 4f439e0
v0.3.0 (2022-01-11)
v0.2.10 (2022-01-11)
- Add missing py.typed. 4b0f670
v0.2.9 (2022-01-07)
- Compatibility with contextvar-based werkzeug. 57d3625
- Compatibility with sqlalchemy 1.4. ca45ea1
v0.2.8 (2021-12-10)
- Add HttpClient and class style requests. b3288d0
- Address sqlalchemy 1.4 warning. 227b82f
v0.2.3 (2020-08-27)
- Expose type annotations. a6b96e9
- Accept create_engine kwargs. b4e34bd
- Print exceptions that happen during testing click commands. 41f581f
- Dataclass version constraint for versions >=3.7. fd2ae4e