Explorar el Código

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.
Michael Haney hace 6 años
padre
commit
9776ee54ba

+ 1 - 1
Firebase/CoreDiagnostics/CHANGELOG.md

@@ -1,4 +1,4 @@
-# v0.1.0
+# v1.0.0
 Initial Release--for Google use only. This library collects diagnostics and
 usage data for internal use by Firebase. Data gathered by this library will
 only be uploaded at most once every 24 hours whilst on mobile data, and more

+ 13 - 2
GoogleDataTransport/CHANGELOG.md

@@ -1,4 +1,15 @@
-# v0.2.0
+# v1.1.2
+- Add initial support for iOS 13.
+- Add initial support for Catalyst.
+
+# v1.1.1
+- Fixes a crash in GDTUploadPackage and GDTStorage. (#3547)
+
+# v1.1.0
+- Remove almost all NSAsserts and NSCAsserts for a better development
+experience. (#3530)
+
+# v1.0.0
 - Initial Release--for Google-use only. This library is the foundation of a
 network transport layer that focuses on transparently and respectfully
 transporting data that is collected for purposes that vary depending on the
@@ -6,4 +17,4 @@ adopting SDK. Primarily, we seek to reduce Firebase's impact on binary size,
 mobile data consumption, and battery use for end users by aggregating collected
 data and transporting it under ideal conditions. Users should expect to see an
 increase in the number of Cocoapods/frameworks/libraries, but a decrease in
-binary size over time as our codebase becomes more modularized.
+binary size over time as our codebase becomes more modularized.

+ 5 - 2
GoogleDataTransportCCTSupport/CHANGELOG.md

@@ -1,3 +1,6 @@
-# v0.2.0
+# v1.0.1
+- Removed unused fields from firebasecore.proto.
+
+# v1.0.0
 - Initial Release--for Google-use only. This library adds support for the CCT
-Google backend.
+Google backend.

+ 1 - 1
Interop/CoreDiagnostics/CHANGELOG.md

@@ -1,3 +1,3 @@
-# v0.1.0
+# v1.0.0
 - Initial Release--for Google-use only. This library defines the interface
 needed to exchange data between FirebaseCore andFirebaseCoreDiagnostics.