Release: Nightly #331
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
| Event | Environments |
|---|---|
|
SandyTao520
approved
|
prod |
Annotations
7 errors and 1 warning
|
release
Process completed with exit code 1.
|
|
src/session.test.ts > GeminiCliSession sendStream() > does not call setUserMemory when instructions is a string:
release/packages/sdk/src/session.ts#L206
TypeError: Cannot read properties of undefined (reading 'sendMessageStream')
❯ GeminiCliSession.sendStream src/session.ts:206:29
❯ src/session.test.ts:325:22
|
|
src/session.test.ts > GeminiCliSession sendStream() > calls setUserMemory and updateSystemInstruction when instructions is a function:
release/packages/sdk/src/session.ts#L193
TypeError: Cannot read properties of undefined (reading 'getHistory')
❯ GeminiCliSession.sendStream src/session.ts:193:30
❯ src/session.test.ts:298:22
|
|
src/session.test.ts > GeminiCliSession sendStream() > executes tool call loop and sends function response back to model:
release/packages/sdk/src/session.ts#L206
TypeError: Cannot read properties of undefined (reading 'sendMessageStream')
❯ GeminiCliSession.sendStream src/session.ts:206:29
❯ src/session.test.ts:270:22
|
|
src/session.test.ts > GeminiCliSession sendStream() > accepts an AbortSignal without throwing:
release/packages/sdk/src/session.ts#L206
TypeError: Cannot read properties of undefined (reading 'sendMessageStream')
❯ GeminiCliSession.sendStream src/session.ts:206:29
❯ src/session.test.ts:220:22
|
|
src/session.test.ts > GeminiCliSession sendStream() > completes cleanly when model returns no tool calls:
release/packages/sdk/src/session.ts#L206
TypeError: Cannot read properties of undefined (reading 'sendMessageStream')
❯ GeminiCliSession.sendStream src/session.ts:206:29
❯ src/session.test.ts:206:22
|
|
src/session.test.ts > GeminiCliSession sendStream() > auto-initializes if not yet initialized:
release/packages/sdk/src/session.ts#L206
TypeError: Cannot read properties of undefined (reading 'sendMessageStream')
❯ GeminiCliSession.sendStream src/session.ts:206:29
❯ src/session.test.ts:192:22
|
|
release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|