Skip to content
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
9 changes: 4 additions & 5 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased

- [fixed] Addressed minor reference documentation issues (#7399)
- [changed] Added classes `EnumValue` and `EnumValueSerializer`. These classes are identical to
those produced by the Data Connect code generator; however, a future version of the code generator
will start using these classes from the SDK rather than generating them.
([#7153](https://github.com/firebase/firebase-android-sdk/pull/7153))

# 17.0.1

Expand All @@ -9,11 +13,6 @@
`DataConnectOperationException` with message "decoding data from the server's response failed: An
unknown field for index -3" ([#7314](https://github.com/firebase/firebase-android-sdk/pull/7314))

* [changed] Added classes `EnumValue` and `EnumValueSerializer`. These classes are identical to
those produced by the Data Connect code generator; however, a future version of the code generator
will start using these classes from the SDK rather than generating them.
([#7153](https://github.com/firebase/firebase-android-sdk/pull/7153))

# 17.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 1 addition & 1 deletion firebase-dataconnect/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.2
version=17.1.0
latestReleasedVersion=17.0.1