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

Customizable digests with lib version #161

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Customizable digests with lib version #161

merged 1 commit into from
Sep 17, 2024

Conversation

gmac
Copy link
Owner

@gmac gmac commented Sep 15, 2024

  • Adds library version to all generated digests.
  • Makes the digest handler customizable to swap in a faster algorithm and/or add base scoping criteria, ex:
GraphQL::Stitching.digest { |str| Digest::Blake3.hexdigest("v23/#{str}") }

@gmac gmac changed the base branch from main to v1_5_1 September 15, 2024 19:24
@gmac gmac changed the title Customizable digests Customizable digests with lib version Sep 15, 2024
@gmac gmac merged commit fd86ee7 into v1_5_1 Sep 17, 2024
@gmac gmac deleted the refactor_digests branch September 17, 2024 03:18
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