Skip to content

Commit b6bda07

Browse files
authored
Update CHANGELOGs and GDT versions and dependencies (#5354)
* Update CHANGELOGs and GDT versions and dependencies * Update FIRCD CHANGELOG as well * remove unreleased section from changelogs
1 parent c049f74 commit b6bda07

File tree

8 files changed

+17
-10
lines changed

8 files changed

+17
-10
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-
# Unreleased
1+
# v1.2.3
22
- Remove usage of memcpy and convert calls from malloc to calloc.
33

44
# v1.2.2

FirebaseCoreDiagnostics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ non-Cocoapod integration. This library also respects the Firebase global data co
4646
s.framework = 'Foundation'
4747

4848
s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 1.2'
49-
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0'
49+
s.dependency 'GoogleDataTransportCCTSupport', '~> 3.0'
5050
s.dependency 'GoogleUtilities/Environment', '~> 6.5'
5151
s.dependency 'GoogleUtilities/Logger', '~> 6.5'
5252
s.dependency 'nanopb', '~> 0.3.901'

FirebaseCrashlytics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Pod::Spec.new do |s|
4545
s.dependency 'FirebaseInstallations', '~> 1.1'
4646
s.dependency 'FirebaseAnalyticsInterop', '~> 1.2'
4747
s.dependency 'PromisesObjC', '~> 1.2'
48-
s.dependency 'GoogleDataTransport', '~> 5.1', '>= 5.1.1'
49-
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0', '>= 2.0.2'
48+
s.dependency 'GoogleDataTransport', '~> 6.0'
49+
s.dependency 'GoogleDataTransportCCTSupport', '~> 3.0'
5050
s.dependency 'nanopb', '~> 0.3.901'
5151

5252
s.libraries = 'c++', 'z'

FirebaseInAppMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See more product details at https://firebase.google.com/products/in-app-messagin
4444
s.dependency 'FirebaseCore', '~> 6.2'
4545
s.ios.dependency 'FirebaseAnalyticsInterop', '~> 1.3'
4646
s.dependency 'FirebaseInstallations', '~> 1.1'
47-
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0'
47+
s.dependency 'GoogleDataTransportCCTSupport', '~> 3.0'
4848
s.dependency 'FirebaseABTesting', '~> 3.2'
4949
s.dependency 'GoogleUtilities/Environment', '~> 6.5'
5050

GoogleDataTransport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleDataTransport'
3-
s.version = '5.1.1'
3+
s.version = '6.0.0'
44
s.summary = 'Google iOS SDK data transport.'
55

66
s.description = <<-DESC

GoogleDataTransport/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Unreleased
1+
# v6.0.0
2+
- Internal refactor to change storage to a protocol.
3+
4+
# v5.1.1
25
- Remove usage of memcpy and convert calls from malloc to calloc.
36
- Fixes a race condition likely to occur when removing events.
47

GoogleDataTransportCCTSupport.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'GoogleDataTransportCCTSupport'
4-
s.version = '2.0.2'
4+
s.version = '3.0.0'
55
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'
66

77

@@ -36,7 +36,7 @@ Support library to provide event prioritization and uploading for the GoogleData
3636

3737
s.libraries = ['z']
3838

39-
s.dependency 'GoogleDataTransport', '~> 5.1'
39+
s.dependency 'GoogleDataTransport', '~> 6.0'
4040
s.dependency 'nanopb', '~> 0.3.901'
4141

4242
header_search_paths = {

GoogleDataTransportCCTSupport/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Unreleased
1+
# v3.0.0
2+
- Fixes unsynchronized access to prioritizer internals. (#5312)
3+
- Internal refactor to change storage to a protocol.
4+
5+
# v2.0.2
26
- Remove usage of memcpy and convert calls from malloc to calloc.
37

48
# v2.0.1

0 commit comments

Comments
 (0)