Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

drstrangelooker
Copy link
Collaborator

Release-As: 25.14.0

@drstrangelooker drstrangelooker requested a review from a team as a code owner September 3, 2025 18:33
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @drstrangelooker, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request brings the Looker SDKs up to version 25.14, incorporating new functionalities and data points across various programming languages. The updates primarily focus on expanding API capabilities for content management, user administration, and database connection details, providing developers with more tools and flexibility when interacting with the Looker platform.

Highlights

  • SDK Version Update: The SDKs across C#, Go, Kotlin, Python, Swift, and TypeScript have been updated to align with Looker version 25.14.
  • New search_content_favorites Parameter: A new parameter, include_board_items, has been added to the search_content_favorites method, allowing for more granular control over content favorite searches related to boards.
  • New search_users Parameter and User Model Field: The search_users method and the User model now include a can_manage_api3_creds parameter/field, enabling searches for users based on their API3 credential management capabilities.
  • New update_user_credentials_api3 Method: A new method, update_user_credentials_api3, has been introduced to allow patching (updating) of API3 credentials for a specified user.
  • Expanded Model Properties: Several models have been enhanced with new properties, including homepage_id and agent_id in ContentMeta, purpose in CredentialsApi3 and CreateCredentialsApi3, and uses_service_auth in DBConnection.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

github-actions bot commented Sep 3, 2025

Python Tests

 10 files   10 suites   1m 28s ⏱️
144 tests 139 ✅  5 💤 0 ❌
792 runs  770 ✅ 22 💤 0 ❌

Results for commit 38b7aad.

