Skip to content

v1.1.15

Choose a tag to compare

@frairon frairon released this 06 Feb 08:40
· 9 commits to master since this release
4f868b8

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(..).