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: hyperf/async-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1
Choose a base ref
...
head repository: hyperf/async-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 5, 2025

  1. Init v3.2 (#7278)

    huangdijia authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    df50343 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Support to specify the queue name based on the job. (#6538)

    Co-authored-by: 李铭昕 <715557344@qq.com>
    huangdijia and limingxinleo authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    b365dd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Merge branch 'master' into 3.2-merge

    # Conflicts:
    #	src/amqp/composer.json
    #	src/async-queue/composer.json
    #	src/cache/composer.json
    #	src/circuit-breaker/composer.json
    #	src/config-apollo/composer.json
    #	src/config-center/composer.json
    #	src/config-etcd/composer.json
    #	src/config-nacos/composer.json
    #	src/config/composer.json
    #	src/constants/composer.json
    #	src/consul/composer.json
    #	src/crontab/composer.json
    #	src/dag/composer.json
    #	src/database-pgsql/composer.json
    #	src/database-sqlite/composer.json
    #	src/database/composer.json
    #	src/db-connection/composer.json
    #	src/db/composer.json
    #	src/devtool/composer.json
    #	src/di/composer.json
    #	src/elasticsearch/composer.json
    #	src/etcd/composer.json
    #	src/exception-handler/composer.json
    #	src/filesystem/composer.json
    #	src/grpc-client/composer.json
    #	src/grpc-server/composer.json
    #	src/http-message/composer.json
    #	src/http-server/composer.json
    #	src/http2-client/composer.json
    #	src/json-rpc/composer.json
    #	src/kafka/composer.json
    #	src/logger/composer.json
    #	src/metric/composer.json
    #	src/migration-generator/composer.json
    #	src/model-cache/composer.json
    #	src/model-listener/composer.json
    #	src/nacos/composer.json
    #	src/nats/composer.json
    #	src/nsq/composer.json
    #	src/paginator/composer.json
    #	src/pool/composer.json
    #	src/process/composer.json
    #	src/rate-limit/composer.json
    #	src/reactive-x/composer.json
    #	src/redis/composer.json
    #	src/resource-grpc/composer.json
    #	src/resource/composer.json
    #	src/retry/composer.json
    #	src/rpc-client/composer.json
    #	src/rpc-multiplex/composer.json
    #	src/rpc-server/composer.json
    #	src/rpc/composer.json
    #	src/scout/composer.json
    #	src/server/composer.json
    #	src/service-governance-consul/composer.json
    #	src/service-governance-nacos/composer.json
    #	src/session/composer.json
    #	src/signal/composer.json
    #	src/snowflake/composer.json
    #	src/socket/composer.json
    #	src/socketio-server/composer.json
    #	src/stringable/composer.json
    #	src/super-globals/composer.json
    #	src/support/composer.json
    #	src/swagger/composer.json
    #	src/task/composer.json
    #	src/testing/composer.json
    #	src/tracer/composer.json
    #	src/translation/composer.json
    #	src/utils/composer.json
    #	src/validation/composer.json
    #	src/view-engine/composer.json
    #	src/view/composer.json
    #	src/watcher/composer.json
    #	src/websocket-client/composer.json
    #	src/websocket-server/composer.json
    limingxinleo committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    50372be View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Upgrade the versions of phpstan and rector.

    Co-authored-by: 李铭昕 <715557344@qq.com>
    huangdijia and limingxinleo authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    7179952 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Merge branch 'master' into 3.2-merge

    # Conflicts:
    #	.github/workflows/test.yml
    #	src/command/composer.json
    #	src/serializer/src/Contract/CacheableSupportsMethodInterface.php
    #	src/validation/src/ValidationRuleParser.php
    limingxinleo committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    65892e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

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

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    106a392 View commit details
    Browse the repository at this point in the history
  2. feat(async-queue): add automatic consumer process registration based …

    …on configuration (#7618)
    huangdijia authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    f94bfd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

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

Commits on Jun 7, 2026

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

Commits on Jun 15, 2026

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