Skip to content

Releases: PatilShreyas/generative-ai-kmp

v0.9.0-1.0.1

21 Sep 15:08
5a960f2
Compare
Choose a tag to compare

Fixes

Fix a mistake of not propagating responseMimeType and responseSchema to the request parameters. (Thanks to @takahirom for findings!)


Full Changelog: v0.9.0-1.0.0...v0.9.0-1.0.1

v0.9.0-1.0.0

21 Sep 09:24
c1fe685
Compare
Choose a tag to compare

Targeting to the changeset from v0.6.0 to v0.9.0 of an official SDK.

  • Changes from v0.6.0 google/generative-ai-android:

    • Add GenerateContentResponse#functionCalls and mark GenerateContentResponse#functionCall deprecated
    • Add support for responseMimeType
    • Fix proguard configuration for release builds (#139)
  • Changes from v0.7.0 google/generative-ai-android:

    • Added responseSchema to GenerationConfig.
    • Added responseMimeType sample usage to refdoc of GenerationConfig.
  • Changes from v0.8.0 google/generative-ai-android:

    • Make CountTokens contain the full request
    • Fix issue deserializing some function call responses (Issue #160)
  • Changes from v0.9.0 google/generative-ai-android:

    • Simplify function calling and remove provided function execution.
    • Add code execution tool.

Full Changelog: v0.5.0-1.0.0...v0.9.0-1.0.0

v0.9.0-1.0.1-wasm

21 Sep 15:08
374a7ee
Compare
Choose a tag to compare
v0.9.0-1.0.1-wasm Pre-release
Pre-release

Targeting to v0.9.0-1.0.1 with added support for WASM target.


Full Changelog: v0.9.0-1.0.0-wasm...v0.9.0-1.0.1-wasm

v0.9.0-1.0.0-wasm

21 Sep 09:28
a9020c7
Compare
Choose a tag to compare
v0.9.0-1.0.0-wasm Pre-release
Pre-release

Targeting to v0.9.0-1.0.0 with added support for WASM target.


Full Changelog: v0.5.0-1.0.0-wasm...v0.9.0-1.0.0-wasm

v0.5.0-1.0.0

04 May 10:32
bb2d555
Compare
Choose a tag to compare

Targeting to the changeset from v0.3.0 to v0.5.0 of an official SDK.

  • Changes from v0.3.0 google/generative-ai-android:

    • Add function calling
    • Make totalTokens in CountTokensResponse nullable
    • Keep argument positions
    • Implement error catching for unsupported Part types.
  • Changes from v0.4.0 google/generative-ai-android:

    • license field is now optional (nullable) in Citations
    • The default api version is now v1beta
    • Files uploaded using the File service can now be referenced in the prompt using the new FileDataPart
    • Implement error catching for unsupported Part types.
  • Changes from v0.5.0 google/generative-ai-android:

    • Remove usages of v1beta opt-in flag as the default api version is "v1beta"
    • Expose UsageMetadata in GenerateContentResponse
    • Fix parsing of UsageMetadata to address google-gemini#134

Full Changelog: v0.2.2-1.0.0...v0.5.0-1.0.0

v0.5.0-1.0.0-wasm

04 May 10:33
014fd3b
Compare
Choose a tag to compare
v0.5.0-1.0.0-wasm Pre-release
Pre-release

Targeting to v0.5.0-1.0.0 with added support for WASM target.


Full Changelog: v0.2.2-1.0.0-wasm...v0.5.0-1.0.0-wasm

v0.2.2-1.0.0

16 Mar 07:02
c53879d
Compare
Choose a tag to compare

Targeting to v0.2.2 of official SDK.

Changes from google/generative-ai-android:

  • Fix the issue causing Chat messages to fail due to missing role.

Full Changelog: v0.2.1-1.0.0...v0.2.2-1.0.0

v0.2.2-1.0.0-wasm

16 Mar 07:09
Compare
Choose a tag to compare
v0.2.2-1.0.0-wasm Pre-release
Pre-release

Targeting to v0.2.2-1.0.0 with added support for WASM target.


Full Changelog: v0.2.1-1.0.0-wasm...v0.2.2-1.0.0-wasm

v0.2.1-1.0.0

29 Feb 16:31
bd50eb5
Compare
Choose a tag to compare

Targetting to v0.2.1 of official SDK.

Changes from google/generative-ai-android:

  • Make "user" the default role in all requests
  • Add InvalidAPIKeyException
  • Add UnsupportedUserLocationException

Full Changelog: v0.2.0-1.0.0...v0.2.1-1.0.0

v0.2.1-1.0.0-wasm

29 Feb 16:32
Compare
Choose a tag to compare
v0.2.1-1.0.0-wasm Pre-release
Pre-release

Targeting to v0.2.1-1.0.0 with added support for WASM target.


Full Changelog: v0.2.0-1.0.0-wasm...v0.2.1-1.0.0-wasm