Skip to content

Releases: karafka/karafka-testing

v2.3.2

11 Apr 18:15
b319688
Compare
Choose a tag to compare
  • [Enhancement] Support Minitest::Spec.

v2.3.1

27 Mar 21:12
4b3db6c
Compare
Choose a tag to compare
  • [Enhancement] Prevent usage of testing when Karafka is not loaded.
  • [Enhancement] Prevent usage of testing when Karafka is not initialized.
  • [Fix] Same CG multiplexing topic builder fails with TopicInManyConsumerGroupsError.

v2.4.0.beta1

27 Mar 21:11
fdae3f4
Compare
Choose a tag to compare
v2.4.0.beta1 Pre-release
Pre-release
  • [Breaking] Drop Ruby 2.7 support.
  • [Fix] Support again require: false on gem loading.

v2.3.0

27 Mar 21:12
fdae3f4
Compare
Choose a tag to compare
  • [Maintenance] Release matching Karafka 2.3.0 release.

v2.2.2

16 Nov 11:00
870f5e1
Compare
Choose a tag to compare
  • [Feature] Provide support for Minitest (ValentinoRusconi-EH)

v2.2.1

16 Nov 11:00
7553916
Compare
Choose a tag to compare
  • [Enhancement] Support patterns in #consumer_for consumer builder.

v2.2.0

01 Sep 17:00
bc0819b
Compare
Choose a tag to compare
  • [Maintenance] Ensure that 2.2.0 works with consumers for patterns.
  • [Maintenance] Replace signing key with a new one (old expired).

v.2.1.6

06 Aug 16:14
7a21e59
Compare
Choose a tag to compare
  • [Enhancement] Make #used? API always return true.
  • [Enhancement] Expand dummy client API with #seek.

v2.1.5

22 Jul 16:11
52aa63e
Compare
Choose a tag to compare
  • [Enhancement] User prepend_before instead of prepend for RSpec (ojab)
  • [Enhancement] Add support for client #commit_offsets and #commit_offsets! stubs.
  • [Fix] Make sure that #mark_as_consumed! and #mark_as_consumed return true.

v2.1.4

20 Jun 17:54
4440016
Compare
Choose a tag to compare
  • [Fix] Fix invalid consumer group assignment for consumers created for non-default consumer group when same topic is being used multiple times.