v3.0.9
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.