-
Notifications
You must be signed in to change notification settings - Fork 124
Comparing changes
Open a pull request
base repository: pma/amqp
base: v2.0.0
head repository: pma/amqp
compare: v2.1.0
- 10 commits
- 9 files changed
- 6 contributors
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61849e1 - Browse repository at this point
Copy the full SHA 61849e1View commit details
Commits on Feb 12, 2021
-
The sample consumer gen server has a undefined variable on one `handle_info` return.
Configuration menu - View commit details
-
Copy full SHA for 9198e02 - Browse repository at this point
Copy the full SHA 9198e02View commit details
Commits on Feb 17, 2021
-
Merge pull request #185 from zemuldo/patch-1
Fix error in docs for sample consumer GenServer
Configuration menu - View commit details
-
Copy full SHA for 41d80ef - Browse repository at this point
Copy the full SHA 41d80efView commit details
Commits on Feb 24, 2021
-
[FIX][189] Support :closing case in AMQP.Channel.open/2 (#190)
* Support :closing case in AMQP.Channel.open/2 * Revert changes, apply fix to AMQP.Channel.open/2 instead * Fix test name typo * Simplify do_open_channel case clauses - just wrap into tuple Return type for :amqp_connection.open_channel is just {:ok, channel_pid} | error So simply wrapping to tuple should be enough
Configuration menu - View commit details
-
Copy full SHA for 62e7e31 - Browse repository at this point
Copy the full SHA 62e7e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d8784 - Browse repository at this point
Copy the full SHA e1d8784View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3d97f - Browse repository at this point
Copy the full SHA bb3d97fView commit details
Commits on Feb 27, 2021
-
Clarify that
prefetch_*
options limit unacked messages (#191)* Clarify that `prefetch_*` options limit unacked messages See https://www.rabbitmq.com/consumer-prefetch.html * Update lib/amqp/basic.ex Co-authored-by: Tatsuya Ono <[email protected]> Co-authored-by: Tatsuya Ono <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9a3159 - Browse repository at this point
Copy the full SHA a9a3159View commit details
Commits on Mar 1, 2021
-
Handling shutdown reason in direct_consumer, and clean up consumer af…
…terwards. (#184) * Handling shutdown reason in direct_consumer, and clean up consumer. * Introduced ignore_shutdown flag to the state of the direct_consumer, and fixed deprecation warning in a test case. * Tiny formatting to make it uniform
Configuration menu - View commit details
-
Copy full SHA for 3250cf2 - Browse repository at this point
Copy the full SHA 3250cf2View commit details
Commits on Mar 4, 2021
-
Update DirectConsumer option to ignore shutdown and other reasons (#192)
* Revert unwanted change * Mix format * Update the options * Update moduledoc * Don't send DOWN when consumer is deleted * Tweak moduledoc * update the option structure
Configuration menu - View commit details
-
Copy full SHA for dcefab5 - Browse repository at this point
Copy the full SHA dcefab5View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 42bf0b8 - Browse repository at this point
Copy the full SHA 42bf0b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...v2.1.0