David Gilman
David Gilman
This is a fix to #556 If a network error happens when `self.__conn.request` is called the underlying HTTPSConnection is left in a bad state. If you're trying to retry errors...
**Describe the bug** When the Recurly service is down the Python library can throw a `CannotSendRequest` from httplib. The exception is unhandled in recurly so that's probably a problem by...
A good idea in general, but especially here as Recurly has taken a strong stance on `cancelled` vs `canceled`. There are also a few places in the Python docs and...
Please document if the client object is thread safe or not
The package has been out for a decade now, the API is probably stable. And even if you have to make API changes you can more clearly communicate breaking vs...
Here are the fixes I've merged/made to python-us to get it up and working again. I have uploaded this to PyPI as package [`us-aidentified` version 3.0.1](https://pypi.org/project/us-aidentified/). Feel free to merge...
This initial PR bumps jellyfish to 1.x, regenerates the lockfile, fixes CI, and adds the birthday constant. This is the first of the changes dug out from the big branch.
If the add_log_record_attrs is set string messages are not formatted before being shoved into the "msg" in the CloudWatch JSON. Here's a minimal reproduction: ``` import logging import watchtower logger...
Similar to #60 it is useful to have this metadata around releases