You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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