Pyro 4.29 released!
Irmen de Jong <[email protected]> Tue, 28 Oct 2014 22:55:53 +0100
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Pyro 4.29 has just been released! Get it from Pypi: http://pypi.python.org/pypi/Pyro4/ Or straight from Github: https://github.com/irmen/Pyro4 Documentation: http://pythonhosted.org/Pyro4/index.html Changes: - - HMAC_KEY config item is deprecated, will be removed in next version - - set hmac key directly on proxy._pyroHmacKey property, this makes per-proxy hmac keys possible - - removed support for server side object traversal using dotted names such as a.b.c.d (has been deprecated since 4.27) - - removed DOTTEDNAMES config item (has been deprecated since 4.27) - - removed support for setting proxy._pyroOneway() in client code (has been deprecated since 4.27. You must depend on the metadata mechanism now, which is enabled by default) - - Future and FutureResult then() methods now return itself, so they can be easiliy chained - - added Future.iferror and FutureResult.iferror to handle exceptions (instead of silently ignoring them) - - fixed FutureResult.then to correctly evaluate all chained functions Have fun! Irmen de Jong -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (MingW32) iQEcBAEBAgAGBQJUUBDpAAoJEHC9o7RHFlf2k90IAMy3CY2oZvnRkcI1v6RepPq7 ZW4wJe6I7JcAajA0UySL2QIbL5jlAwk/QbXsBQn+aMm4dqa9URfYcWsqQno8du6l OnEFWLA6VLccmIMlZf2iXkEeZDaI0B4vGawu9VezUwNI312AVz1IOH7HQ79swXFO yLrwcV/Zo27yR8X6AJMQYK/i+0JveTjVmhWkCmdPsTNFxK3OsvxO4+2LQaA0fbit RD4QygH2ZbLAffLcJxiRJWOYzVUOwvU8Rb7GMllE2j2hYHK10KkmHX56978ImooL p7ljFE7q3AYKCA02f80xSU0STjAB6I8FeHW2F24wWcvgvfE71U3Kz3txIp3JNjg= =lbKe -----END PGP SIGNATURE----- ------------------------------------------------------------------------------