Skip to content

Commit

Permalink
feat: release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GIOSDK committed May 7, 2024
1 parent 0ec1ab0 commit da7c57c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
36 changes: 22 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
# [4.3.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.2.0...4.3.0) (2024-05-07)


### Bug Fixes

* add limit of events data length when query from db ([#304](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/304)) ([d54bef0](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/d54bef0b7a7646973f2730fe84efc9ac41353367))
* add privacy manifest for watchOS/tvOS/visionOS platform ([#303](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/303)) ([3ce88fc](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/3ce88fc237eb13a4ec90432dba27899d2a836115))
* **autotrack:** ignore pages in GioKit by moving autotrackAllPages logic to viewDidLoad ([#302](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/302)) ([59e5cdd](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/59e5cdd29b1decaf0ce229a72066f06ee053f1d6))
* **perf:** func growingHelper_beautifulJsonString waste a lot of cpu time ([#312](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/312)) ([f8150cb](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/f8150cb4955f0b015c6bb5f17e4d81a1170f66f2))
* UICollectionView/UITableView swizzle bug ([#316](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/316)) ([0ec1ab0](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0ec1ab088dfcaf4e8ade23a096d1934c432cad46))
* **v2Adapter:** 兼容更多老 SaaS 的属性值的类型 ([#307](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/307)) ([f2f032b](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/f2f032bdd1569454378abac615a65b61815b496a))


### Features

* add set dynamic generalProps generator ([#308](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/308)) ([bec7290](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/bec729034d12467fa97fa101e5bb3e32cb133021))
* data validity period ([#310](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/310)) ([a52fefa](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/a52fefa7a7bf7a3590c49c501f193449aa94f631))
* watchOS/tvOS/visionOS/SwiftUI support ([#300](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/300)) ([0ef1b26](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0ef1b260915febb12b080edac0f5b13e08b1e592))



# [4.2.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.1.0...4.2.0) (2024-03-14)


### Features

* **autotrack:** autotrack-page white list ([#301](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/301)) ([5cb409b](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/5cb409b7fbabf6256a91670a1bd5db4843f8b1ac))
* release 4.2.0 ([4fad445](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/4fad4457f46e3525f0b46a1e437e2b826708eaba))



Expand Down Expand Up @@ -55,17 +77,3 @@



# [4.0.0-beta.1](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.0.0-beta...4.0.0-beta.1) (2023-10-26)


### Bug Fixes

* xcontent in list ([#287](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/287)) ([569f7ca](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/569f7ca7287a6800b9f89254a97cd4202f93756e))


### Features

* add generalProps APIs ([#286](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/286)) ([e60f1fa](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/e60f1faaf9e50920c5cf5524d4e900fc54d90b3f))



2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '4.2.0'
s.version = '4.3.0'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
4 changes: 2 additions & 2 deletions GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"4.2.0";
const int GrowingTrackerVersionCode = 40200;
NSString *const GrowingTrackerVersionName = @"4.3.0";
const int GrowingTrackerVersionCode = 40300;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit da7c57c

Please sign in to comment.