File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
GoogleDataTransportCCTSupport Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
- # v0.1 .0
1
+ # v1.0 .0
2
2
Initial Release--for Google use only. This library collects diagnostics and
3
3
usage data for internal use by Firebase. Data gathered by this library will
4
4
only be uploaded at most once every 24 hours whilst on mobile data, and more
Original file line number Diff line number Diff line change 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
2
13
- Initial Release--for Google-use only. This library is the foundation of a
3
14
network transport layer that focuses on transparently and respectfully
4
15
transporting data that is collected for purposes that vary depending on the
5
16
adopting SDK. Primarily, we seek to reduce Firebase's impact on binary size,
6
17
mobile data consumption, and battery use for end users by aggregating collected
7
18
data and transporting it under ideal conditions. Users should expect to see an
8
19
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.
Original file line number Diff line number Diff line change 1
- # v0.2.0
1
+ # v1.0.1
2
+ - Removed unused fields from firebasecore.proto.
3
+
4
+ # v1.0.0
2
5
- Initial Release--for Google-use only. This library adds support for the CCT
3
- Google backend.
6
+ Google backend.
Original file line number Diff line number Diff line change 1
- # v0.1 .0
1
+ # v1.0 .0
2
2
- Initial Release--for Google-use only. This library defines the interface
3
3
needed to exchange data between FirebaseCore andFirebaseCoreDiagnostics.
You can’t perform that action at this time.
0 commit comments