Skip to content

Commit 36ec0a8

Browse files
committed
Release 5.8.1
1 parent 0f2fda8 commit 36ec0a8

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
818
## [5.8.0] - 2024-09-05
919

1020
### Added
@@ -44,6 +54,7 @@ HyperTrack.subscribeToOrders { orders in
4454
handlePresence(orders["my_order"].isInsideGeofence)
4555
}
4656
```
57+
4758
- Added partial support for Motion Activity
4859
- Our SDK doesn’t ask for motion permission
4960
- For SDK 5.7.0 and above, `NSMotionUsageDescription` in your `Info.plist` is required (even if permission is not asked).

HyperTrack.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22

33
# Root specification
44
spec.name = "HyperTrack"
5-
spec.version = "5.8.0"
5+
spec.version = "5.8.1"
66
spec.summary = "A Movement tracking SDK for iOS"
77
spec.description = "HyperTrack is a Movement tracking SDK"
88
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let name = "HyperTrack"
6-
let version = "5.8.0"
6+
let version = "5.8.1"
77

88
let package = Package(
99
name: name,
@@ -13,7 +13,7 @@ let package = Package(
1313
.binaryTarget(
1414
name: name,
1515
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
16-
checksum: "1d0173deb7a413bb93aedfe82e464af6bcfe30b9b8a2a89709a55dec10e08938"
16+
checksum: "1de500aba0c766184c79dc1e0685fe9ac06859e5d9c8c4e00b3d3b829c2e7dff"
1717
)
1818
],
1919
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)