Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v7.2.0

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 28 Aug 14:42
ff132a5

v7.2.0 - August 28, 2024

  • Added PaymentMethods#etc2 payment method.
  • Added V6StructuredInputQuery#country option.

Mapbox Java SDK v7.1.0

Choose a tag to compare

@DzmitryFomchyn DzmitryFomchyn released this 08 Jul 13:19
05a7bfe

v7.1.0 - July 8, 2024

  • Optimize memory usage in Directions API model classes by interning frequently occurring strings in JSON.

Mapbox Java SDK v7.0.0

Choose a tag to compare

@ahmedaly16 ahmedaly16 released this 23 Apr 22:56
97ca334

v7 is API and binary is compatible with v6.

v7.0.0 - April 23, 2024

  • Added Geocoding V6 Support.

Mapbox Java SDK v6.15.0

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 13 Nov 13:47
15b6ae3

v6.15.0 - November 13, 2023

  • Added DirectionsCriteria#PAYMENT_METHOD_ETC2 option to pass as RouteOptions#computeTollCosts and to receive in IntersectionsLanes#paymentMethods.

Mapbox Java SDK v6.14.0

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 26 Oct 10:46
ca820fb

v6.14.0 - October 26, 2023

  • Added LegAnnotation#freeflowSpeed and LegAnnotation#currentSpeed. To receive these annotations, pass DirectionsCriteria.ANNOTATION_FREEFLOW_SPEED and DirectionsCriteria.ANNOTATION_CURRENT_SPEED in the request in the "annotations" parameter.

Mapbox Java SDK v6.13.0

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 31 Jul 13:38
5ab857c

v6.13.0 - July 31, 2023

  • No additional changes

Mapbox Java SDK v6.13.0-beta.2

Pre-release

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 28 Jul 14:01
7879ee4

v6.13.0-beta.2 - July 28, 2023

  • Added Incident#trafficCodes.

Mapbox Java SDK v6.13.0-beta.1

Pre-release

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 11 Jul 16:09
a7bd5f6

v6.13.0-beta.1 - July 11, 2023

  • Added StepIntersection.mergingArea.

Mapbox Java SDK v6.12.0

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 30 May 10:06
d69aa0e

v6.12.0 - May 30, 2023

  • No additional changes

Mapbox Java SDK v6.12.0-beta.1

Pre-release

Choose a tag to compare

@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 25 May 10:05
7607cc2

v6.12.0-beta.1 - May 25, 2023

  • Added DirectionsResponse.fromJson(Reader) and DirectionsResponse.fromJson(Reader, RouteOptions) to support streaming serialisation of DirectionsResponse.