0.6 breaks compatibility with 0.5 by renaming objects, actions, and variables with reserved names so that they can be easily accessed without causing syntax errors. For example, instead of doing API.Objects.action(from=123), do API.Objects.action(_from=123). We're handling it on the backend so that objects renamed that way are passed to the server with their original name.