Skip to content

Commit 9776ee5

Browse files
authored
Fix CHANGELOGs for everything GDT and FIRCD related (#3583)
* Fix CHANGELOGs for everything GDT and FIRCD related * Adjust order * Use github issue notation, hopefully. * Format like FirebaseCore.
1 parent 087e48b commit 9776ee5

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

Firebase/CoreDiagnostics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.1.0
1+
# v1.0.0
22
Initial Release--for Google use only. This library collects diagnostics and
33
usage data for internal use by Firebase. Data gathered by this library will
44
only be uploaded at most once every 24 hours whilst on mobile data, and more

GoogleDataTransport/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
# v0.2.0
1+
# v1.1.2
2+
- Add initial support for iOS 13.
3+
- Add initial support for Catalyst.
4+
5+
# v1.1.1
6+
- Fixes a crash in GDTUploadPackage and GDTStorage. (#3547)
7+
8+
# v1.1.0
9+
- Remove almost all NSAsserts and NSCAsserts for a better development
10+
experience. (#3530)
11+
12+
# v1.0.0
213
- Initial Release--for Google-use only. This library is the foundation of a
314
network transport layer that focuses on transparently and respectfully
415
transporting data that is collected for purposes that vary depending on the
516
adopting SDK. Primarily, we seek to reduce Firebase's impact on binary size,
617
mobile data consumption, and battery use for end users by aggregating collected
718
data and transporting it under ideal conditions. Users should expect to see an
819
increase in the number of Cocoapods/frameworks/libraries, but a decrease in
9-
binary size over time as our codebase becomes more modularized.
20+
binary size over time as our codebase becomes more modularized.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# v0.2.0
1+
# v1.0.1
2+
- Removed unused fields from firebasecore.proto.
3+
4+
# v1.0.0
25
- Initial Release--for Google-use only. This library adds support for the CCT
3-
Google backend.
6+
Google backend.

Interop/CoreDiagnostics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# v0.1.0
1+
# v1.0.0
22
- Initial Release--for Google-use only. This library defines the interface
33
needed to exchange data between FirebaseCore andFirebaseCoreDiagnostics.

0 commit comments

Comments
 (0)