Releases: spheronFdn/sdk
Releases · spheronFdn/sdk
storage:v2.0.4
Changes
- Added a new method
pinCIDs
for pinning an array of CID's.
browser-upload:v2.0.1
storage:v2.0.3
Changes
- Add methods to pin and unpin an upload.
storage:v2.0.2
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
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
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
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
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
Changes
- Replaced the
OrganizationIdExtractor
class with theTokenScopeExtractor
class from the@spheron/core
package
core: v2.0.1
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.