Skip to content

Releases: aternosorg/mclogs-java

v4.0.2

08 Apr 10:43
7d33ff7
Compare
Choose a tag to compare
  • Fix setting client in UploadLogResponse (Fix #9)

v4.0.1

15 Jun 13:45
4.0.1
d6aa68c
Compare
Choose a tag to compare
  • fix accept header name

v4.0.0

15 Jun 13:23
4.0.0
dc87ed9
Compare
Choose a tag to compare
  • Update dependencies
  • Utilize CompletableFuture to wrap around API calls
  • API calls are now async
  • Moved visibility of all fields to private, some are also final
  • Utilizes Java 11s HttpClient

v3.0.1

15 Mar 18:09
3.0.1
d4a0e9d
Compare
Choose a tag to compare
  • Update dependencies
  • mark the client property of UploadLogResponse as transient
    • This should fix an issue with deserialization on Java 17+

v3.0.0

14 Mar 21:13
3.0.0
030071e
Compare
Choose a tag to compare

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

14 Mar 17:37
2.2.1
5034d8a
Compare
Choose a tag to compare
  • Release artifacts on maven central

v2.2.0

17 Jan 16:50
7b948ee
Compare
Choose a tag to compare
  • Trim and truncate logs before upload