You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message": "[Infra] Move all infra dependencies to the catalog (#7355)\n\nGiven that all SDKs have a dependency on the infra SDKs (i.e.\n`firebase-annotations`, `firebase-components`, and `firebase-common`),\nit's easier to manage, update, and audit them if they are in a\ncentralized place. Moving them all to the version catalog.",
"message": "chore(firebaseai): Update changelog per release (#7321)\n\nRachel updated the changelog wording before shipping to firesite, and\nshe wanted the SDKs to update the wording in their SDK changelogs to\nmatch. This updates the relevant changelog entry (for limited-use\ntokens) to match.",
"message": "Add support for Code Execution (#7265)\n\nThis PR integrates code execution functionality into the Firebase AI\nLogic SDK. This enhancement enables developers to activate code\nexecution in their requests, providing visibility into the code snippets\nrun by the backend and their corresponding results.\n\nThis aligns with the functionality described in the official [Gemini API\ndocumentation on code\nexecution](https://ai.google.dev/gemini-api/docs/code-execution).\n\nChanges\nTool Class Enhancement: Implements a new function within the Tool class\nthat allows developers to enable the code execution feature in their\nrequests.",
"message": "add safety scores to image generation (#7322)\n\nhard coded to return image safety scores, as well as parse and provide\nthese to the developer.\n\n---------\n\nCo-authored-by: David Motsonashvili <[email protected]>",
"message": "[AI] Ignore, and log, unknown parts. (#7333)\n\nThe previoius approach, throwing an exception, was based on the\nassumption that unknown parts would be important parts of the response.\nThat would mean that new parts would force devs to update to SDK\nversions supporting them before using them. Actually, some times the\nparts returned by the model can be safely ignored.\n\nThis change modifies the behaviour to Log, as a warning, and ignore,\nrather than fail, if an unknown part is found when parsing the response.\n\nInternal b/441783876",
"message": "Updated HarmCategory (#7324)\n\nThere are a number of new HarmCategory values, this patch adds support\nfor parsing them all.\n\n---------\n\nCo-authored-by: David Motsonashvili <[email protected]>",
"message": "BIDI mini refactoring and new additions (#7267)\n\nThe PR does the following:\n- Introduce a new MissingPermissionsException which would be thrown\nincase the audio permission is not given by the end user.\n- Add helper functions to LiveSession to help the developer track if the\naudio session is running or not and if the underlying websocket\nconnection is active or not..",
"message": "[FAL] Update limited-use token docs (#7299)\n\nPer [b/440356335](https://b.corp.google.com/issues/440356335),\n\nThis updates the limited-use token related docs to point to the web page\nthat will go live with the release. Initially, it was planned for the\ndocs to go live when Unity released, but Rachel now intends to have them\nlive immediately -- with a note about Unity until they go live.\n\nThe updates are made per Rachel's recommendations and discussions in the\njavadoc CL/ALF doc.",
"message": "[Infra] Move all infra dependencies to the catalog (#7355)\n\nGiven that all SDKs have a dependency on the infra SDKs (i.e.\n`firebase-annotations`, `firebase-components`, and `firebase-common`),\nit's easier to manage, update, and audit them if they are in a\ncentralized place. Moving them all to the version catalog.",
"message": "Add Kotlindoc-only publishing and enable for Dataconnect (#7330)\n\nAdds a new field for firebase libraries to enable kotlindoc-only\npublishing if they publish docs. This has been enabled for Dataconnect\nas well. When this is enabled, no `android` folder is generated by\nDackka.",
"message": "[Infra] Move all infra dependencies to the catalog (#7355)\n\nGiven that all SDKs have a dependency on the infra SDKs (i.e.\n`firebase-annotations`, `firebase-components`, and `firebase-common`),\nit's easier to manage, update, and audit them if they are in a\ncentralized place. Moving them all to the version catalog.",
"message": "[Infra] Move all infra dependencies to the catalog (#7355)\n\nGiven that all SDKs have a dependency on the infra SDKs (i.e.\n`firebase-annotations`, `firebase-components`, and `firebase-common`),\nit's easier to manage, update, and audit them if they are in a\ncentralized place. Moving them all to the version catalog.",
"message": "Remove API checks that are always true/false. (#7356)\n\nAs part of the app start trace change, I noticed there were some API\nchecks which were always true/false.\n\n#nochangelog\n",
"message": "Refactor background start detection in app start traces (#7281)\n\nThis is a follow up of:\n- https://github.com/firebase/firebase-android-sdk/pull/7274\n- https://github.com/firebase/firebase-android-sdk/pull/7278\n\nFixes - https://github.com/firebase/firebase-android-sdk/issues/5920\n\nUpdated with the following changes:\n- Reduced the delay from 100ms to 50ms\n- Retained the behaviour where the timer is set only if\n`onActivityCreated` is never called.\n- Updated documentation",
0 commit comments