Skip to content

Releases: enhorn/OneNetwork

1.2.3 Use OneLogger as a package dependency

19 Jun 18:06
Compare
Choose a tag to compare

Extracted OneLogger to be it's own package, and updated to use that package as a dependency.

1.2.0 Async / Await Support

16 Jan 12:22
Compare
Choose a tag to compare

Added support for Async / Await.

1.1.0 Support Hierarchical Parameters

13 Mar 21:57
Compare
Choose a tag to compare

Now supports hierarchical parameters for POST & PUT! 🎉

Expose Epired Status

12 Mar 14:01
Compare
Choose a tag to compare

Now exposes if a session is expired.

Add Published isAuthentication Property

10 Feb 18:50
Compare
Choose a tag to compare

Added published isAuthentication property to OneNetwork.

Improved Error Logging

05 Feb 18:33
Compare
Choose a tag to compare

Error logging has been improved & only prints raw error if they are unknown.

Fix Spotify Token Refresh

05 Feb 18:22
Compare
Choose a tag to compare
  • Fixes an issue with refreshing the Spotify access token.
  • Adds log level with .warning as default level.

Fix Bearer Token Issue

04 Feb 19:38
Compare
Choose a tag to compare

Fixes a bug where the whole session, and not one the access token, was sent as authentication header.

Make OneNetwork.OauthSession Initializer Public

04 Feb 19:30
Compare
Choose a tag to compare
1.0.2

Make the OAuthSession initializer public.

Keep full session in the bearer authentication

04 Feb 19:22
Compare
Choose a tag to compare

Switched from only the access token to the full session (incl potential refresh token & expiry date) in the .bearer authentication.