You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed existing usage of an internal deprecated API. (#3993)
3
+
4
+
# v4.4.2
3
5
- Fixed issue for outdated values for deleted config keys (#3745).
4
6
5
-
Version 4.4.1
6
-
==================================
7
+
# v4.4.1
7
8
- Fix docs issue. (#3846)
8
9
9
-
Version 4.3.0
10
-
==================================
10
+
# v4.3.0
11
11
- Open source. (TBD)
12
12
- Community macOS (#1674) and tvOS support.
13
13
- Catalyst build support.
14
14
15
-
Version 4.2.2
16
-
==================================
15
+
# v4.2.2
17
16
- Bug fix for a crash seen by some users (#3508)
18
17
- Internal changes and stability improvements.
19
18
20
-
Version 4.2.1
21
-
==================================
19
+
# v4.2.1
22
20
- Bug fix for a crash seen by some users. (#3344)
23
21
24
-
Version 4.2.0
25
-
==================================
22
+
# v4.2.0
26
23
- Improved shared instance initialization sequence during 'FirebaseApp.configure()'.
27
24
28
-
Version 4.1.0
29
-
==================================
25
+
# v4.1.0
30
26
- Async initialization with new API for ensuring initialization completed with completion handler.
31
27
- Support for multiple active instances of Remote Config in the same app (Analytics only supported with default Firebase app instance).
32
28
- All Remote Config API with explicit namespace are deprecated.
@@ -36,92 +32,73 @@ Version 4.1.0
36
32
- New config settings for minimumFetchInterval and fetch timeout.
37
33
- Async activate API with completion handler.
38
34
39
-
Version 4.0.0
40
-
==================================
35
+
# v4.0.0
41
36
- FirebaseAnalytics is no longer a hard dependency in the RemoteConfig pod. If you were installing Remote Config via pod ''Firebase/RemoteConfig'', you should add 'pod 'Firebase/Analytics'' to the Podfile to maintain full RemoteConfig functionality. If you previously have 'pod 'Firebase/Core'' in the Podfile, no change is necessary. No major changes to functionality.
42
37
43
-
Version 3.1.0
44
-
==================================
45
-
- Internal changes to support the new version of Firebase Performance SDK.
38
+
# v3.1.0
39
+
- Internal changes to support the new # vof Firebase Performance SDK.
46
40
47
-
Version 3.0.2
48
-
==================================
41
+
# v3.0.2
49
42
- Bug fixes.
50
43
51
-
Version 3.0.1
52
-
==================================
44
+
# v3.0.1
53
45
- Bug fix for a memory leak bug. (#488)
54
46
55
47
56
-
Version 3.0.0
57
-
==================================
48
+
# v3.0.0
58
49
- Change the designated initializer for FIRRemoteConfigSettings to return a nonnull FIRRemoteConfigSettings object.
59
50
60
-
Version 2.1.3
61
-
==================================
51
+
# v2.1.3
62
52
- Improve documentation on GDPR usage.
63
53
64
-
Version 2.1.2
65
-
==================================
54
+
# v2.1.2
66
55
- Improve language targeting. Simplied Chinese (zh_hans) and Traditional Chinese (Taiwan) (zh_TW) language targeting should also be more accurate.
67
56
68
-
Version 2.1.1
69
-
==================================
57
+
# v2.1.1
70
58
- Fix an issue that throttle rate drops during developer mode.
71
59
- Replaced FIR_SWIFT_NAME with NS_SWIFT_NAME.
72
60
73
-
Version 2.1.0
74
-
==================================
61
+
# v2.1.0
75
62
- Add ABTesting feature to allow developers to run experiments using Remote Config.
76
63
77
-
Version 2.0.3
78
-
==================================
64
+
# v2.0.3
79
65
- Resolved an issue that config values are not updating correctly when targeted by a user property condition.
80
66
81
-
Version 2.0.2
82
-
==================================
67
+
# v2.0.2
83
68
- Fix an issue that prevent app from crashing when main bundle ID is missing. Also notify developers remote config might not work if main bundle ID is missing.
84
69
85
-
Version 2.0.1
86
-
==================================
70
+
# v2.0.1
87
71
- Add a warning message if a plist file can't be found when setting default values from it.
88
72
- Internal clean up removing code for testing that is no longer used.
89
73
90
-
Version 2.0.0
91
-
==================================
74
+
# v2.0.0
92
75
- Change Swift API names to better align with Swift convention.
93
76
- Change Error message to debug message when getting InstanceID operation is in progress as this is an expected behavior.
94
77
95
-
Version 1.3.4
96
-
==================================
78
+
# v1.3.4
97
79
- Fix the issue with Remote Config getting an incorrect configuration when user configured multiple projects.
98
80
- Fix the issue with existing users getting empty config results.
99
81
100
-
Version 1.3.3
101
-
==================================
82
+
# v1.3.3
102
83
- Switches to the new Protobuf from ProtocolBuffers2.
103
84
104
-
Version 1.3.2
105
-
==================================
85
+
# v1.3.2
106
86
Resolved Issues:
107
87
- Fix an issue that activateFetched called when app starts will remove cached results.
108
88
- Fix an issue that multiple fetches without activateFetched will not get recent changes.
109
89
110
-
Version 1.3.1
111
-
==================================
90
+
# v1.3.1
112
91
Resolved Issues:
113
92
- Better documentation on the public headers.
114
93
115
-
Version 1.3.0
116
-
==================================
94
+
# v1.3.0
117
95
Features:
118
96
- Support user property targeting for analytics abilities.
119
97
120
98
Resolved Issues:
121
99
- Fix critical crashes due to concurrent fetches, make it more thread safe.
122
100
123
-
Version 1.2.0
124
-
==================================
101
+
# v1.2.0
125
102
Features:
126
103
- Add two new API methods to allow developers to get all the keys based on a key prefix.
127
104
@@ -130,6 +107,5 @@ Resolved Issues:
130
107
- Clarify the confusion on the documents of activateFetched method.
131
108
- Correct the cast error in the comment of remoteConfig method.
0 commit comments