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

database: Start v3 module dev cycle. #2653

Closed
wants to merge 1 commit into from

Commits on May 21, 2021

  1. database: Start v3 module dev cycle.

    Changes have been made to the public API for the database module and,
    therefore, this follows the process for introducing major API breaks
    which consists of:
    
    - Bump the major version in the go.mod of the affected module if not
      already done since the last release tag
    - Add a replacement to the go.mod in the main module if not already done
      since the last release tag
    - Update all imports in the repo to use the new major version as
      necessary
    - Make necessary modifications to allow all other modules to use the new
      version in the same commit
    - Repeat the process for any other modules the require a new major as a
      result of consuming the new major(s)
    rstaudt2 committed May 21, 2021
    Configuration menu
    Copy the full SHA
    3432d40 View commit details
    Browse the repository at this point in the history