Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

release 4.37

Compare
Choose a tag to compare
@irmen irmen released this 08 Jun 20:15
· 618 commits to master since this release
  • added Pyro4.current_context global (thread-local) that contains various information
    about the client and the request
  • added correlation id via the current_context so you can track what
    requests/responses belong together
  • fixed hmac calculation on messages with more than one annotation
  • proxy and daemon can now add custom annotations to messages
  • httpgateway also sets correlation id and returns it to the browser via
    X-Pyro-Correlation-Id http header
  • added callcontext example
  • fixed error response seq nr and serializer id in case of error during the parsing of
    a message, previously they were bogus values