Releases: aternosorg/mclogs-java
Releases · aternosorg/mclogs-java
v4.1.0
v4.0.3
v4.0.2
v4.0.1
- fix accept header name
v4.0.0
- Update dependencies
- Utilize
CompletableFuture
to wrap around API calls - API calls are now async
- Moved visibility of all fields to
private
, some are alsofinal
- Utilizes Java 11s
HttpClient
v3.0.1
- Update dependencies
- mark the client property of UploadLogResponse as transient
- This should fix an issue with deserialization on Java 17+
v3.0.0
Breaking Changes
- Moved gs.mclo.java -> gs.mclo.api
- Replace static methods on MclogsAPI with Mclogs class
- You are now required to specify a user agent or project name and version
- To use a custom instance you now need to create an instance object with your urls
- Errors returned by the API are now thrown as exceptions
New features
- Fetch log insights from the API
- Improved development ergonomics
v2.2.1
- Release artifacts on maven central
v2.2.0
- Trim and truncate logs before upload