Skip to content

Releases: spheronFdn/sdk

storage:v2.0.4

23 Oct 12:49
fafa8d5
Compare
Choose a tag to compare

Changes

  • Added a new method pinCIDs for pinning an array of CID's.

browser-upload:v2.0.1

20 Oct 16:59
1716644
Compare
Choose a tag to compare

What's Changed

  • Fix the total size for files larger than 5mb by @shomix in #169

storage:v2.0.3

16 Oct 09:51
ed73a48
Compare
Choose a tag to compare

Changes

  • Add methods to pin and unpin an upload.

storage:v2.0.2

21 Sep 09:57
ce1c097
Compare
Choose a tag to compare

Changes

  • Added support to define max upload size when initiating an upload.
  • Added the query parameter to execute the pinning in the background.

core: v2.0.3

21 Sep 09:56
ce1c097
Compare
Choose a tag to compare

Changes

  • Added support to define max upload size when initiating an upload.
  • Added the query parameter to execute the pinning in the background.

core: v2.0.2

19 Sep 15:02
1349b8a
Compare
Choose a tag to compare

Changes

  • Added logic to select the compute type (On Demand or Spot) in the request interface.
  • Added ComputeTypeEnum for compute type selection

compute:v1.0.6

19 Sep 14:47
1349b8a
Compare
Choose a tag to compare

Changes

  • Added a feature to select the compute type (On Demand or Spot) during deployment or updating of an instance.
  • Implemented logic to update customInstanceSpecs

storage:v2.0.1

11 Sep 10:04
383cfdb
Compare
Choose a tag to compare

Changes

  • Add logic to check if the token that is passed to the constructor is a token for a storage organization.

site: v1.0.2

11 Sep 10:02
383cfdb
Compare
Choose a tag to compare

Changes

  • Replaced the OrganizationIdExtractor class with the TokenScopeExtractor class from the @spheron/core package

core: v2.0.1

11 Sep 10:01
383cfdb
Compare
Choose a tag to compare

Changes

  • Created new class ScopeExtractor, which adds support to fetch the token scope. The request will be sent only once, and the result will be cached for future use.
  • Added appType to the token scope response.