Releases: mapbox/mapbox-java
Releases · mapbox/mapbox-java
Mapbox Java SDK v4.7.0-alpha.1
Mapbox Java SDK v4.6.0
- 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
Includes
- Directions refresh was not being included in services artifact #966
Mapbox Java SDK v4.4.0
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
- 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
- Adding Shifter implementation #922
- Fix v4.1.1 release
Release 4.1.1
Release v4.1.0
- 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
- 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
Includes:
- DirectionsRoute#fromJson RuntimeException (#864)