Skip to content

Make our UUID package internal#4129

Merged
milosgajdos merged 1 commit intodistribution:mainfrom
corhere:internal-uuid
Oct 25, 2023
Merged

Make our UUID package internal#4129
milosgajdos merged 1 commit intodistribution:mainfrom
corhere:internal-uuid

Conversation

@corhere
Copy link
Collaborator

@corhere corhere commented Oct 24, 2023

Nowadays there are much, much better UUID implementations to choose from, such as github.com/google/uuid. Prevent external users from importing our bespoke implementation so that we can change or migrate away from it internally without introducing breaking changes.

Nowadays there are much, much better UUID implementations to choose
from, such as github.com/google/uuid. Prevent external users from
importing our bespoke implementation so that we can change or migrate
away from it internally without introducing breaking changes.

Signed-off-by: Cory Snider <csnider@mirantis.com>
@corhere corhere added the v3.0.0 v3 release label Oct 24, 2023
@corhere corhere added this to the Registry/3.0.0 milestone Oct 24, 2023
Copy link
Member

@milosgajdos milosgajdos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I wonder if we could just replace this package with github.com/google/uuid and chuck this. I'm ok with making this internal as the first step. CC: @Jamstah

@Jamstah
Copy link
Collaborator

Jamstah commented Oct 25, 2023

Replacing it seems sensible to be. Also happy with making it internal and replacing it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3.0.0 v3 release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants