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.0.0
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.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 6 contributors

Commits on Jan 28, 2021

  1. Update README.md

    ono authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    61849e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Fix error in docs

    The sample consumer gen server has a undefined variable on one `handle_info` return.
    zemuldo authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9198e02 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request #185 from zemuldo/patch-1

    Fix error in docs for sample consumer GenServer
    ono authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    41d80ef View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. [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
    begedin authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    62e7e31 View commit details
    Browse the repository at this point in the history
  2. Set experimental-otp option

    ono committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    e1d8784 View commit details
    Browse the repository at this point in the history
  3. Set experimental-otp option

    ono committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    bb3d97f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. 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]>
    nathanl and ono authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    a9a3159 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. 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
    benonymus authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3250cf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. 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
    ono authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    dcefab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. version 2.1.0

    ono committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    42bf0b8 View commit details
    Browse the repository at this point in the history
Loading