The Wayback Machine - https://web.archive.org/web/20230307195654/https://github.com/php-amqplib/php-amqplib/commits/master
Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 1, 2023

  1. update changelog

    actions-user committed Mar 1, 2023
  2. prepare release 3.5.2

    ramunasd committed Mar 1, 2023
  3. Bug fix, Deprecation notice update (#1077)

    * added "config" parameter when building connection using AMQPConnectionFactory::create
    
    * method suggestion updated with proper name
    ssi-anik committed Mar 1, 2023

Commits on Feb 27, 2023

  1. Security levels SSL options (#1075)

    * add SecurityLevel
    alexanderbirch committed Feb 27, 2023

Commits on Jan 20, 2023

  1. update changelog

    actions-user committed Jan 20, 2023
  2. v3.5.1

    lukebakken committed Jan 20, 2023
  3. Revert #1060 (#1066)

    Fixes #1065
    
    Add deprecation error
    
    Add non-TLS SSL test
    
    Only trigger_error in version 8 and higher
    
    do not report user deprecations as errors in phpunit
    
    Update PhpAmqpLib/Connection/AMQPSSLConnection.php
    
    Co-authored-by: Andrii Dembitskyi <[email protected]>
    
    Co-authored-by: Andrii Dembitskyi <[email protected]>
    lukebakken and andrew-demb committed Jan 20, 2023

Commits on Jan 18, 2023

  1. Merge pull request #1068 from php-amqplib/lukebakken/ci-updates

    Update GHA to use latest RabbitMQ
    lukebakken committed Jan 18, 2023
  2. Update GHA to use latest RabbitMQ

    Uses a `rabbitmq.conf` file rather than env vars
    lukebakken committed Jan 18, 2023

Commits on Jan 16, 2023

  1. update changelog

    actions-user committed Jan 16, 2023
  2. prepare 3.5.0 release

    ramunasd committed Jan 16, 2023
  3. Support for authentication method "external" (#1064)

    * External login using login response
    
    * add tests for external auth method
    
    Co-authored-by: Alexander Birch <[email protected]>
    ramunasd and alexanderbirch committed Jan 16, 2023
  4. Merge pull request #1063 from php-amqplib/optimize_frame_parser

    Optimize frame parsing logic
    lukebakken committed Jan 16, 2023

Commits on Jan 10, 2023

Commits on Dec 15, 2022

Commits on Nov 23, 2022

  1. Merge pull request #1043 from ramunasd/fix_sig_sender_signal

    Fix hardcoded signal code in SIGHeartbeatSender
    lukebakken committed Nov 23, 2022

Commits on Nov 20, 2022

Commits on Nov 16, 2022

  1. Added channel_rpc_timeout (#1041)

    * Added channel_rpc_timeout
    
    Added channel_rpc_timeout to try_create_connection since it was missing as an option and it's a valid option to pass to the constructor.
    
    * Update AMQPSocketConnection.php
    
    Co-authored-by: Ramūnas Dronga <[email protected]>
    bravoman and ramunasd committed Nov 16, 2022

Commits on Oct 18, 2022

  1. update changelog

    actions-user committed Oct 18, 2022
  2. Revert "v3.4.0 CHANGELOG"

    This reverts commit 1d19921.
    
    We have automatic changelog generation in place.
    lukebakken committed Oct 18, 2022
  3. v3.4.0 CHANGELOG

    lukebakken committed Oct 18, 2022
  4. Merge pull request #1035 from i3bepb/dev

    Add the ability to set the connection name through AMQPConnectionConfig
    lukebakken committed Oct 18, 2022

Commits on Oct 17, 2022

  1. Merge pull request #1031 from ramunasd/reader_split

    Split buffer and IO readers into separate classes
    lukebakken committed Oct 17, 2022

Commits on Oct 15, 2022

  1. Fixed case when === null

    i3bepb committed Oct 15, 2022

Commits on Oct 14, 2022

  1. Merge pull request #1033 from i3bepb/missed_phpdoc

    Missed param PHPDoc in construct AbstractConnection
    ramunasd committed Oct 14, 2022
  2. Newline at end of file

    i3bepb committed Oct 14, 2022
  3. Missed param PHPDoc

    i3bepb committed Oct 14, 2022
Older