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": "[AI] Remove `PublicPreviewAPI` annotation for image generation (#7425)\n\nThe API surface is graduating to GA. It does not include imagen editing\nfeatures. Those still require the opt-in annotation to be used.",
"message": "[FirebaseAI] Add support for URL context (#7401)\n\nAPI proposal: [go/alf-urlcontext-api](http://go/alf-urlcontext-api)\n(internal)\n\nChanges:\n- Added `UrlContext` and `Tool.urlContext()` static initializer\n- Added `UrlContextMetadata` to `Candidate`.\n- Added `toolUsePromptTokenCount` and `toolUsePromptTokensDetails`,\nwhich will be populated when using Google Search, Code Execution, or URL\nContext.\n- Adjusted `GroundingMetadata` documentation. It used to only be used by\nGoogle Search, now it can be used by either Google Search or URL\ncontext- reworded a couple things to reflect this.\n\n---------\n\nCo-authored-by: Rodrigo Lazo <[email protected]>",
"message": "[ALF] Deprecate `UsageMetadata` public constructor (#7420)\n\nThe class was never meant to be instantiated by clients. The public\nconstructor is now marked as deprecated and will be removed in a\nupcoming major version bump.\n\nAdditionally, the PR includes an unused parameter in the internal\nversion to get the code to build. It will be removed in a upcoming\nchange were an actual new parameter, exclusive to the internal\nconstructor, is added.",
"message": "[AI] Update changelog entries to include PR number (#7414)\n\nAdding the PR number to the changelog entry helps track down changes\nwhen necessary.",
"message": "More details about the channel was closed exception (#7412)\n\nWhen the channel is closed by the server currently there is not much the\ndeveloper can tell why its closed. This PR adds more details about why\nthe channel was closed.",
"message": "Fix AI Compile Tests (#7386)\n\nPrevious compile test behavior was commented out during development of\ndaily AI testing, this re-enables it.",
"message": "[AI] Remove `CandidateCount` form `LiveGenerationConfig` (#7382)\n\nThe parameter is not only unused, but can cause an error in the backend\nif specified.\n\nInternal b/439861714",
"message": "[Infra] Update how we declare kotlin compiler options (#7372)\n\nKotlin compiler options should be specified using the kotlin block\ninstead of the `kotlinOptions` within `android`. See\n\nhttps://youtrack.jetbrains.com/issue/KT-27301/Expose-compiler-flags-via-Gradle-lazy-properties\nand https://b.corp.google.com/issues/247544167. This applies to how\nthe JVM target is declared.\n\nAdditionally, there's a better way to declare free compiler args, in\nour case to forche the explicit api flag to be \"strict\".",
"message": "[DataConnect] Add changelog entry for #7399 (#7428)\n\nThe changes in PR #7399 are only kdoc fixes, but will be included in the\nnext release and need to have an entry in the changelog.",
"message": "[Infra] Update how we declare kotlin compiler options (#7372)\n\nKotlin compiler options should be specified using the kotlin block\ninstead of the `kotlinOptions` within `android`. See\n\nhttps://youtrack.jetbrains.com/issue/KT-27301/Expose-compiler-flags-via-Gradle-lazy-properties\nand https://b.corp.google.com/issues/247544167. This applies to how\nthe JVM target is declared.\n\nAdditionally, there's a better way to declare free compiler args, in\nour case to forche the explicit api flag to be \"strict\".",
"message": "firestore: re-write BackgroundQueue to NOT use the deprecated AsyncTask thread pool (#7376)\n\nThis change results in a significant performance improvement of queries\nwith a large number of documents in their result set.\n\nIn my testing, the performance improved by 91% from 3022 ms down to 265\nms on a real device! For some reason, there were _no_ performance gains\non the Android emulator. This must have something to do with how\ndifferent Android OS versions manage the threads in the (deprecated)\nAsyncTask thread pool.\n\nThe test environment was as follows:\n- Pixel 7 Pro real device running Android 16.\n- Test called collectionRef.whereGreaterThan(\"foo\",\n50).get(Source.CACHE) 200 times.\n- Calculated the average amount of time it took for the query results to\nbe received.\n- collectionRef is a Firestore collection containing 10,000 documents,\nof which 50% match the \"whereGreaterThan\" filter.\n- Local cache had no other documents in it.\n- Test app was compiled in \"release\" mode with\n\"proguard-android-optimize.txt\" r8 configuration.",
"message": "[Infra] Update how we declare kotlin compiler options (#7372)\n\nKotlin compiler options should be specified using the kotlin block\ninstead of the `kotlinOptions` within `android`. See\n\nhttps://youtrack.jetbrains.com/issue/KT-27301/Expose-compiler-flags-via-Gradle-lazy-properties\nand https://b.corp.google.com/issues/247544167. This applies to how\nthe JVM target is declared.\n\nAdditionally, there's a better way to declare free compiler args, in\nour case to forche the explicit api flag to be \"strict\".",
0 commit comments