Skip to content

0.7.0 breaking changes - compatibility tracking issue #319

@federicobond

Description

@federicobond

With 0.7.0, we are taking a more strict approach to exporting names in our public API. In #306 we began using __all__ inside each package to explicitly declare the names that are exported from it, thus enforcing a canonical import path for each class/function.

Package maintainers: if you were previously importing names from non-canonical locations, you will need to update your imports to point to the canonical ones. Your code should then be able to work with both current and 0.7.0 SDK versions.

We will be releasing 0.7.0 next week probably, and we will be following it up with a 1.0 shortly after 🎉

If you have any other questions, feel free to leave a comment here.

Packages that may need updating

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions