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: rabbitmq/rabbitmq-amqp-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0-alpha.1
Choose a base ref
...
head repository: rabbitmq/rabbitmq-amqp-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0-alpha.2
Choose a head ref
  • 5 commits
  • 38 files changed
  • 3 contributors

Commits on Jan 21, 2025

  1. Update README.md

    DanielePalaia authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    7d2910e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. adding delivery status on publishing (#23)

    * adding delivery status on publishing
    
    * when publishing messages we need to setup unseattle option
    
    ---------
    
    Co-authored-by: DanielePalaia <daniele985@@gmail.com>
    DanielePalaia and DanielePalaia authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d3d93ec View commit details
    Browse the repository at this point in the history
  2. SSL/TLS implementation (#24)

    * ssl implementation
    
    * modify action/adding Dockerfile and Makefile
    
    * testing mutual authentication
    
    ---------
    
    Co-authored-by: DanielePalaia <daniele985@@gmail.com>
    DanielePalaia and DanielePalaia authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    1068c05 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Streams support and management of disconnections (#28)

    * managing disconnections
    
    * adding tests
    
    * adding a test
    
    * supporting multinode in Connection
    
    * multinode implementation
    
    * stream offset implementation
    
    * add credits (#27)
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    
    * test updated
    
    * add filters (#29)
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    
    * refactoring and adding tests
    
    * implementing and testing filterings
    
    * adding match unfiltered test
    
    * fix options parameters
    
    * naming conventions
    
    * improving examples
    
    ---------
    
    Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    Co-authored-by: DanielePalaia <daniele985@@gmail.com>
    Co-authored-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
    3 people authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    d08139f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. improve examples / updating docs / adding credits to consumer (#31)

    * improve examples / updating docs / adding credits to consumer
    
    * some renaming
    
    * bumping version
    
    ---------
    
    Co-authored-by: DanielePalaia <daniele985@@gmail.com>
    DanielePalaia and DanielePalaia authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    a1f3840 View commit details
    Browse the repository at this point in the history
Loading