-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: googleapis/js-genai
base: v0.3.1
head repository: googleapis/js-genai
compare: v0.4.0
- 18 commits
- 71 files changed
- 6 contributors
Commits on Mar 11, 2025
-
chore: Set release please to use a manifest
Seems like that is the way to get it properly working with the node strategy. I couldn't find any documentation that explains the relationship between the release please yaml configuration file and the manifest, I'm just assuming that's how we set it up, we'll confirm after this is submitted. PiperOrigin-RevId: 735928032
Configuration menu - View commit details
-
Copy full SHA for acbac90 - Browse repository at this point
Copy the full SHA acbac90View commit details
Commits on Mar 12, 2025
-
chore: fix release please config - bootstrap-sha is a top level field
PiperOrigin-RevId: 736003108
Configuration menu - View commit details
-
Copy full SHA for 1b03532 - Browse repository at this point
Copy the full SHA 1b03532View commit details -
chore: Enforce Prettier, run the format job on a single node version,…
… format all files, remove check lint result. The interesting file in this change is `.github/workflows/format.yml` everything else is the result of `npm run format` I removed the "Check lint result" step as it is not doing much - the `npm run lint` exit code is masked by the pipeline, and anyway we're currently failing on lint count increase. PiperOrigin-RevId: 736163109
Configuration menu - View commit details
-
Copy full SHA for ecd519f - Browse repository at this point
Copy the full SHA ecd519fView commit details -
feat: enable union type for Schema when calling Gemini API, enable re…
…quired field when doing automatic function calling for Gemini API. PiperOrigin-RevId: 736184308
Configuration menu - View commit details
-
Copy full SHA for 180983c - Browse repository at this point
Copy the full SHA 180983cView commit details -
chore: Have release please update the version in _api_client.ts
chore: Exclude `samples/package.json` from release please version updates. chore: Set include-component-in-tag to false We unset include-component-in-tag top tell release-please our version tags look like `v1.2.3` (and not `genai-v1.2.3`) PiperOrigin-RevId: 736193313
Configuration menu - View commit details
-
Copy full SHA for 6606914 - Browse repository at this point
Copy the full SHA 6606914View commit details -
chore: Update live_test to not check the hardcoded version
PiperOrigin-RevId: 736219157
Configuration menu - View commit details
-
Copy full SHA for 666784c - Browse repository at this point
Copy the full SHA 666784cView commit details -
refactor: Remove unused
apiClient
fromfromObject
input parameter……s from relevant modules PiperOrigin-RevId: 736263255
Configuration menu - View commit details
-
Copy full SHA for 2b56c40 - Browse repository at this point
Copy the full SHA 2b56c40View commit details -
docs: Use basic bootstrap components in the sample web app.
This makes it a little less ugly, but there's still a way to go. PiperOrigin-RevId: 736305825
Configuration menu - View commit details
-
Copy full SHA for 7964fb4 - Browse repository at this point
Copy the full SHA 7964fb4View commit details
Commits on Mar 13, 2025
-
PiperOrigin-RevId: 736520685
Configuration menu - View commit details
-
Copy full SHA for bd459bc - Browse repository at this point
Copy the full SHA bd459bcView commit details -
feat: throw exception when given method is not supported in Gemini AP…
…I or Vertex AI PiperOrigin-RevId: 736592336
Configuration menu - View commit details
-
Copy full SHA for 96ccb6f - Browse repository at this point
Copy the full SHA 96ccb6fView commit details -
feat: Support returned safety attributes for generate_images
PiperOrigin-RevId: 736612931
Configuration menu - View commit details
-
Copy full SHA for a0e0fcf - Browse repository at this point
Copy the full SHA a0e0fcfView commit details -
chore: get the add_typedic_headers.sh compatible with Linux distros
This breaks it for Macs, we'll follow-up with a better solution. PiperOrigin-RevId: 736639134
Configuration menu - View commit details
-
Copy full SHA for b576832 - Browse repository at this point
Copy the full SHA b576832View commit details -
chore: Enforce @typescript-eslint/no-explicit-any and @typescript-esl…
…int/no-unsafe-function-type rules in eslint config. chore: Add eslint exceptions to websocket and table_test PiperOrigin-RevId: 736646609
Configuration menu - View commit details
-
Copy full SHA for afe9409 - Browse repository at this point
Copy the full SHA afe9409View commit details
Commits on Mar 14, 2025
-
chore: Rename the samples folder to sdk-samples
We do this because release-please is hardcoded to always update samples/package.json PiperOrigin-RevId: 736720442
Configuration menu - View commit details
-
Copy full SHA for 1c38cf9 - Browse repository at this point
Copy the full SHA 1c38cf9View commit details -
refactor: Provide a better error message when trying to use VertexAI …
…in browsers. VertexAI is currently not supported in browser, we're working on adding that support. Until then let's provide a clear error message to avoid user confusion. PiperOrigin-RevId: 736941043
Configuration menu - View commit details
-
Copy full SHA for 1ab1402 - Browse repository at this point
Copy the full SHA 1ab1402View commit details -
fix!: remove the createPartFromVideoMetadata usability function.
PiperOrigin-RevId: 736957429
Configuration menu - View commit details
-
Copy full SHA for d660a7f - Browse repository at this point
Copy the full SHA d660a7fView commit details -
PiperOrigin-RevId: 736966739
Configuration menu - View commit details
-
Copy full SHA for 4fb0771 - Browse repository at this point
Copy the full SHA 4fb0771View commit details -
chore(main): release 0.4.0 (#278)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b7bd67 - Browse repository at this point
Copy the full SHA 9b7bd67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.4.0