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: pma/amqp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: pma/amqp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 19, 2021

  1. fix docs error (#199)

    `subscribe/0` is expected to return `{:ok, chan}`
    it returns `{:ok, consumer_tag}` due to `Basic.consume/2`
    
    bug introduced [here](https://git.io/JWAnK) when the return value of
    `subscribe/0` was explicitly pattern matched.
    aymanosman authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3ff8ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    78c08e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8617ee2 View commit details
    Browse the repository at this point in the history
  3. version 2.1.2

    ono committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    135e677 View commit details
    Browse the repository at this point in the history
Loading