Skip to content

Releases: lovoo/goka

v1.1.16

06 Feb 09:51
11ff5eb

Choose a tag to compare

What's Changed

  • set tester default context timestamp to zero by @frairon in #484

Full Changelog: v1.1.15...v1.1.16

This reverts the breaking change from v1.1.15, so updating from <=v1.1.14 to v1.1.16 should not break any tests.

v1.1.15

06 Feb 08:40
4f868b8

Choose a tag to compare

What's Changed

  • tester: add option to set message timestamp for the goka context by @frairon in #483

Full Changelog: v1.1.14...v1.1.15

Please note that this affects unit tests that use the goka tester if the processors to be tested used ctx.Timestamp().

Previously, ctx.Timestamp() was never set in the tester (i.e. ctx.Timestamp().IsZero()==true). From this release on, ctx.Timestamp() is set to time.Now(), but can be overwritten by the option WithTime(..).

v1.1.14

26 May 10:28
e3997d4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.13...v1.1.14

v1.1.13

03 Mar 12:58
3a26dac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.12...v1.1.13

Fix deadlock in consumer mock, update Kafka and Zookeeper for tests, add message timestamp in update context and add processor stopped state

16 May 09:42
e6a3579

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12

Fix fetchstats bug and security vuln and remove deprecated ioutilrefs

01 Nov 11:57
2f90eeb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

Bugfix drain messages on visit-fail

27 Sep 08:23
3a79a99

Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.1.10

Update Go, Sarama and fix race condition

10 Aug 10:29
185d24a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.8...v1.1.9

Processor context wrapper

04 Apr 07:02
61c9842

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

drain messages without timeout

12 Jul 13:35
0f272ce

Choose a tag to compare

  • fix table setup race condition to just drain the errors/messages channels without timeout by @kskitek in #390

Full Changelog: v1.1.5...v1.1.6