Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Releases: Cydhra/Nidhogg

Async, Ktor, Batch Requests, Minor changes

23 Oct 16:29
Compare
Choose a tag to compare

Basically I'm stabilizing the changes from the previous pre-releases. Minor changes:

  • Small adjustment in the getUUIDsByNames function, as invalid user names are now rejected by the server
  • Regression test for that
  • bumped kotlin, kotlin-serialization and klock to new versions to support Kotlin 1.4.10 and stable serialization branch.

jitpack compatibility

08 Jun 21:44
Compare
Choose a tag to compare
jitpack compatibility Pre-release
Pre-release

this pre-release is compatible with jitpack.io

Prerelease 2.0

07 Jun 17:31
Compare
Choose a tag to compare
Prerelease 2.0 Pre-release
Pre-release

This is a pre-release of the 2.0 version of the library. As the version number indicates, it is a breaking change.

The major changes in short:

  • switched http client engine to ktor. This enables you to use any engine you like by including it as a dependency.
  • the API is fully asynchronous
  • the API is multiplatform-ready for JS and JVM. Native, Android and iOS are planned and shouldn't be too hard to add.
  • the status API is finally implemented
  • uploading skins by file is currently unsupported, because of the multiplatform support. Will re-add it later
  • added a batch-request for user profiles

MojangClient fully implemented

15 Aug 18:40
Compare
Choose a tag to compare

The MojangClient API is now fully implemented.
Still missing status API though.

Session now holds UUID by default

24 Mar 22:37
Compare
Choose a tag to compare
  • Session now holds UUID by default
  • Slight adjustments to JavaDoc (still not perfect)
  • Slight adjustments to test cases

Nidhogg 1.1 PRE

11 Jun 21:31
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

First Release

11 Mar 22:08
Compare
Choose a tag to compare

All basic Yggdrasil resources are accessible, Data objects for credentials and session are provided