Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return session future instead of session #6834

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

VinayGuthal
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Apr 3, 2025

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

@google-oss-bot
Copy link
Contributor

1 Warning
⚠️ Did you forget to add a changelog entry? (Add the 'no-changelog' label to the PR to silence this warning.)

Generated by 🚫 Danger

@VinayGuthal VinayGuthal requested a review from rlazo April 3, 2025 18:03
@google-oss-bot
Copy link
Contributor

Copy link
Contributor

github-actions bot commented Apr 3, 2025

Test Results

 18 files   -  1 016   18 suites   - 1 016   14s ⏱️ - 34m 5s
 86 tests  -  5 786   86 ✅  -  5 764  0 💤  - 22  0 ❌ ±0 
172 runs   - 11 635  172 ✅  - 11 591  0 💤  - 44  0 ❌ ±0 

Results for commit 5f1154b. ± Comparison against base commit a0a02a7.

This pull request removes 5786 tests.
com.google.android.datatransport.cct.CctBackendFactoryTest ‑ create_returnCCTBackend_WhenBackendNameIsCCT
com.google.android.datatransport.cct.CctDestinationTest ‑ cctDestination_shouldOnlySupportProtoAndJson
com.google.android.datatransport.cct.CctDestinationTest ‑ cctDestination_shouldSupportProtoAndJson
com.google.android.datatransport.cct.CctTransportBackendTest ‑ decorate_whenOffline_shouldProperlyPopulateNetworkInfo
com.google.android.datatransport.cct.CctTransportBackendTest ‑ decorate_whenOnline_shouldProperlyPopulateNetworkInfo
com.google.android.datatransport.cct.CctTransportBackendTest ‑ schedule_shouldAddCookieOnPseudonymousIds
com.google.android.datatransport.cct.CctTransportBackendTest ‑ schedule_shouldDropCookieOnMixedPseudonymousIds
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_CompressedResponseIsUncompressed
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_whenBackendRedirectsMoreThan5Times_shouldOnlyRedirect4Times
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_whenBackendRedirects_shouldCorrectlyFollowTheRedirectViaPost
…

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-vertexai:
error: Method com.google.firebase.vertexai.java.LiveModelFutures.connect has changed return type from com.google.common.util.concurrent.ListenableFuture<com.google.firebase.vertexai.type.LiveSession> to com.google.common.util.concurrent.ListenableFuture<com.google.firebase.vertexai.java.LiveSessionFutures> [ChangedType]
error: Removed method com.google.firebase.vertexai.type.LiveGenerationConfig.Builder.setResponseModalities(com.google.firebase.vertexai.type.ResponseModality) [RemovedMethod]
error: Added method com.google.firebase.vertexai.type.LiveGenerationConfig.Builder.setResponseModality(com.google.firebase.vertexai.type.ResponseModality) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@google-oss-bot
Copy link
Contributor

Size Report 1

Affected Products

  • firebase-vertexai

    TypeBase (a0a02a7)Merge (528c8a7)Diff
    aar768 kB770 kB+1.90 kB (+0.2%)
    apk (release)9.49 MB9.49 MB+904 B (+0.0%)

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/zM4tjYYc7J.html

Copy link
Collaborator

@rlazo rlazo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this manually?

@@ -48,6 +48,15 @@ public abstract class LiveSessionFutures internal constructor() {
functionCallHandler: ((FunctionCallPart) -> FunctionResponsePart)?
): ListenableFuture<Unit>

/**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make the one above @JvmOverloads and should work the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants