Skip to content

4.6.0

Latest
Compare
Choose a tag to compare
@erickskrauch erickskrauch released this 04 Mar 06:05
· 21 commits to master since this release

Added

  • /profile/{username} endpoint, which returns a profile and its textures, equivalent of the Mojang's
    UUID -> Profile + Skin/Cape endpoint.
  • /signature-verification-key.der and /signature-verification-key.pem endpoints, which returns the public key in
    DER or PEM formats for signature verification.

Fixed

  • #28: Added handling of corrupted data from the Mojang's username to UUID
    cache.
  • #29: If a previously cached UUID no longer exists,
    it will be invalidated and re-requested.
  • Use correct status code for error about empty response from Mojang's API.

Changed

  • BREAKING: /cloaks/{username} and /textures/{username} endpoints will no longer return a cape if there are no
    textures for the requested username.
  • All endpoints are now returns 500 status code when an error occurred during request processing.
  • Increased the response timeout for Mojang's API from 3 to 10 seconds.