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: php-enqueue/enqueue-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.33
Choose a base ref
...
head repository: php-enqueue/enqueue-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.34
Choose a head ref
  • 13 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 7, 2018

  1. Autowiring for PsrProcessors implementing CommandSubscriberInterface …

    …or TopicSubscriberInterface
    
    This will allow to symfony users that have autowiring/autoconfigure enabled to be able to rapidly
    create their processors without worrying registering them as a service and adding the tag.
    
    This closes #409 and #405. Also, keeps in mind #410. That's why services are public until a better solution
    is implemented.
    Matías Navarro Carter committed Jun 7, 2018
    Copy the full SHA
    efd9543 View commit details

Commits on Jul 21, 2018

  1. Copy the full SHA
    0b17385 View commit details

Commits on Jul 26, 2018

  1. Copy the full SHA
    b4aaeac View commit details

Commits on Aug 2, 2018

  1. Copy the full SHA
    391a52d View commit details
  2. Merge pull request #484 from dgoujard/master

    Update SQS DSN doc sample with mention urlencode
    makasim authored Aug 2, 2018
    Copy the full SHA
    91993f7 View commit details

Commits on Aug 3, 2018

  1. simple client dsn issue

    makasim committed Aug 3, 2018
    Copy the full SHA
    a886d64 View commit details

Commits on Aug 4, 2018

  1. Merge pull request #486 from php-enqueue/fix-simple-client-dsn-issue

    simple client dsn issue
    makasim authored Aug 4, 2018
    Copy the full SHA
    6ca7a14 View commit details
  2. Merge branch 'pr-479'

    makasim committed Aug 4, 2018
    Copy the full SHA
    18c7e4a View commit details
  3. Merge pull request #478 from elazar/hotfix/sqs-empty-message-body

    Prevent SqsProducer from sending messages with empty bodies
    makasim authored Aug 4, 2018
    Copy the full SHA
    832e88c View commit details
  4. Copy the full SHA
    4b72c9b View commit details
  5. fix test

    makasim committed Aug 4, 2018
    Copy the full SHA
    7303dfb View commit details
  6. Merge branch 'pr-452'

    makasim committed Aug 4, 2018
    Copy the full SHA
    43fb8b0 View commit details
  7. Release 0.8.34

    makasim committed Aug 4, 2018
    Copy the full SHA
    2ff4f18 View commit details
Loading