Skip to content

Commit 5111c2d

Browse files
Add worker handle support (#109)
1 parent 9df3692 commit 5111c2d

36 files changed

+216
-49
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.4.0] - 2024-06-13
9+
10+
### Added
11+
12+
- New `setWorkerHandle` and `getWorkerHandle` can be used to identify workers
13+
- We observed our customers identify worker devices via `HyperTrack.metadata`, so we decided to make it a first class citizen in our API.
14+
- If you previously used `metadata` to identify workers, we suggest using `workerHandle` for this purpose instead.
15+
16+
### Changed
17+
18+
- Updated HyperTrack SDK Android to [7.6.0](https://github.com/hypertrack/sdk-android/releases/tag/7.6.0)
19+
820
## [13.3.5] - 2024-06-05
921

1022
### Changed
@@ -856,3 +868,4 @@ Initial release.
856868
[13.3.3]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.3.3
857869
[13.3.4]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.3.4
858870
[13.3.5]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.3.5
871+
[13.4.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
44
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
55
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.6.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.5.5-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.6.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
77

88
[HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
99

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)