Skip to content

v3.0.9

Compare
Choose a tag to compare
@nicklas-dohrn nicklas-dohrn released this 19 Jun 06:46

Improvements:

  • Added tenant_subdomain
  • Updated the Documentation

Fixes:

  • fixed timestamp_ms using System.nanoTime(), which resulted in timestamps not correlated to the real current time.
    Now it is calculated using System.currentTimeMillis(), which will provide real current timestamps.