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: cloudamqp/amqp-client.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: cloudamqp/amqp-client.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 26, 2025

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

Commits on Apr 5, 2025

  1. Use v4 of setup-node and checkout actions

    The v3 actions was deprecated some time ago.
    dentarg committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    57a9d48 View commit details
    Browse the repository at this point in the history
  2. Run CI against nodejs 23.x (not 24)

    Node.js 24 does not yet exist.
    dentarg committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    d5bb5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    417d44f View commit details
    Browse the repository at this point in the history
  4. Fix the has an onerror callback websocket test (#135)

    This is how the test in test/test.ts looks.
    
    I think we got it wrong in 08c1aa6
    
    Before this change, the test failed like this
    
           FAIL  |test-browser| test-browser/websocket.ts > has an onerror callback
          AssertionError: expected "spy" to be called at least once
           ❯ Proxy.methodWrapper ../../../../node_modules/.vite/deps/vitest___chai.js:1050:29
           ❯ test-browser/websocket.ts:600:23
              598|   conn.onerror = vi.fn((err) => errMessage = err.message)
              599|   await expect(ch.exchangeDeclare("none", "none")).rejects.toThrow()
              600|   expect(conn.onerror).toBeCalled()
                 |                       ^
              601|   expect(errMessage).toMatch(/invalid exchange type/)
              602| })
    dentarg authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    cc8448a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Increase min frameMax to 8KB (#134)

    For compatibility with RabbitMQ 4.1 and large JWT tokens:
    rabbitmq/rabbitmq-server#13541
    
    Co-authored-by: Patrik Ragnarsson <patrik@starkast.net>
    carlhoerberg and dentarg authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    f874bc1 View commit details
    Browse the repository at this point in the history
  2. Release v3.2.1

    dentarg committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    738c135 View commit details
    Browse the repository at this point in the history
Loading