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

add support for UUID v7 in RequestId #116

Merged

Commits on Oct 15, 2023

  1. feat(request_id): add support for UUID v7 in RequestId

    feature flag `uuid_v7` is introduced which inturn enables `v7` feature flag in the `uuid` dependency
    Support documentation is added in `README.md`, `src/lib.rs` and `src/request_id.rs`
    
    This feature only works if this crate or any crate dependent on this crate has enabled the compile time configuration flag provided to the rust compiler. `RUSTFLAGS="--cfg uuid_unstable"`.
    NishantJoshi00 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    165d5d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffdf990 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    a4f2f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7873160 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    3a972ea View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. chore: fix formatting

    NishantJoshi00 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cc57d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b911ec View commit details
    Browse the repository at this point in the history