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: godruoyi/php-snowflake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.4
Choose a base ref
...
head repository: godruoyi/php-snowflake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 6 commits
  • 32 files changed
  • 2 contributors

Commits on Jul 12, 2023

  1. [Major] Drop support for versions < 8.1 (#54)

    * Drop PHP < 8.1
    
    * Fix callable in setSequenceResolver
    
    * Fix tests
    
    * Fix tests
    
    * Fix LaravelSequenceResolver prefix
    
    * Fix LaravelSequenceResolver prefix
    
    * Pint
    
    * Add strict types rule to Pint
    
    * Use PHP 8.1 for Code Coverage
    
    * Skip Swoole test on PHP 8.3
    
    * Use decbin and require 64bit PHP
    
    * Rename exception to SnowflakeException
    
    * Rename exception to SnowflakeException
    
    * Remove ext-bcmath
    
    * Pint
    
    * Fix after workerid rename
    
    * Fix after workerid rename
    simivar authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e78a729 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Aug 25, 2023

  1. Add support for concurrent testing (#58)

    * Add support for concurrent testing
    
    1. GitHub Action now supports connecting to Redis server for testing RedisResolver
    2. Reformat phpunit method to `snake_case`
    3. FileLockResolver & RedisResolver Now it is concurrency safe
    
    * optimize parallel test
    
    * fix: file lock path
    
    * fix: should connect redis for each child
    
    * fix: remove laravel contracts
    
    * fix: notice error
    godruoyi authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    175d7a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    940c346 View commit details
    Browse the repository at this point in the history
  2. feat: support phpstan (#62)

    * feat: support phpstan
    godruoyi authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0193ef3 View commit details
    Browse the repository at this point in the history
  3. chore: update readme (#63)

    godruoyi authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bf77419 View commit details
    Browse the repository at this point in the history
Loading