Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v4.7.0-alpha.1

23 Apr 07:34
5c65967
Compare
Choose a tag to compare
Pre-release
  • Adding BoundingBoxPolygon turf method #1006
  • Feature.get*Property should return null for non-existent property #1001
  • added overloaded method bbox that takes in a BoundingBox #999
  • Adding userAgent parameter to Isochrone request retrofit call URL #997

Mapbox Java SDK v4.6.0

11 Apr 19:43
be2f75c
Compare
Choose a tag to compare
  • Exclude *.java from being added to library jars #992
  • Adjust @nullable and @nonnull annotations to match what comes from Directions API #990
  • Add Isochrone API support #988
  • Remove sonarqube integration #986
  • Remove android tooling #984
  • Remove dependency of Turf library on services-core #981
  • Update MapMatching to use a POST request if the url for a GET request is larger than the maximum allowed size #978
  • Update Directions to use a POST request if the url for a GET request is larger than the maximum allowed size #977
  • Add Interceptor support for MapboxRouteTiles #976
  • Add POST support to Directions #975
  • Add explicit US locale to String.Format of bounding box #973
  • Removed the use of AutoValue from geoJson implementation
    Deprecated PointDeserializer, PointSerializer, BoundingBoxDeserializer and BoundingBoxSerializer #953

Mapbox Java SDK v4.5.0

13 Feb 19:33
8dfdbdd
Compare
Choose a tag to compare

Includes

  • Directions refresh was not being included in services artifact #966

Mapbox Java SDK v4.4.0

12 Feb 23:25
8949517
Compare
Choose a tag to compare

Includes:

  • Add waypointIndices to MapboxDirections, update MapboxMapMaptching to have waypointIndices instead of waypoints
    #959,
    #961,
    #962,
    #963
  • Add Interceptor and EventListener to MapboxDirections #958
  • Directions Refresh new implementation #955
  • Update gradle tools versions #954
  • Add getting mapmatching through POST method #948

Release v4.3.0

18 Dec 23:29
Compare
Choose a tag to compare
  • Do not use BigDecimal for rounding (#938)[https://github.com//pull/938]
  • Remove coordinate limit from MapboxMapMatching (#940)[https://github.com//pull/940]
  • Remove character waypoint names limit from mapbox map matching (#941)[https://github.com//pull/941]
  • Adding additional tests to files related to coordinate shifting (#936)[https://github.com//pull/936]
  • Added waypoint targets to MapboxDirections request (#942)[https://github.com//pull/942]

Release 4.2.0

04 Dec 19:31
fcc4091
Compare
Choose a tag to compare
  • Adding Shifter implementation #922
  • Fix v4.1.1 release

Release 4.1.1

01 Dec 00:13
6e34494
Compare
Choose a tag to compare
  • Remove waypoint limit check #928
  • Adding code coverage report generation and upload to Codecov #925

Release v4.1.0

12 Nov 23:26
083b490
Compare
Choose a tag to compare
  • Added wrappers for route tile APIs Feature #913
  • Add annotations, approaches request parameter & distances to the response object #911
  • Add interceptor and network interceptor support to Mapbox Speech #910
  • Remove dependency on BindingContextFactory #909
  • Archive stale issues and pull request #906
  • Added StepManeuver.Type for ease of use #898
  • Route options should be serialized/deserialized using backend names #895
  • BoundingBox deserialization #891

Release v4.0.0

19 Sep 19:41
4d1b2f8
Compare
Choose a tag to compare
  • downgrade to java 7 #876
  • The first and last positions should be equivalent in polygon ring Bug Ready For Review refactor #886
  • Fix circle generation in TurfTransformation #885
  • coordinates() should have @NotNull annotation in Geometry implementations #882
  • Tilequery API #879
  • all accesToken fields should be annotated with @nonnull #875

Mapbox Java SDK v3.4.1

09 Aug 18:27
Compare
Choose a tag to compare

Includes:

  • DirectionsRoute#fromJson RuntimeException (#864)