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

release 4.63

Compare
Choose a tag to compare
@irmen irmen released this 30 Oct 21:12
· 139 commits to master since this release
  • fixed bug in autoproxy logic where it registered the wrong type if daemon.register() was called with
    a class instead of an object (internal register_type_replacement method)
  • added check in @expose method to validate the order of decorators on a method (@expose should come last, after @classmethod or @staticmethod).
  • added resource tracking feature (see 'Automatically freeing resources when client connection gets closed' in the Tips & Tricks chapter)
  • the warning about a class not exposing anything now actually tells you the correct class