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

Releases: dynabloxjs/dynablox_opencloud

v0.2.2

07 Jul 23:03
Compare
Choose a tag to compare

v0.2.1

09 Jun 06:56
Compare
Choose a tag to compare
  • Properly handle Lua's inf value in DataStore entry values.
  • More documentation in the README.md.
  • Update dependencies to latest.
  • Fix case when a response is a JSON array and isn't properly transformed.
  • (Internal) Update oAuth2 services for the upcoming OAuthClient.

v0.2.0

04 Apr 07:47
Compare
Choose a tag to compare
  • Added automatic retries (see README.md)
  • (Internal) New services format to easily get URLs outside of the module.

v0.1.6

03 Apr 03:49
Compare
Choose a tag to compare
  • Fix <StandardDataStore>.updateEntry() not encoding string values.
  • Update <StandardDataStore>.updateEntry()'s checks for scopes to be "Update" or "Create", instead of both.

v0.1.5

02 Apr 07:42
Compare
Choose a tag to compare
  • Fix <BaseClient>.setCredentialsValue recursively calling itself.

v0.1.4

31 Mar 06:04
Compare
Choose a tag to compare
  • Fix async iterator impl in ServicePage (#2)
  • Fix childErrors type

v0.1.3

31 Mar 03:47
Compare
Choose a tag to compare
  • Export all types
  • Fix documentation and add examples

v0.1.2

30 Mar 23:46
Compare
Choose a tag to compare

0.1.2

  • fix typo (#1 )
  • implement RatelimitHelper dependencies
    • update DataStore ratelimits to reflect this (per universeId ratelimits now instead of per instance)

v0.1.1

29 Mar 19:55
Compare
Choose a tag to compare
  • Update DataStore ratelimits
  • Added more limit checks

v0.1.0

29 Mar 18:09
2377b4a
Compare
Choose a tag to compare

First release