Skip to content

V1.0.1: Timestamp as Microtime

Choose a tag to compare

@aawnu aawnu released this 25 Jul 12:37
· 334 commits to master since this release
8ce4cdb

Fixing the issue where microtime is not the proper format as 1*1000000 instead of 1*1000 and this resulted in events not being used as they are older than 3 days in microtime.

What's Changed

  • Update timestamp to microtime format by @AlexWestergaard in #8

Full Changelog: v1.0.0...v1.0.1