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: amqp-node/amqplib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.6
Choose a base ref
...
head repository: amqp-node/amqplib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.7
Choose a head ref

Commits on Mar 2, 2025

  1. Copy the full SHA
    0238d73 View commit details

Commits on Mar 20, 2025

  1. Copy the full SHA
    e55d946 View commit details
  2. Copy the full SHA
    415a827 View commit details
  3. Drop bitsyntax dependency

    ikenfin committed Mar 20, 2025
    Copy the full SHA
    1441453 View commit details
  4. Copy the full SHA
    6ea4c9f View commit details

Commits on Mar 21, 2025

  1. Copy the full SHA
    9148da8 View commit details
  2. Copy the full SHA
    602cd63 View commit details
  3. Copy the full SHA
    212c02c View commit details

Commits on Mar 29, 2025

  1. Use a frame_max of 131072 by default

    Just like nearly all client libraries do.
    
    In RabbitMQ 4.1.0, the pre-authentication default changes
    to 8192 to accommodate for larger JWT frames, which
    the current value in this client won't be compatible with.
    See [1].
    
    This default matches what RabbitMQ itself, the Java and .NET clients have been using since 2007.
    
    1. https://github.com/rabbitmq/rabbitmq-server/blob/main/release-notes/4.1.0.md#initial-amqp-0-9-1-maximum-frame-size
    michaelklishin authored and cressie176 committed Mar 29, 2025
    Copy the full SHA
    1d86e6b View commit details
  2. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    f75589e View commit details
  3. 0.10.6

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    441325d View commit details
  4. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    2aca564 View commit details
  5. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    095644a View commit details
  6. Use a frame_max of 131072 by default

    Just like nearly all client libraries do.
    
    In RabbitMQ 4.1.0, the pre-authentication default changes
    to 8192 to accommodate for larger JWT frames, which
    the current value in this client won't be compatible with.
    See [1].
    
    This default matches what RabbitMQ itself, the Java and .NET clients have been using since 2007.
    
    1. https://github.com/rabbitmq/rabbitmq-server/blob/main/release-notes/4.1.0.md#initial-amqp-0-9-1-maximum-frame-size
    michaelklishin authored and cressie176 committed Mar 29, 2025
    Copy the full SHA
    7aedcae View commit details
  7. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    30865ba View commit details
  8. 0.10.6

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    a5d1173 View commit details
  9. Copy the full SHA
    f13938d View commit details
  10. Copy the full SHA
    5fb0654 View commit details
  11. Drop bitsyntax dependency

    ikenfin authored and cressie176 committed Mar 29, 2025
    Copy the full SHA
    50de238 View commit details
  12. Copy the full SHA
    713199f View commit details
  13. Copy the full SHA
    270d55d View commit details
  14. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    761e75e View commit details
  15. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    3ebcaab View commit details
  16. Fix merge conflicts

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    12d305e View commit details
  17. Update changelog

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    0bdab4f View commit details
  18. 0.10.7

    cressie176 committed Mar 29, 2025
    Copy the full SHA
    46e95a3 View commit details
Loading