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
=>Response
for 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-api
dependency.
olp-sdk-authentication
- Removed the deprecated code (#485).
- Updated the
@here/olp-sdk-core
dependency.
olp-sdk-dataservice-api
- Updated the generated code for
ConfigAPI
with information on theInteractiveMap
andObjectStore
layer types. - Updated the
date
types for theSchema
,Artifact
, andKeysListObjectItemResponse
interfaces ofArtifactAPI
. - Removed the deprecated code (#485).
olp-sdk-dataservice-read
- Removed the deprecated code (#485).
- Updated the
@here/olp-sdk-core
dependency. - Updated the
@here/olp-sdk-dataservice-api
dependency.
olp-sdk-dataservice-write
- Updated the
@here/olp-sdk-core
dependency. - Updated the
@here/olp-sdk-dataservice-api
dependency.
v1.11.1
olp-sdk-dataservice-write
- Disable type checking for line
import { fs } from "@here/olp-sdk-core";
inNodeFileData
private 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 V1
specification 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
MultiPartUploadWrapper
class. 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 theMultiPartUploadWrapper
class. - Added the abstracted
BlobData
class. 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
body
parameter in theObjectApi.startMultipartUploadByKey
function.
olp-sdk-core
- Added export for
fs
symbols 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
catalogExists
function was called.
v1.9.0
olp-sdk-core
- Added the
isValid
method toTileKey
. - Fixed the bug related to handling 202 and 303 responses.
- Extended the
HttpError
messages 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.