Skip to content

Tags: heureka/gorabbit

Tags

v0.6.2

Toggle v0.6.2's commit message
fix(v2): fix IsReady lock

If client is not ready, it will try to unlock unlocked lock,
which panics with "Unlock of unlocked RWMutex".

v0.6.1

Toggle v0.6.1's commit message
chore(v2/rabbittest): add helper for creating client

v0.6.0

Toggle v0.6.0's commit message
chore(consume): fix linter issue

v0.5.3

Toggle v0.5.3's commit message
fix: increase backoff time

v0.5.2

Toggle v0.5.2's commit message
fix(publisher): move publish to publisher

v0.5.1

Toggle v0.5.1's commit message
fix(gomod): update rabbitmq/amqp091-go to v1.9.0

v0.5.0

Toggle v0.5.0's commit message
feat(README): update readme

v0.4.2

Toggle v0.4.2's commit message
fix(rabbittest): allow override exchange, queue or routing key

v0.4.1

Toggle v0.4.1's commit message
fix(golangci): allow short name eg

v0.4.0

Toggle v0.4.0's commit message
fix(golangci): update config and fix issues