Skip to content

release 5.14

Compare
Choose a tag to compare
@irmen irmen released this 12 Oct 20:41
· 23 commits to master since this release
  • http gateway now also has OPTION call with CORS
  • fixed deprecation warning about setting threads in daemon mode
  • fixed more threading module deprecation warnings
  • proxy now correctly exposes remote len, iter and getitem etc
  • improved type hint for expose()
  • added Proxy._pyroLocalSocket property that is the local socket address used in the proxy.
  • serve() no longer defaults host parameter to empty string, but None. To be more similar to what a creation of Daemon() normally does.
  • fixed a Python 3.11 serialization issue