All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for custom normalization of the user agent string using new
Normalizer
API. There is no behaviour change, but a factory method to get a singletonUserAgent
instance is deprecated and you should either use a constructor withoutNormalizer
argument that preserves the current behaviour or use a version withNormalizer
. More info in README or documentation of the API.
- Whole library rewritten to Kotlin. Should be 100% compatible with Java clients.
- Migration from jCenter to Maven Central 🎉
‼️ Important‼️ groupId has changed. New groupId isio.github.ackeecz
.