v1.1.15
What's Changed
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(..).