Skip to content

Releases: heremaps/here-workspace-examples-java-scala

HERE Data SDK for Java & Scala 2.35.0

24 Jan 11:38

Choose a tag to compare

2.35.0.2

Examples

Changed

  • Changed the Data Archive and Location examples to use the new stream-5.0 environment.

Removed

  • The Data Archiving Library Examples removed the deprecated merge API and corresponding support. You should use the Index Compaction Library if you want to compact the index layer.

HERE Data SDK for Java & Scala 2.34.0

08 Dec 10:24

Choose a tag to compare

HERE Data SDK for Java & Scala 2.33.0

18 Nov 09:51

Choose a tag to compare

HERE Data SDK for Java & Scala 2.32.0

26 Oct 08:26

Choose a tag to compare

2.32.0.9

Examples

Fixed

  • Fixed an issue with versions incompatibility between scala-maven-plugin 4.1.1 and Maven 3.8.*.
    The version of scala-maven-plugin was upgraded to 4.5.4.

HERE Data SDK for Java & Scala 2.31.0

16 Sep 08:26

Choose a tag to compare

HERE Data SDK for Java & Scala 2.30.0

23 Aug 08:16

Choose a tag to compare

HERE Data SDK for Java & Scala 2.29.0

22 Jul 08:03

Choose a tag to compare

2.29.0.8

Schemas

Known Issues

Issue

New Scala 2.12 bindings added to the latest versions of SDII v3 Schema, SDII Archive and SENSORIS schemas may not be
accessible to users in all realms.

Examples

Changed

  • Downgraded the maven-shade-plugin from 3.2.4 to 3.2.1 to align with the version used in SDK BOM files.

HERE Data SDK for Java & Scala 2.28.0

23 Jun 06:07

Choose a tag to compare

2.28.0.9

Schemas

Known Issues

Issue

New Scala 2.12 bindings added to the latest versions of SDII v3 Schema, SDII Archive and SENSORIS schemas may not be
accessible to users in all realms.

Examples

Changed

  • Changed the examples using SDK BOM files with Scala 2.12.

To use the SDK BOM files with Scala 2.11, do the following:

  • Use the Scala 2.11 BOM files:

    • sdk-batch-bom instead of sdk-batch-bom_2.12
    • sdk-stream-bom instead of sdk-stream-bom_2.12
    • sdk-standalone-bom instead of sdk-standalone-bom_2.12
  • Make sure you update Scala dependencies of examples to Scala 2.11 (for example pipeline-runner-java_2.12 -> pipeline-runner-java_2.11)

  • Different pipeline environments should be used to run the examples, stream-3.0.0 instead of stream-4.0 and batch-2.1.0 instead of batch-3.0.0.

HERE Data SDK for Java & Scala 2.27.0

20 May 11:59

Choose a tag to compare

2.27.0.4

Schemas

Known Issues

Issue

New Scala 2.12 bindings added to the latest versions of SDII v3 Schema, SDII Archive and SENSORIS schemas may not be
accessible to users in all realms.

HERE Data SDK for Java & Scala 2.26.0

21 Apr 11:14

Choose a tag to compare

2.26.0.4

Schemas

Fixed

  • Protobuf partition decoding in the HERE platform portal was fixed in these latest SDII schema versions:
  • SDII v3 Message Schema v4.2.5.
  • SDII v3 MessageList Schema v4.2.5.
  • SDII Archive Schema v2.2.6.
  • Protobuf partition decoding in the HERE platform portal was fixed in SENSORIS schema v1.1.3.

  • Scala 2.12 bindings API is now backwards compatible with the Scala 2.11 one in these latest SDII schema versions:

  • SDII v3 Message Schema v4.2.6.
  • SDII v3 MessageList Schema v4.2.6.
  • SDII Archive Schema v2.2.7.
  • Scala 2.12 bindings API is now backwards compatible with the Scala 2.11 one in SENSORIS schema v1.1.4.

Known Issues

Issue

New Scala 2.12 bindings added to the latest versions of SDII v3 Schema, SDII Archive and SENSORIS schemas may not be
accessible to users in all realms.