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

feat!: use int64 for ID fields #282

Merged
merged 3 commits into from
Jul 12, 2023
Merged

feat!: use int64 for ID fields #282

merged 3 commits into from
Jul 12, 2023

Commits on Jul 6, 2023

  1. feat!: use int64 for ID fields

    The `int` datatype is not guaranteed to offer 64 bits of precision. On
    32-bit platforms it only has 32 bits of precision. This is incompatible
    with the Hetzner Cloud identifiers having up to 52-bits after September
    1st 2023.
    
    See #263 for more details about this change.
    apricote committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3a61fd1 View commit details
    Browse the repository at this point in the history
  2. deps: go mod tidy

    apricote committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3e207ff View commit details
    Browse the repository at this point in the history
  3. docs: fix upgrade guide

    apricote committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9aed664 View commit details
    Browse the repository at this point in the history