Skip to content

Releases: heremaps/here-data-sdk-typescript

v2.0.0

10 May 09:53
d3d9929
Compare
Choose a tag to compare
  • Discontinued support of Node.js versions less than 18.x.
  • Removed node_fetch from the dependencies.

v1.13.0

06 Sep 08:32
e1c4d1e
Compare
Choose a tag to compare

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

11 Jan 09:01
94c72dc
Compare
Choose a tag to compare

olp-sdk-dataservice-read

  • StreamLayerClient::poll() now blocks sending a backend request if there are no messages to submit (#495).
  • getTile now does not throw an error on sparse versioned or volatile layers (#496).
  • Improved the interactive map layer API (#497).

v1.12.1

16 Sep 14:26
c012f14
Compare
Choose a tag to compare

olp-sdk-dataservice-api

  • Updated the value parameter in the UrlBuilder.appendQuery() method. You can also use this parameter as an object: { [key: string]: string | number }.
  • Updated the APIs generated by the Interactive API v1. Some interfaces have breaking changes: 70d7d87.

v1.12.0

30 Aug 09:02
63fe76e
Compare
Choose a tag to compare

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 the InteractiveMap and ObjectStore layer types.
  • Updated the date types for the Schema, Artifact, and KeysListObjectItemResponse interfaces of ArtifactAPI.
  • 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

17 Jun 12:07
cafa3ba
Compare
Choose a tag to compare

olp-sdk-dataservice-write

  • Disable type checking for line import { fs } from "@here/olp-sdk-core"; in NodeFileData private class.

olp-sdk-core

  • Change typings settings to index.web.

v1.11.0

07 Jun 11:27
e67a0d2
Compare
Choose a tag to compare

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

14 May 13:12
9f31501
Compare
Choose a tag to compare

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 the MultiPartUploadWrapper 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 the ObjectApi.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

24 Mar 07:51
Compare
Choose a tag to compare

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

11 Feb 15:40
Compare
Choose a tag to compare

olp-sdk-core

  • Added the isValid method to TileKey.
  • 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.