You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: @here/olp-sdk-authentication/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@here/olp-sdk-authentication",
3
-
"version": "1.12.0",
3
+
"version": "1.12.2",
4
4
"description": "Wrapper around the HERE Authentication and Authorization REST API obtaining short-lived access tokens that are used to authenticate requests to HERE services.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## v1.12.2 (11/01/2022)
2
+
3
+
**olp-sdk-dataservice-read**
4
+
5
+
-`StreamLayerClient::poll()` now blocks sending a backend request if there are no messages to submit (https://github.com/heremaps/here-data-sdk-typescript/pull/495).
6
+
-`getTile` now does not throw an error on sparse versioned or volatile layers (https://github.com/heremaps/here-data-sdk-typescript/pull/496).
7
+
- Improved the interactive map layer API (https://github.com/heremaps/here-data-sdk-typescript/pull/497).
0 commit comments