Skip to content

v0.13.0

Compare
Choose a tag to compare
@ezarowny ezarowny released this 27 May 23:16
· 636 commits to master since this release

Frame payload refactor and varargs scrubbing. See #113

  • Frame Payload Changes
    • remove args and kwargs
    • add argspec as the list of argument names to the function call
    • add varargspec as the name of the list containing the arbitrary unnamed positional arguments to the function call if any exist
    • add keywordspec as the name of the object containing the arbitrary keyword arguments to the function call if any exist
  • Other Changes:
    • Arguments with default values are no longer removed from args and placed into kwargs
    • varargs are now scrubbable and scrubbed by default