Skip to content

Commit 44ad975

Browse files
authored
Merge pull request #368 from Countly/staging-np
Staging np
2 parents 07e8fb3 + c4803a4 commit 44ad975

File tree

1 file changed

+6
-355
lines changed

1 file changed

+6
-355
lines changed

CHANGELOG.md

Lines changed: 6 additions & 355 deletions
Original file line numberDiff line numberDiff line change
@@ -1,356 +1,7 @@
1-
## 24.4.0
2-
* ! Minor breaking change ! Tracking of foreground and background time for APM is disabled by default
1+
## 24.4.0-np
2+
* This flavor is a "no Push Notification" variant of the Countly React Native SDK branched from the same version.
3+
* All FCM related code is removed.
4+
* All Push Notifications related methods would be ignored.
35

4-
* Added `disableAdditionalIntentRedirectionChecks` config method
5-
* Added a new metric for detecting whether or not a device has a hinge for Android
6-
* Added four new APM configuration options under the `CountlyConfig.apm` interface:
7-
* `enableForegroundBackgroundTracking` for enabling automatic F/B time tracking
8-
* `enableAppStartTimeTracking` for enabling automatic app launch time tracking (Android only)
9-
* `enableManualAppLoadedTrigger` for enabling the manipulation of app load time finished timestamp
10-
* `setAppStartTimestampOverride` for enabling the manipulation of app load time starting timestamp
11-
* Added a new Event interface (`Countly.events`) that groups event related calls:
12-
* `recordEvent` for recording an event
13-
* `startEvent` for starting a timed event
14-
* `cancelEvent` for canceling an ongoing timed event
15-
* `endEvent` for ending a timed event and record it
16-
17-
* Mitigated an issue with `getRemoteConfigValueForKeyP` and `remoteConfigClearValues` happening when they were called before initializing the SDK
18-
19-
* Deprecated `enableApm` config option. Use `apm.enableAppStartTimeTracking` instead (for iOS also `enableForegroundBackgroundTracking` must be used)
20-
* Deprecated the old events methods:
21-
* `sendEvent` use `Countly.events.recordEvent` instead
22-
* `startEvent` use `Countly.events.startEvent` instead
23-
* `cancelEvent` use `Countly.events.cancelEvent` instead
24-
* `endEvent` use `Countly.events.endEvent` instead
25-
26-
* Updated the underlying Android SDK version to 24.4.0
27-
* Updated the underlying iOS SDK version to 24.4.0
28-
29-
## 23.12.0
30-
* Added TS type declerations to the SDK
31-
32-
* Updated the underlying Android SDK version to 23.12.0
33-
* Updated the underlying iOS SDK version to 23.12.0
34-
35-
## 23.10.0
36-
* Fixed a bug where segment provided to 'logException' was ignored in Android devices
37-
* Fixed a bug where bridged SDK logs were not printing
38-
39-
* Removed the deprecated 'setViewTracking' method. (No replacement)
40-
* Removed the deprecated 'showFeedbackPopup' method. (replaced with 'presentRatingWidgetWithID')
41-
* Removed the deprecated 'getAvailableFeedbackWidgets' method. (replaced with 'feedback.getAvailableFeedbackWidgets')
42-
* Removed the deprecated 'presentFeedbackWidget' method. (replaced with 'feedback.presentFeedbackWidget')
43-
44-
* Underlying Android SDK version is 23.8.2
45-
* Underlying iOS SDK version is 23.8.2
46-
47-
## 23.8.1
48-
* Fixed bug where "presentFeedbackWidget" method would fail with "Property 'eventEmitter' doesn't exist" if callbacks are provided.
49-
50-
* Underlying Android SDK version is 23.8.2
51-
* Underlying iOS SDK version is 23.8.2
52-
53-
## 23.8.0
54-
* Added new Feedback interface (`Countly.feedback`) on the SDK interface that exposes the calls for feedback widgets.
55-
* Added Manual Reporting feature for the Feedback Widgets. This includes two new methods under the new Feedback interface:
56-
* 'getFeedbackWidgetData'
57-
* 'reportFeedbackWidgetManually'
58-
59-
* Fixed bug on Android devices for unhandled promise rejection on `getRemoteConfigValueForKeyP`.
60-
61-
* Underlying Android SDK version is 23.8.2
62-
* Underlying iOS SDK version is 23.8.2
63-
64-
## 23.6.1
65-
* Fixed bug for Android devices where "getRemoteConfigValueForKey" and "getRemoteConfigValueForKeyP" methods would return the RCData object.
66-
67-
* Underlying Android SDK version is 23.8.2
68-
* Underlying iOS SDK version is 23.8.2
69-
70-
## 23.6.0
71-
* !! Major breaking change !! 'start' and 'stop' calls have been deprecated. They will do nothing. The SDK will now automatically track sessions based on the app's time in the foreground.
72-
* ! Minor breaking change ! Remote config will now return previously downloaded values when remote-config consent is not given
73-
* ! Minor breaking change ! If a manual session is already started, it will not be possible to call "BeginSession" without stopping the previous one. Android only.
74-
* ! Minor breaking change ! If a manual session has not been started, it will not be possible to call "UpdateSession". Android only.
75-
* ! Minor breaking change ! If a manual session has not been started, it will not be possible to call "EndSession". Android only.
76-
77-
* The feedback widget API now can interract with Rating widgets
78-
* When getting the feedback widget list, now the "tag" field (accessed with the "tg" key) is also returned
79-
* Adding remaining request queue size information to every request
80-
* Adding SDK health check requests after init
81-
82-
* Deprecated `enableAttribution` in config
83-
84-
* Fixed bug in Android where recording views would force send all stored events
85-
86-
* Updated underlying Android SDK version to 23.8.2
87-
* Updated underlying iOS SDK version to 23.8.2
88-
89-
## 23.2.4
90-
* Added new method to the Countly Config Object 'setPushNotificationAccentColor' to set notification accent color.
91-
* Added 'setPushTokenType' and 'setPushNotificationChannel' calls to replace deprecated calls to the Countly Config Object.
92-
* Deprecated the following SDK call: 'CountlyConfig.pushTokenType'
93-
94-
* Underlying Android SDK version is 22.09.4
95-
* Underlying iOS SDK version is 23.02.2
96-
97-
## 23.2.3
98-
* Fixed bug where the push notification type was not correctly set during init
99-
100-
* Underlying Android SDK version is 22.09.4
101-
* Underlying iOS SDK version is 23.02.2
102-
103-
## 23.2.2
104-
* Fixed bug that caused an issue in the deprecated init call
105-
106-
* Underlying Android SDK version is 22.09.4
107-
* Underlying iOS SDK version is 23.02.2
108-
109-
## 23.2.1
110-
* Default max segmentation value count changed from 30 to 100
111-
* Fixed a bug on Android devices that prevented device ID to be changed when there is no consent given
112-
* Fixed a race condition bug by emptying event queue before sending user profile changes.
113-
114-
* Updated underlying Android SDK version to 22.09.4
115-
* Updated underlying iOS SDK version to 23.02.2
116-
117-
## 23.02.0
118-
* Added a new SDK initialization call 'initWithConfig', and a configuration object to configure it.
119-
* Added 'recordDirectAttribution' and 'recordIndirectAttribution' calls.
120-
* Added 'getDeviceIDType' call to fetch the device ID type.
121-
* Fixed a bug in IOS SDK that failed to correctly process temporary device id.
122-
* Deprecated the following SDK calls:
123-
* 'init'
124-
* 'pushTokenType'
125-
* 'configureIntentRedirectionCheck'
126-
* 'setLocationInit'
127-
* 'enableCrashReporting'
128-
* 'enableParameterTamperingProtection'
129-
* 'setRequiresConsent'
130-
* 'giveConsentInit'
131-
* 'setStarRatingDialogTexts'
132-
* 'enableApm'
133-
* 'enableAttribution'
134-
* 'recordAttributionID'
135-
136-
* Updated underlying Android SDK to version 22.09.3
137-
* Underlying iOS SDK version is 22.06.2
138-
139-
## 22.06.5
140-
* Added COUNTLY_EXCLUDE_PUSHNOTIFICATIONS flag in iOS React Native side to disable push notifications altogether.
141-
* Forwarding push callbacks to appDelegate if CountlyRNPushNotifications.m is acting as push notification delegate.
142-
* Underlying android SDK version is 22.06.2
143-
* Underlying iOS SDK version is 22.06.2
144-
145-
## 22.06.4
146-
* Fixed incorrect iOS push token type when passing "Countly.messagingMode.PRODUCTION" as token type.
147-
* Underlying android SDK version is 22.06.2
148-
* Underlying iOS SDK version is 22.06.2
149-
150-
## 22.06.3
151-
* Fixed a bug in Android SDK that would throw a null pointer exception when calling "CountlyPush.displayNotification " and CountlyPush was not initialized
152-
* Updated Underlying android SDK version to 22.06.2
153-
* Underlying iOS SDK version is 22.06.2
154-
155-
## 22.06.2
156-
* Fixed a bug in Android SDK that would throw a null pointer exception when calling "CountlyPush.onTokenRefresh" and CountlyPush was not initialized
157-
* Updated Underlying android SDK version to 22.06.1
158-
* Underlying iOS SDK version is 22.06.2
159-
160-
## 22.06.1
161-
* !! iOS Push notification action issue fixed. To handle the push notification action you need to add this new call "[CountlyReactNative startObservingNotifications];" in "AppDelegate.m"
162-
For more details please check the below mentioned link of "Handling push callbacks" section in Countly SDK documentation.
163-
https://support.count.ly/hc/en-us/articles/360037813231-React-Native-Bridge-#handling-push-callbacks
164-
* Underlying android SDK version is 22.06.0
165-
* Underlying iOS SDK version is 22.06.2
166-
167-
## 22.06.0
168-
* Added Feedback widget callbacks (widgetShown, widgetClosed and retrievedWidgets)
169-
* Updated underlying android SDK version to 22.06.0
170-
* Updated underlying iOS SDK version to 22.06.2
171-
172-
## 22.02.3
173-
* User profile added option to send bulk data in single request instead of individual request
174-
* Fixed isInitialized variable reset on hot reload
175-
* Underlying android SDK version is 22.02.3
176-
* Underlying iOS SDK version is 22.06.1
177-
178-
## 22.02.2
179-
* Added a way to add allowed package names for push notification intent security.
180-
* Added a way to add allowed class names for push notification intent security.
181-
* Updated underlying android SDK version to 22.02.3
182-
* Updated underlying iOS SDK version to 22.06.1
183-
184-
## 22.02.1
185-
* Fixed opening two intent for MainActivity when clicking on push notification with deep-link.
186-
* Updated underlying android SDK version to 22.02.1
187-
* Updated underlying iOS SDK version to 22.06.0
188-
189-
## 22.02.0
190-
* Fixed notification trampoline restrictions in Android 12 using reverse activity trampolining implementation.
191-
* Updated underlying android SDK version to 22.02.0
192-
* Underlying iOS SDK version is 21.11.2
193-
194-
## 21.11.2
195-
* Fixed iOS push notification open url issue when notification is cached.
196-
* Underlying android SDK version is 21.11.2
197-
* Underlying iOS SDK version is 21.11.2
198-
199-
## 21.11.1
200-
* Fixed bug that caused crashes when migrating from older versions on Android devices.
201-
* Updated underlying android SDK version to 21.11.2
202-
* Underlying iOS SDK version is 21.11.2
203-
204-
## 21.11.0
205-
* !! Major breaking change !! Deprecating "ADVERTISING_ID" as device ID generation strategy. SDK will fall back to 'OPEN_UDID'. All "ADVERTISING_ID" device ID's will have their type changed to "OPEN_UDID". If the device will have a "null" device ID, a random one will be generated.
206-
* !! Major breaking change !! Changing device ID without merging will now clear all consent. It has to be given again after this operation.
207-
* !! Major breaking change !! Entering temporary ID mode will now clear all consent. It has to be given again after this operation.
208-
* Device ID can now be changed when no consent is given
209-
* Push notification now display/use the sent badge number in Android. It's visualization depends on the launcher.
210-
* When recording internal events with 'recordEvent', the respective feature consent will now be checked instead of the 'events' consent.
211-
* Consent changes will now send the whole consent state and not just the "delta"
212-
* Added ability to add custom sound effect for android push notifications.
213-
* Added platform information to push actioned events
214-
* Fixed potential deadlock issue in Android.
215-
* Fixed possible SecTrustCopyExceptions leak in iOS
216-
* Deprecated 'askForFeedback' method. Added 'presentRatingWidgetWithID' method that should be used as it's replacement.
217-
* Updated minimum supported iOS versions to 10.0
218-
* Updated underlying android SDK version to 21.11.0
219-
* Updated underlying iOS SDK version to 21.11.2
220-
221-
## 20.11.16
222-
* Fixed push notification issue where some apps were unable to display push notifications in their kill state.
223-
* Underlying android SDK version is 20.11.12
224-
* Underlying iOS SDK version is 20.11.3
225-
226-
## 20.11.15
227-
* Adding a mitigation when app is killed and received push notifications.
228-
* Underlying android SDK version is 20.11.12
229-
* Underlying iOS SDK version is 20.11.3
230-
231-
## 20.11.14
232-
* Fixed a bug that threw an exception when logging a warning for "setUserData".
233-
* Underlying android SDK version is 20.11.12
234-
* Underlying iOS SDK version is 20.11.3
235-
236-
## 20.11.13
237-
* Updated the Android "compileSdkVersion" and "targetSdkVersion" to "31".
238-
* Adding the "exported" tag for the FCM service, required by Android 12.
239-
* Fixed an Android push bug due to "CLOSE_SYSTEM_DIALOGS" permission denial, related to Android 12.
240-
* Updated underlying android SDK to 20.11.12
241-
* Underlying iOS SDK version is 20.11.3
242-
243-
## 20.11.12
244-
* ! Minor breaking change ! Firebase dependency updated to version '22.0.0', replaced deprecated method to retrieve push token. This change now makes AndroidX mandatory.
245-
* Bintray respository inclusion removed.
246-
* Underlying android SDK is 20.11.11
247-
* Underlying iOS SDK version is 20.11.3
248-
249-
## 20.11.11
250-
* User profile issue fixed, user data was deleted for key if no value, null or undefined value was provided against that key.
251-
* Fixed an issue on Android devices where events would not be sent.
252-
* Updated underlying android SDK to 20.11.11
253-
* Updated underlying iOS SDK to 20.11.3
254-
255-
## 20.11.10
256-
* Error/crash stack parsing issue fixed for React-Native version >= 0.64
257-
* Underlying android SDK is 20.11.10
258-
* Underlying iOS SDK version is 20.11.1
259-
260-
## 20.11.9
261-
* Automatic crash reporting issue fixed.
262-
* Android background session logging issue fixed.
263-
* Updated underlying android SDK to 20.11.10
264-
* Underlying iOS SDK version is 20.11.1
265-
266-
## 20.11.8
267-
* For android devices, moving a push related broadcast receiver decleration to the manifest to comply with 'PendingIntent' checks from the Play store
268-
* Updated underlying android SDK to 20.11.9
269-
* Underlying iOS SDK version is 20.11.1
270-
271-
## 20.11.7
272-
* Added "setCustomMetrics" method to set the metrics you want to override
273-
274-
## 20.11.6
275-
* !! To handle the push notification you need to add the notifcation callback "didReceiveNotificationResponse" in your "AppDelegate.m" file and send the reponse to Countly SDK using this function "onNotificationResponse",
276-
for more details please check the below mentioned link of "Handling push callbacks" section in Countly SDK documentation.
277-
https://support.count.ly/hc/en-us/articles/360037813231-React-Native-Bridge-#handling-push-callbacks
278-
* Push notification action issue fixed when app is closed and user tap on notification.
279-
* Updated underlying android SDK to 20.11.8
280-
* Underlying iOS SDK version is 20.11.1
281-
282-
## 20.11.5
283-
* iOS thread safety added to make all function calls on main thread.
284-
285-
## 20.11.4
286-
* Android session start issue fixed.
287-
* Updated underlying android SDK to 20.11.5
288-
289-
## 20.11.4-RC2
290-
* Additional checks added in android for Google vulnerability issue.
291-
* INSTALL_REFERRER intent removed from SDK manifest file, for attribution analytics and install campaigns we recommend adding INSTALL_REFERRER intent in your application manifest file. Check documentation for more information.
292-
* Updated underlying android SDK to 20.11.5-RC
293-
294-
## 20.11.3
295-
* Added "disablePushNotifications" method to disable push notifications for iOS.
296-
* Updated underlying android SDK to 20.11.3
297-
298-
## 20.11.2
299-
* !! Due to cocoapods issue with Xcode 12, we have added the iOS SDK as source code instead of Pod. Due to that change,
300-
if you have already add the reference of files "CountlyNotificationService.h/m" then you need to update these files references by adding the files from "Pods/Development Pods/CountlyReactNative" and remove the old reference files.
301-
302-
## 20.11.1
303-
* Added "getFeedbackWidgets" method to get a list of available feedback widgets as array of object to handle multiple widgets of same type.
304-
* Added "presentFeedbackWidgetObject" to show/present a feedback widget with the combined widget object.
305-
* Deprecated "getAvailableFeedbackWidgets" method. Usinag this function it is not possible to see all the available feedback widgets. In case there are multiple ones for the same type, only the last one will be returned due to their id being overwritten in the type field.
306-
* Deprecated "presentFeedbackWidget" method.
307-
* Updated underlying android SDK to 20.11.2
308-
* Updated underlying ios SDK to 20.11.1
309-
310-
## 20.11.0
311-
* !! Due to cocoapods issue with Xcode 12, we have created a new temporary Pod with a fix for Countly iOS SDK and named it "CountlyPod".
312-
Due to that change if you have already add the reference of files "CountlyNotificationService.h/m" then you need to update these files references by adding the files from "CountlyPod" and remove the old reference files.
313-
* !! Consent change !! To use remote config, you now need to give "remote-config" consent
314-
* !! Push breaking changes !! Google play vulnerability issue fixed due to broadcast receiver for android push notification
315-
* Added Surveys and NPS feedback widgets
316-
* Added "replaceAllAppKeysInQueueWithCurrentAppKey" method to replace all app keys in queue with the current app key
317-
* Added "removeDifferentAppKeysFromQueue" method to remove all different app keys from the queue
318-
* Added "setStarRatingDialogTexts" method to set text's for different fields of star rating dialog
319-
* Added "setViewTracking" deprecated method back.
320-
* Example app updated with single plugin for both IDFA and App tracking permission for iOS.
321-
* Device id NSNull check added for iOS to fix the length on null crash.
322-
* Updated underlying android SDK to 20.11.0
323-
* Updated underlying ios SDK to 20.11.0
324-
325-
## 20.4.9
326-
* Hotfix for compilation issue
327-
328-
## 20.4.8
329-
* Added "recordAttributionID" call to support changes in iOS 14 related to App Tracking Permission.
330-
331-
## 20.4.7
332-
* Adding call to set consent during init
333-
334-
## 20.4.6
335-
* Adding APM calls
336-
* Adding functionality to enable attribution
337-
* Added call to retrieve the currently used device ID
338-
* Updated "init" call to async
339-
* Added "setLoggingEnabled" call
340-
* Added call to set location during init time
341-
* Fixed issues related to location tracking
342-
* Fixed issue where ios crash handling was enabled without enabling it
343-
* Deprecated "enableLogging" and "disableLogging" calls
344-
* Updated underlying android SDK to 20.04.5
345-
* Updated underlying ios SDK to 20.04.3
346-
347-
## 20.4.5
348-
* Fixed "onNotification" listener
349-
* Fixed a few issues with setting location
350-
* Fixed bug with push messaging modes
351-
* Reworked android push notifications (!! PREVIOUS ANDROID PUSH SETUP SHOULD BE REMOVED AFTER UPDATE !!)
352-
* Adding android star rating callback
353-
* Tweaked android push notifications to show up only in the notification bar
354-
* Fixed SDK version and SDK name metrics to show not the bridged SDK values but the ones from the react native SDK
355-
356-
* Please refer to this documentation for released work https://support.count.ly/hc/en*us/articles/360037813231*React*Native*Bridge*
6+
* The underlying Android SDK version is 24.4.0
7+
* The underlying iOS SDK version is 24.4.0

0 commit comments

Comments
 (0)