Skip to content

Commit 532162d

Browse files
authored
Update changelogs for M58 (#4135)
* Update changelogs for M58 * Remove link from Firestore changelog
1 parent 2c53bb9 commit 532162d

File tree

3 files changed

+35
-55
lines changed

3 files changed

+35
-55
lines changed

Firebase/Auth/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v6.3.1
2+
- [fixed] Removed usage of a deprecated property on iOS 13. (#4066)
3+
14
# v6.3.0
25
- [added] Added methods allowing developers to link and reauthenticate with federated providers. (#3971)
36

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 31 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
1-
Version 4.4.2
2-
==================================
1+
# v4.4.3
2+
- Removed existing usage of an internal deprecated API. (#3993)
3+
4+
# v4.4.2
35
- Fixed issue for outdated values for deleted config keys (#3745).
46

5-
Version 4.4.1
6-
==================================
7+
# v4.4.1
78
- Fix docs issue. (#3846)
89

9-
Version 4.3.0
10-
==================================
10+
# v4.3.0
1111
- Open source. (TBD)
1212
- Community macOS (#1674) and tvOS support.
1313
- Catalyst build support.
1414

15-
Version 4.2.2
16-
==================================
15+
# v4.2.2
1716
- Bug fix for a crash seen by some users (#3508)
1817
- Internal changes and stability improvements.
1918

20-
Version 4.2.1
21-
==================================
19+
# v4.2.1
2220
- Bug fix for a crash seen by some users. (#3344)
2321

24-
Version 4.2.0
25-
==================================
22+
# v4.2.0
2623
- Improved shared instance initialization sequence during 'FirebaseApp.configure()'.
2724

28-
Version 4.1.0
29-
==================================
25+
# v4.1.0
3026
- Async initialization with new API for ensuring initialization completed with completion handler.
3127
- Support for multiple active instances of Remote Config in the same app (Analytics only supported with default Firebase app instance).
3228
- All Remote Config API with explicit namespace are deprecated.
@@ -36,92 +32,73 @@ Version 4.1.0
3632
- New config settings for minimumFetchInterval and fetch timeout.
3733
- Async activate API with completion handler.
3834

39-
Version 4.0.0
40-
==================================
35+
# v4.0.0
4136
- 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.
4237

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.
4640

47-
Version 3.0.2
48-
==================================
41+
# v3.0.2
4942
- Bug fixes.
5043

51-
Version 3.0.1
52-
==================================
44+
# v3.0.1
5345
- Bug fix for a memory leak bug. (#488)
5446

5547

56-
Version 3.0.0
57-
==================================
48+
# v3.0.0
5849
- Change the designated initializer for FIRRemoteConfigSettings to return a nonnull FIRRemoteConfigSettings object.
5950

60-
Version 2.1.3
61-
==================================
51+
# v2.1.3
6252
- Improve documentation on GDPR usage.
6353

64-
Version 2.1.2
65-
==================================
54+
# v2.1.2
6655
- Improve language targeting. Simplied Chinese (zh_hans) and Traditional Chinese (Taiwan) (zh_TW) language targeting should also be more accurate.
6756

68-
Version 2.1.1
69-
==================================
57+
# v2.1.1
7058
- Fix an issue that throttle rate drops during developer mode.
7159
- Replaced FIR_SWIFT_NAME with NS_SWIFT_NAME.
7260

73-
Version 2.1.0
74-
==================================
61+
# v2.1.0
7562
- Add ABTesting feature to allow developers to run experiments using Remote Config.
7663

77-
Version 2.0.3
78-
==================================
64+
# v2.0.3
7965
- Resolved an issue that config values are not updating correctly when targeted by a user property condition.
8066

81-
Version 2.0.2
82-
==================================
67+
# v2.0.2
8368
- 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.
8469

85-
Version 2.0.1
86-
==================================
70+
# v2.0.1
8771
- Add a warning message if a plist file can't be found when setting default values from it.
8872
- Internal clean up removing code for testing that is no longer used.
8973

90-
Version 2.0.0
91-
==================================
74+
# v2.0.0
9275
- Change Swift API names to better align with Swift convention.
9376
- Change Error message to debug message when getting InstanceID operation is in progress as this is an expected behavior.
9477

95-
Version 1.3.4
96-
==================================
78+
# v1.3.4
9779
- Fix the issue with Remote Config getting an incorrect configuration when user configured multiple projects.
9880
- Fix the issue with existing users getting empty config results.
9981

100-
Version 1.3.3
101-
==================================
82+
# v1.3.3
10283
- Switches to the new Protobuf from ProtocolBuffers2.
10384

104-
Version 1.3.2
105-
==================================
85+
# v1.3.2
10686
Resolved Issues:
10787
- Fix an issue that activateFetched called when app starts will remove cached results.
10888
- Fix an issue that multiple fetches without activateFetched will not get recent changes.
10989

110-
Version 1.3.1
111-
==================================
90+
# v1.3.1
11291
Resolved Issues:
11392
- Better documentation on the public headers.
11493

115-
Version 1.3.0
116-
==================================
94+
# v1.3.0
11795
Features:
11896
- Support user property targeting for analytics abilities.
11997

12098
Resolved Issues:
12199
- Fix critical crashes due to concurrent fetches, make it more thread safe.
122100

123-
Version 1.2.0
124-
==================================
101+
# v1.2.0
125102
Features:
126103
- Add two new API methods to allow developers to get all the keys based on a key prefix.
127104

@@ -130,6 +107,5 @@ Resolved Issues:
130107
- Clarify the confusion on the documents of activateFetched method.
131108
- Correct the cast error in the comment of remoteConfig method.
132109

133-
Version 1.1.1
134-
==================================
110+
# v1.1.1
135111
Initial release in Google I/O 2016.

scripts/make_release_notes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'Firebase/Storage/CHANGELOG.md': '{{storage}}',
3939
'Firestore/CHANGELOG.md': '{{firestore}}',
4040
'Functions/CHANGELOG.md': '{{cloud_functions}}',
41+
'FirebaseRemoteConfig/CHANGELOG.md': '{{remote_config}}',
4142

4243
# 'Firebase/InAppMessagingDisplay/CHANGELOG.md': '?',
4344
# 'GoogleDataTransport/CHANGELOG.md': '?',

0 commit comments

Comments
 (0)