Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/uuid Loading
base: v1.5.0
Choose a base ref
...
head repository: google/uuid Loading
compare: v1.6.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 9, 2024

  1. feat: add Max UUID constant (#149)

    add Max uuid
    it512 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c58770e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. fix: Monotonicity in UUIDv7 (#150)

    * Monotonicity in UUIDv7
    
    * fix Monotonicity
    
    * fix comment
    
    * Monotonicity 2
    
    * lock
    
    * fix comment
    
    * fix comment
    it512 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a2b2b32 View commit details
    Browse the repository at this point in the history
  2. ci: set token permissions to github workflows (#143)

    * The top level permission for github workflows were set to be content
    read
    
    Signed-off-by: Joyce Brum <[email protected]>
    joycebrum committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1d8b6ea View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Jan 16, 2024

  1. chore(tests): add strict monotonicity test case for uuid v7. (#154)

    * TestVersion7MonotonicityStrict
    
    * reset timeNow and rand
    it512 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    16939da View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    0f11ee6 View commit details
    Browse the repository at this point in the history
Loading