Skip to content

Post release cleanup for m152 #6212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions firebase-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Unreleased


# 18.0.1
* [fixed] updated proguard rules to keep component registrar working with newer proguard versions.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-components` library. The Kotlin extensions library has no additional
updates.

# 17.1.2
* [changed] Internal changes to ensure only one interface is provided for
kotlinx.coroutines.CoroutineDispatcher interfaces when both firebase-common and
firebase-common-ktx provide them.

4 changes: 2 additions & 2 deletions firebase-components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=18.0.1
latestReleasedVersion=18.0.0
version=18.0.2
latestReleasedVersion=18.0.1
10 changes: 10 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Unreleased


# 25.1.0
* [feature] Add support for the VectorValue type. [#6154](//github.com/firebase/firebase-android-sdk/pull/6154)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates.

# 25.0.0
* [feature] Enable queries with range & inequality filters on multiple fields. [#5729](//github.com/firebase/firebase-android-sdk/pull/5729)
* [changed] Internal improvements.
* [feature] Support conversion between `java.time.Instant` and `Timestamp` [#5853](//github.com/firebase/firebase-android-sdk/pull/5853)


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
Expand Down
4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=25.0.1
latestReleasedVersion=25.0.0
version=25.1.1
latestReleasedVersion=25.1.0
3 changes: 3 additions & 0 deletions firebase-messaging-directboot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased


# 24.0.1
* [unchanged] Updated to keep messaging SDK versions aligned.

# 24.0.0
* [changed] Bump internal dependencies

Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging-directboot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.0.1
latestReleasedVersion=24.0.0
version=24.0.2
latestReleasedVersion=24.0.1
android.enableUnitTestBinaryResources=true
9 changes: 9 additions & 0 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Unreleased


# 24.0.1
* [changed] Retry Topic Subscribe/Unsubscribe operations with exponential
backoff if they hit a quota error.
* [changed] Checked for notification_open duplicate logging based on message ID
instead of the Activity's Intent.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-messaging` library. The Kotlin extensions library has no additional
updates.

# 24.0.0
* [changed] Switched Firelog to use the new TransportBackend.
* [changed] Log analytics for notifications displayed by Google Play services on
Expand Down
4 changes: 2 additions & 2 deletions firebase-messaging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=24.0.1
latestReleasedVersion=24.0.0
version=24.0.2
latestReleasedVersion=24.0.1
android.enableUnitTestBinaryResources=true
Loading