You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added multiple API methods to get events from/to specific event id, added data retrieval ordering
Tracking event-batch maximum duration to handle overlapping batches on event retrieval. Additional table event_batch_max_durations was introduced. This was necessary to correctly return batches that has event for given start date
Bug fixes
Fixed Unicode string serialization bugs
Fixed semaphore handling bug causing deadlock on heavy loads