- New: Add Page API.
- Fix: Force ISO 8601 format for dates.
- Use a single thread by default to upload events in the background. Clients can still set their own executor to override this behaviour.
- New: Add Callback API.
- Fix: Backpressure behaviour. Enqueuing events on a full queue will block instead of throwing an exception.
- Removed Guava dependency.
- Internal: Rename enums with lowercase.