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: allow custom id strategies #180

Merged
merged 1 commit into from
Jan 28, 2024
Merged

feat: allow custom id strategies #180

merged 1 commit into from
Jan 28, 2024

Conversation

JamesLMilner
Copy link
Owner

Description of Changes

It has historically not been possible to use your own IDs with Terra Draw as they would always be created with UUIDv4. This is generally fine, but there are scenarios were people may want to bring their own id creation strategy along, and not use UUIDv4. This PR allows for that.

Link to Issue

#179

PR Checklist

  • There is a associated GitHub issue
  • If I have added significant code changes, there are relevant tests
  • If there are behaviour changes these are documented

@JamesLMilner JamesLMilner force-pushed the id-strategy branch 2 times, most recently from e50bbcb to e8056ee Compare January 28, 2024 21:52
@JamesLMilner JamesLMilner merged commit 05255f8 into main Jan 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant