Skip to content

Commit

Permalink
Post release cleanup for m152 (#6212)
Browse files Browse the repository at this point in the history
Signed-off-by: David Motsonashvili <davidmotson@google.com>
Co-authored-by: davidmotson <davidmotson@users.noreply.github.com>
  • Loading branch information
davidmotson and davidmotson authored Aug 26, 2024
1 parent f4e5bd0 commit cc3bb8e
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 8 deletions.
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

0 comments on commit cc3bb8e

Please sign in to comment.