Skip to content

Suggestion: Bump the major release number when releasing a compatibility-breaking version #3096

@lstein

Description

@lstein

The InvokeAI team had a bit of a surprise yesterday when diffusers moved from 0.14 to 0.15 and changed the names of several documented methods that we were using. Because we had pinned diffusers using the "compatible release" indicator (diffusers ~= 0.14) we did not expect to get an upstream update to an incompatible version. Unfortunately this caused more than a handful of new user installs and updates to crash in an unsightly way until we released a hotfix today.

Would you consider moving to a semantic numbering scheme before the next compatibility-breaking release? At this point, we've learned our lesson and are using == to pin the exact version, but it would be nice to be able to take advantage of incremental improvements and bugfixes without worrying about a repeat of what happened with 0.15.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssues that haven't received updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions