Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for old uuid versions #2268

Merged
merged 2 commits into from
Jan 16, 2020

Commits on Jan 15, 2020

  1. Remove support for old uuid versions

    uuid 0.7.0 was released back in 2018 introducing breaking changes to
    API's diesel is using internally. Because we exposed in our public api
    we couldn't remove it back then.
    The next release will be diesel 2.0, so a breaking change is now
    possible. Give the time span since the release of the initial
    compatible version I'm in favour of removing support for even older
    version, as support for them comes with a lot of code duplication. (As
    it turns out this support was already broken in our master branch
    because we don't test it anymore...)
    weiznich committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    699ae58 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    a37497a View commit details
    Browse the repository at this point in the history