File tree Expand file tree Collapse file tree 6 files changed +27
-6
lines changed Expand file tree Collapse file tree 6 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 11# Unreleased
2+
3+
4+ # 16.0.0
5+ * [ changed] Removed the "beta" suffix from the version of the Firebase Data
6+ Connect Android SDK, thus graduating it from "beta" to "generally available".
7+ ([ #6792 ] ( https://github.com/firebase/firebase-android-sdk/pull/6792 ) )
28* [ changed] DataConnectOperationException added, enabling support for partial
39 errors; that is, any data that was received and/or was able to be decoded is
410 now available via the "response" property of the exception thrown when a
7783 ([ #6299 ] ( https://github.com/firebase/firebase-android-sdk/pull/6299 ) )
7884* [ changed] Added ` equals ` and ` hashCode ` methods to ` GeneratedConnector ` .
7985 ([ #6177 ] ( https://github.com/firebase/firebase-android-sdk/pull/6177 ) )
86+
Original file line number Diff line number Diff line change 1- version =16.0.0
2- latestReleasedVersion =16.0.0-beta05
1+ version =16.0.1
2+ latestReleasedVersion =16.0.0
Original file line number Diff line number Diff line change 11# Unreleased
2+
3+
4+ # 21.2.1
25* [ fixed] Fixed issue that caused the SDK to crash when trying to stream a function that does not exist.
36
7+
8+ ## Kotlin
9+ The Kotlin extensions library transitively includes the updated
10+ ` firebase-functions ` library. The Kotlin extensions library has no additional
11+ updates.
12+
413# 21.2.0
514* [ feature] Streaming callable functions are now supported.
615* [ fixed] Fixed an issue that prevented the App Check token from being handled correctly in case of error.
@@ -235,3 +244,4 @@ updates.
235244optional region to override the default "us-central1".
236245* [ feature] New ` useFunctionsEmulator ` method allows testing against a local
237246instance of the [ Cloud Functions Emulator] ( https://firebase.google.com/docs/functions/local-emulator ) .
247+
Original file line number Diff line number Diff line change 1- version =21.2.1
2- latestReleasedVersion =21.2.0
1+ version =21.2.2
2+ latestReleasedVersion =21.2.1
33android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 11# Unreleased
2+
3+
4+ # 16.3.0
25* [ feature] Emits a warning when attempting to use an incompatible model with
36 ` GenerativeModel ` or ` ImagenModel ` .
47* [ changed] Added new exception type for quota exceeded scenarios.
7982* [ feature] Added support for ` responseMimeType ` in ` GenerationConfig ` .
8083* [ changed] Renamed ` GoogleGenerativeAIException ` to ` FirebaseVertexAIException ` .
8184* [ changed] Updated the KDocs for various classes and functions.
85+
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- version =16.3.0
16- latestReleasedVersion =16.2 .0
15+ version =16.3.1
16+ latestReleasedVersion =16.3 .0
You can’t perform that action at this time.
0 commit comments