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: heureka/gorabbit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: heureka/gorabbit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 27, 2024

  1. fix(channel): fix datarace

    dmksnnk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6d88fce View commit details
    Browse the repository at this point in the history
  2. fix: increase backoff time

    dmksnnk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c7499d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. chore(gomod): update go version

    And update amqp091-go
    dmksnnk committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9dcdc71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bcf12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    989b3d6 View commit details
    Browse the repository at this point in the history
  4. feat(v2): implement v2

    dmksnnk committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f02159f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    467abee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7913103 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 15, 2024

  1. fix(v2): fix IsReady lock

    If client is not ready, it will try to unlock unlocked lock,
    which panics with "Unlock of unlocked RWMutex".
    dmksnnk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c87dc87 View commit details
    Browse the repository at this point in the history
Loading