Releases: heremaps/here-data-sdk-typescript
Releases · heremaps/here-data-sdk-typescript
v2.0.0
v1.13.0
olp-sdk-dataservice-api
- Updated the return type
any=>Responsefor functions:
ArtifactsApi::putArtifactFileUsingPUT,
BlobApi::cancelMultipartUpload,
BlobApi::deleteBlob,
IndexApi::insertIndexes,
IndexApi::performUpdate,
VolatileBlobApi::deleteVolatileBlob,
VolatileBlobApi::putVolatileBlob.
- Removed deprecated interfaces (Removed the deprecated code (#511).
v1.12.2
v1.12.1
v1.12.0
olp-sdk-core
- Updated the
@here/olp-sdk-dataservice-apidependency.
olp-sdk-authentication
- Removed the deprecated code (#485).
- Updated the
@here/olp-sdk-coredependency.
olp-sdk-dataservice-api
- Updated the generated code for
ConfigAPIwith information on theInteractiveMapandObjectStorelayer types. - Updated the
datetypes for theSchema,Artifact, andKeysListObjectItemResponseinterfaces ofArtifactAPI. - Removed the deprecated code (#485).
olp-sdk-dataservice-read
- Removed the deprecated code (#485).
- Updated the
@here/olp-sdk-coredependency. - Updated the
@here/olp-sdk-dataservice-apidependency.
olp-sdk-dataservice-write
- Updated the
@here/olp-sdk-coredependency. - Updated the
@here/olp-sdk-dataservice-apidependency.
v1.11.1
olp-sdk-dataservice-write
- Disable type checking for line
import { fs } from "@here/olp-sdk-core";inNodeFileDataprivate class.
olp-sdk-core
- Change typings settings to
index.web.
v1.11.0
olp-sdk-dataservice-write
- Updated dependencies.
olp-sdk-dataservice-api
- Added the APIs generated by the
Interactive V1specification to support IML layers.
olp-sdk-core
- Updated dependencies.
olp-sdk-authentication
- Updated dependencies.
olp-sdk-dataservice-read
- Updated dependencies.
v1.10.0
olp-sdk-dataservice-write
- Added the
MultiPartUploadWrapperclass. You can use it to upload large files in a browser and Node.js to the Blob API v1 and v2 services in chunks. - Changed
VersionedLayerClient. Now, to upload large files to versioned layers, use theMultiPartUploadWrapperclass. - Added the abstracted
BlobDataclass. It is a wrapper of data (Blob,Buffer,File, string, and so on)
that allows to read a specific range of bytes and get data size.
olp-sdk-dataservice-api
- Fixed the issue with the incorrect
bodyparameter in theObjectApi.startMultipartUploadByKeyfunction.
olp-sdk-core
- Added export for
fssymbols to the Node.js index file.
olp-sdk-authentication
- Updated dependencies.
olp-sdk-dataservice-read
- Updated dependencies.
v1.9.1
olp-sdk-dataservice-api
- Fixed the bug related to the crash in the Config API that occurred when the
catalogExistsfunction was called.
v1.9.0
olp-sdk-core
- Added the
isValidmethod toTileKey. - Fixed the bug related to handling 202 and 303 responses.
- Extended the
HttpErrormessages by adding details from the response if it exists. - Changed the Lookup API host URL for SIT.
- Updated dependencies.
olp-sdk-authentication
- Removed the deprecated code (#425).
- Updated dependencies.
olp-sdk-fetch
- Updated dependencies.
olp-sdk-dataservice-api
- Removed the deprecated code (#425).
- Added the APIs generated by
Blob V2. - Updated dependencies.
olp-sdk-dataservice-read
- Removed the deprecated code (#425).
- Updated dependencies.
olp-sdk-dataservice-write
- Updated dependencies.