File tree Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 16.0.0
2
5
* [ changed] DataConnectOperationException added, enabling support for partial
3
6
errors; that is, any data that was received and/or was able to be decoded is
4
7
now available via the "response" property of the exception thrown when a
77
80
([ #6299 ] ( https://github.com/firebase/firebase-android-sdk/pull/6299 ) )
78
81
* [ changed] Added ` equals ` and ` hashCode ` methods to ` GeneratedConnector ` .
79
82
([ #6177 ] ( https://github.com/firebase/firebase-android-sdk/pull/6177 ) )
83
+
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 1
1
# Unreleased
2
+
3
+
4
+ # 21.2.1
2
5
* [ fixed] Fixed issue that caused the SDK to crash when trying to stream a function that does not exist.
3
6
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
+
4
13
# 21.2.0
5
14
* [ feature] Streaming callable functions are now supported.
6
15
* [ fixed] Fixed an issue that prevented the App Check token from being handled correctly in case of error.
@@ -235,3 +244,4 @@ updates.
235
244
optional region to override the default "us-central1".
236
245
* [ feature] New ` useFunctionsEmulator ` method allows testing against a local
237
246
instance 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
3
3
android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+
4
+ # 16.3.0
2
5
* [ feature] Emits a warning when attempting to use an incompatible model with
3
6
` GenerativeModel ` or ` ImagenModel ` .
4
7
* [ changed] Added new exception type for quota exceeded scenarios.
79
82
* [ feature] Added support for ` responseMimeType ` in ` GenerationConfig ` .
80
83
* [ changed] Renamed ` GoogleGenerativeAIException ` to ` FirebaseVertexAIException ` .
81
84
* [ changed] Updated the KDocs for various classes and functions.
85
+
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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