Releases: castle/castle-python
Releases · castle/castle-python
Release v2.3.1
- #50 generate new default timestamps for each call
Release v2.3.0
Release v2.2.0
Release v2.1.1
Features:
- add reset option to impersonation
Release v2.1.0
Features:
- add support for impersonation
Breaking Changes:
- switched configuration request_timeout from seconds to milliseconds
Release v2.0.0
Features:
- code reorganization
- added
Client.to_context
method which allows to generate context object from the request - additional timestamp and sent_at time values are automatically added to the requests
- when data is sent in batches you may want to wrap data options with
Client.to_options
method before you send it to the worker (see README) to include proper timestamp in the query - added X-Forwarded-For and CF_CONNECTING_IP to whitelisted headers
- fetch IP from CF_CONNECTING_IP if possible
Breaking Changes:
- Client does not build context object anymore to use previous functionality use
Client.from_request
- code reorganization
Release v1.0.1
- Handle cookies from Django request
Release v1.0.0
Initial release