Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.2"
".": "0.4.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.4.0](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.2...0.4.0) (2025-12-19)


### ⚠ BREAKING CHANGES

* Upgrades Android minSdkVersion to 26 and targetSdkVersion to 36 ([#75](https://github.com/googlemaps/react-native-driver-sdk/issues/75))
* getDeliveryVehicle error code updated to GET_DELIVERY_VEHICLE_ERROR_CODE
* See navigation SDK v0.12.0 release notes: https://github.com/googlemaps/react-native-navigation-sdk/releases/tag/v0.12.0

### Features

* implement consolidated error codes for getDeliveryVehicle ([#73](https://github.com/googlemaps/react-native-driver-sdk/issues/73)) ([85be976](https://github.com/googlemaps/react-native-driver-sdk/commit/85be97648864fc5bf8395c654b7674272c7b6b89))
* upgrade @googlemaps/react-native-navigation-sdk to v0.12.0 ([#71](https://github.com/googlemaps/react-native-driver-sdk/issues/71)) ([1e7c114](https://github.com/googlemaps/react-native-driver-sdk/commit/1e7c114f3ac0feb5fc776a097a94fb3a3119a195))
* upgrade Android Driver SDK to version 7.0.0 ([#75](https://github.com/googlemaps/react-native-driver-sdk/issues/75)) ([ec53cc1](https://github.com/googlemaps/react-native-driver-sdk/commit/ec53cc1dc8516f982705616ab8ecaae4f0717c42))


### Bug Fixes

* **ios:** fix Fleet Engine location reporting on iOS ([#74](https://github.com/googlemaps/react-native-driver-sdk/issues/74)) ([0bd12f1](https://github.com/googlemaps/react-native-driver-sdk/commit/0bd12f18627c356684cbf16384d868f2d3c35b4b))

## [0.3.2](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.1...0.3.2) (2025-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/react-native-driver-sdk",
"version": "0.3.2",
"version": "0.4.0",
"author": "Google",
"description": "A React Native library for Driver SDK on Google Maps Platform",
"main": "lib/commonjs/index",
Expand Down