File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 5.8.1] - 2024-10-18
9
+
10
+ ### Changed
11
+
12
+ - Data batching configuration changes now take effect immediately.
13
+
14
+ ### Fixed
15
+
16
+ - Fixed a rare issue that could cause location events to be dropped under certain conditions.
17
+
8
18
## [ 5.8.0] - 2024-09-05
9
19
10
20
### Added
@@ -44,6 +54,7 @@ HyperTrack.subscribeToOrders { orders in
44
54
handlePresence(orders["my_order"].isInsideGeofence)
45
55
}
46
56
```
57
+
47
58
- Added partial support for Motion Activity
48
59
- Our SDK doesn’t ask for motion permission
49
60
- For SDK 5.7.0 and above, ` NSMotionUsageDescription ` in your ` Info.plist ` is required (even if permission is not asked).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
2
3
3
# Root specification
4
4
spec . name = "HyperTrack"
5
- spec . version = "5.8.0 "
5
+ spec . version = "5.8.1 "
6
6
spec . summary = "A Movement tracking SDK for iOS"
7
7
spec . description = "HyperTrack is a Movement tracking SDK"
8
8
spec . license = { :type => "Copyright" , :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }
Original file line number Diff line number Diff line change 3
3
import PackageDescription
4
4
5
5
let name = " HyperTrack "
6
- let version = " 5.8.0 "
6
+ let version = " 5.8.1 "
7
7
8
8
let package = Package (
9
9
name: name,
@@ -13,7 +13,7 @@ let package = Package(
13
13
. binaryTarget(
14
14
name: name,
15
15
url: " https://github.com/hypertrack/sdk-ios/releases/download/ \( version) / \( name) .xcframework.zip " ,
16
- checksum: " 1d0173deb7a413bb93aedfe82e464af6bcfe30b9b8a2a89709a55dec10e08938 "
16
+ checksum: " 1de500aba0c766184c79dc1e0685fe9ac06859e5d9c8c4e00b3d3b829c2e7dff "
17
17
)
18
18
] ,
19
19
swiftLanguageVersions: [ . v5]
You can’t perform that action at this time.
0 commit comments