Releases: karafka/karafka-testing
Releases · karafka/karafka-testing
v2.4.6
- [Fix] uninitialized constant
Karafka::Testing::Errors::ConsumerGroupNotFound
.
v2.4.5
- [Enhancement] Provide
karafka.consumer_messages
to get (or alter) the messages that will go into created consumer.
- [Fix]
#consumer_group_metadata_pointer
is not stubbed in the consumer client.
v2.4.4
- [Enhancement] Memoize
consumer_for
so consumers can be set up for multiple topics and let(:consumer)
is no longer a requirement. (dorner)
v2.4.3
- [Fix] Fix: raw_key is not being assigned for rspec (CaioPenhalver)
- [Fix] Fix: raw_key is not being assigned for minitest
- [Fix] Fix: headers is not being assigned for minitest and rspec
v2.4.2
[Fix] Fix FrozenError when accessing key and headers in Karafka::Messages::Metadata
(tldn0718)
v2.4.1
- [Fix] Fix instance variable in minitest helper (tldn0718)
v2.4.0
- [Breaking] Drop Ruby
2.7
support.
- [Refactor] Extract common components for Minitest and RSpec.
- [Fix] Support again
require: false
on gem loading.
- [Fix] Fix a case where multiplexed SG would fail with
TopicInManyConsumerGroupsError
v2.4.0.rc2
- [Breaking] Drop Ruby
2.7
support.
- [Refactor] Extract common components for Minitest and RSpec.
- [Fix] Support again
require: false
on gem loading.
- [Fix] Fix a case where multiplexed SG would fail with
TopicInManyConsumerGroupsError
v2.3.3
- [Refactor] Extract common components for Minitest and RSpec.
- [Fix] Fix a case where multiplexed SG would fail with
TopicInManyConsumerGroupsError
v2.4.0.rc1
- [Breaking] Drop Ruby
2.7
support.
- [Fix] Support again
require: false
on gem loading.