Skip to content

Commit be2b6ed

Browse files
m166 mergeback (#7083)
Auto-generated PR for cleaning up release m166 NO_RELEASE_CHANGE Co-authored-by: rlazo <[email protected]>
1 parent 4d6e2db commit be2b6ed

File tree

8 files changed

+27
-9
lines changed

8 files changed

+27
-9
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.2.0
25
* [changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042)
36
* [feature] Added support for extra schema properties like `title`, `minItems`, `maxItems`, `minimum`
47
and `maximum`. As well as support for the `anyOf` schema. (#7013)
@@ -11,7 +14,6 @@
1114
* **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice` class.
1215
* [fixed] Fix incorrect model name in count token requests to the developer API backend
1316

14-
1517
# 16.0.0
1618
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous
1719
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported
@@ -29,3 +31,4 @@
2931

3032
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
3133
deprecation policy and could change in backwards-incompatible ways.
34+

firebase-ai/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.2.0
16-
latestReleasedVersion=16.1.0
15+
version=16.2.1
16+
latestReleasedVersion=16.2.0

firebase-dataconnect/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 16.0.3
25
* [fixed] Fixed occasional `NullPointerException` when registering with
36
FirebaseAuth, leading to erroneous UNAUTHENTICATED exceptions.
47
([#7001](https://github.com/firebase/firebase-android-sdk/pull/7001))
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=16.0.3
2-
latestReleasedVersion=16.0.2
1+
version=16.0.4
2+
latestReleasedVersion=16.0.3

firebase-messaging-directboot/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
3+
4+
# 24.1.2
25
* [unchanged] Updated to keep messaging SDK versions aligned.
36

47
# 24.1.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=24.1.2
2-
latestReleasedVersion=24.1.1
1+
version=24.1.3
2+
latestReleasedVersion=24.1.2
33
android.enableUnitTestBinaryResources=true

firebase-messaging/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Unreleased
2+
3+
4+
# 24.1.2
25
* [changed] Added a NamedThreadFactory to WithinAppServiceConnection's service
36
connection Executor.
47

8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-messaging` library. The Kotlin extensions library has no additional
12+
updates.
13+
514
# 24.1.1
615
* [changed] Bug fix in SyncTask to always unregister the receiver on the same
716
context on which it was registered.

firebase-messaging/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=24.1.2
2-
latestReleasedVersion=24.1.1
1+
version=24.1.3
2+
latestReleasedVersion=24.1.2
33
android.enableUnitTestBinaryResources=true

0 commit comments

Comments
 (0)