♻️ This comment has been updated with latest results.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the SDKs for Looker version 25.14 across multiple languages (C#, Go, Kotlin, TypeScript, Python, and Swift). The changes primarily involve version bumps, adding new API methods, and updating data models to reflect new features in the Looker API. The changes appear to be auto-generated and are consistent across the different SDKs. However, I've identified a critical issue in the newly generated Swift code where the use of try! for JSON encoding could lead to application crashes. I've provided suggestions to fix this.

Copy link
Contributor

github-actions bot commented Sep 3, 2025

Go Tests

  6 files  ±0    6 suites  ±0   2m 14s ⏱️ -1s
 50 tests ±0   50 ✅ ±0  0 💤 ±0  0 ❌ ±0 
120 runs  ±0  120 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 38b7aad. ± Comparison against base commit 6afa715.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 3, 2025

Typescript Tests

  2 files   56 suites   1m 1s ⏱️
208 tests 206 ✅ 2 💤 0 ❌
444 runs  440 ✅ 4 💤 0 ❌

Results for commit 38b7aad.

♻️ This comment has been updated with latest results.

@drstrangelooker drstrangelooker merged commit feff16e into main Sep 16, 2025
42 checks passed
@drstrangelooker drstrangelooker deleted the sdk_25_14 branch September 16, 2025 16:54
drstrangelooker pushed a commit that referenced this pull request Sep 17, 2025
🤖 I have created a release *beep* *boop*
---


<details><summary>@looker/api-explorer: 0.9.78</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/code-editor bumped from 0.1.44 to 0.1.45
    * @looker/extension-utils bumped from 0.1.54 to 0.1.55
    * @looker/run-it bumped from 0.9.77 to 0.9.78
    * @looker/sdk bumped from 25.10.0 to 25.16.0
    * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0
  * devDependencies
    * @looker/sdk-codegen-scripts bumped from 21.5.34 to 21.5.35
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/code-editor: 0.1.45</summary>

### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0
</details>

<details><summary>@looker/extension-api-explorer: 22.21.35</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/api-explorer bumped from 0.9.77 to 0.9.78
    * @looker/extension-sdk bumped from 25.10.0 to 25.16.0
    * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0
    * @looker/extension-utils bumped from 0.1.54 to 0.1.55
    * @looker/run-it bumped from 0.9.77 to 0.9.78
    * @looker/sdk bumped from 25.10.0 to 25.16.0
    * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0
</details>

<details><summary>@looker/extension-playground: 1.0.35</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 25.10.0 to 25.16.0
    * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0
    * @looker/sdk bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/extension-tile-playground: 1.1.22</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 25.10.0 to 25.16.0
    * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0
    * @looker/sdk bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/extension-utils: 0.1.55</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/code-editor bumped from 0.1.44 to 0.1.45
    * @looker/extension-sdk bumped from 25.10.0 to 25.16.0
    * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0
    * @looker/sdk bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/hackathon: 22.21.37</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/code-editor bumped from 0.1.44 to 0.1.45
    * @looker/extension-sdk bumped from 25.10.0 to 25.16.0
    * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0
    * @looker/extension-utils bumped from 0.1.54 to 0.1.55
    * @looker/sdk bumped from 25.10.0 to 25.16.0
    * @looker/wholly-artifact bumped from 0.1.35 to 0.1.36
</details>

<details><summary>@looker/run-it: 0.9.78</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/code-editor bumped from 0.1.44 to 0.1.45
    * @looker/extension-utils bumped from 0.1.54 to 0.1.55
    * @looker/sdk bumped from 25.10.0 to 25.16.0
    * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0
    * @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25
</details>

<details><summary>sdk-codegen: 21.10.0</summary>

##
[21.10.0](sdk-codegen-v21.9.13...sdk-codegen-v21.10.0)
(2025-09-17)


### Features

* **go:** Expose session object in Go SDK
([#1602](#1602))
([6afa715](6afa715))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25
</details>

<details><summary>@looker/sdk-codegen-scripts: 21.5.35</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
    * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0
    * @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/sdk-codegen-utils: 21.0.25</summary>

### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/wholly-artifact: 0.1.36</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
  * devDependencies
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>@looker/wholly-sheet: 0.5.74</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
  * devDependencies
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>sdk-codegen-all: 25.16.0</summary>

##
[25.16.0](sdk-codegen-all-v25.10.0...sdk-codegen-all-v25.16.0)
(2025-09-17)


### Features

* generate SDKs for Looker 25.14
([#1600](#1600))
([feff16e](feff16e))
* generate SDKs for Looker 25.16
([#1605](#1605))
([5792b41](5792b41))
* **go:** Expose session object in Go SDK
([#1602](#1602))
([6afa715](6afa715))


### Bug Fixes

* fixed bug in go example
([#1595](#1595))
([6e45409](6e45409))
</details>

<details><summary>looker_sdk: 25.16.0</summary>

##
[25.16.0](looker_sdk-v25.10.0...looker_sdk-v25.16.0)
(2025-09-17)


### Features

* generate SDKs for Looker 25.14
([#1600](#1600))
([feff16e](feff16e))
* generate SDKs for Looker 25.16
([#1605](#1605))
([5792b41](5792b41))
</details>

<details><summary>embed-components: 25.16.0</summary>

##
[25.16.0](embed-components-v25.10.0...embed-components-v25.16.0)
(2025-09-17)


### Miscellaneous Chores

* **embed-components:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/embed-services bumped from 25.10.0 to 25.16.0
    * @looker/sdk bumped from 25.10.0 to 25.16.0
  * devDependencies
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>embed-services: 25.16.0</summary>

##
[25.16.0](embed-services-v25.10.0...embed-services-v25.16.0)
(2025-09-17)


### Miscellaneous Chores

* **embed-services:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
  * devDependencies
    * @looker/sdk-node bumped from 25.10.0 to 25.16.0
</details>

<details><summary>extension-sdk: 25.16.0</summary>

##
[25.16.0](extension-sdk-v25.10.0...extension-sdk-v25.16.0)
(2025-09-17)


### Miscellaneous Chores

* **extension-sdk:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
</details>

<details><summary>extension-sdk-react: 25.16.0</summary>

##
[25.16.0](extension-sdk-react-v25.10.0...extension-sdk-react-v25.16.0)
(2025-09-17)


### Miscellaneous Chores

* **extension-sdk-react:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 25.10.0 to 25.16.0
    * @looker/sdk bumped from 25.10.0 to 25.16.0
</details>

<details><summary>sdk: 25.16.0</summary>

##
[25.16.0](sdk-v25.10.0...sdk-v25.16.0)
(2025-09-17)


### Features

* generate SDKs for Looker 25.14
([#1600](#1600))
([feff16e](feff16e))
* generate SDKs for Looker 25.16
([#1605](#1605))
([5792b41](5792b41))
</details>

<details><summary>sdk-node: 25.16.0</summary>

##
[25.16.0](sdk-node-v25.10.0...sdk-node-v25.16.0)
(2025-09-17)


### Miscellaneous Chores

* **sdk-node:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 25.10.0 to 25.16.0
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants