Skip to content

Releases: karafka/karafka-testing

v2.4.6

31 Jul 08:16
e07d2b8
Compare
Choose a tag to compare
  • [Fix] uninitialized constant Karafka::Testing::Errors::ConsumerGroupNotFound.

v2.4.5

21 Jul 07:46
c6075db
Compare
Choose a tag to compare
  • [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

02 Jul 20:03
100220d
Compare
Choose a tag to compare
  • [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

06 May 15:29
523a994
Compare
Choose a tag to compare
  • [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

30 Apr 08:15
7c9318f
Compare
Choose a tag to compare

[Fix] Fix FrozenError when accessing key and headers in Karafka::Messages::Metadata (tldn0718)

v2.4.1

29 Apr 10:08
3b16649
Compare
Choose a tag to compare
  • [Fix] Fix instance variable in minitest helper (tldn0718)

v2.4.0

29 Apr 10:07
8a4c646
Compare
Choose a tag to compare
  • [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

22 Apr 08:28
ca201b2
Compare
Choose a tag to compare
v2.4.0.rc2 Pre-release
Pre-release
  • [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

22 Apr 07:59
52fc810
Compare
Choose a tag to compare
  • [Refactor] Extract common components for Minitest and RSpec.
  • [Fix] Fix a case where multiplexed SG would fail with TopicInManyConsumerGroupsError

v2.4.0.rc1

10 Apr 12:27
791e719
Compare
Choose a tag to compare
v2.4.0.rc1 Pre-release
Pre-release
  • [Breaking] Drop Ruby 2.7 support.
  • [Fix] Support again require: false on gem loading.