Skip to content

Commit 3b6e88b

Browse files
committed
Changelog
1 parent 11067bf commit 3b6e88b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Unreleased
1+
# v4.5.0
22
- [changed] Updated `fetchAndActivateWithCompletionHandler:` implementation to activate asynchronously. (#5617)
33
- [fixed] Remove undefined class via removing unused proto generated source files. (#4334)
44
- [added] Add an URLSession Partial Mock to enable testing without a backend. (#5633)
5+
- [added] Added activate API that returns a callback with an additional `bool` parameter indicating
6+
if the config has changed or not. The new API does not error if the console is unchanged. The old
7+
activate API with only an error parameter is deprecated and will be removed at the next major
8+
release. (#3586)
59

610
# v4.4.11
711
- [fixed] Fixed a bug where settings updates weren't applied before fetches. (#4740)

0 commit comments

Comments
 (0)