sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
I have a project using @looker/sdk as a dependency and when I run: `yarn run audit` I get `Severity: MODERATE Modules: @looker/sdk-rtl>request, @looker/filter-components>@looker/sdk-rtl>request, @looker/filter-components>@looker/sdk>@looker/sdk-rtl>request, @looker/filter-components>@looker/filter-expressions>@looker/sdk>@looker/sdk-rtl>request URL: https://github.com/advisories/GHSA-p8p7-x288-28g6` four times. I...
TJ, We are getting the following when smoke testing the kotlin SDK... @jkaster suggested you would be best to take a look. Thanks ``` Smoking SDKs: kotlin ... Smoking Kotlin...
We use Looker in Angular project. And when I try to upgrade @looker/extension-sdk from 23.6.0 to the latest version 24.2.0 it breaks with the error: ``` ERROR in node_modules/@looker/extension-sdk/lib/connect/tile/types.d.ts:1:33 -...
There were some potentially breaking changes in cattrs == 23.2.0 https://catt.rs/en/v23.2.3/history.html#id4 Probably caused by these changes.
:robot: I have created a release *beep* *boop* --- @looker/api-explorer: 0.9.61 ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/extension-utils bumped from 0.1.37 to 0.1.38 *...
:robot: I have created a release *beep* *boop* --- extension-api-explorer: 22.21.19 ## [22.21.19](https://github.com/looker-open-source/sdk-codegen/compare/extension-api-explorer-v22.21.18...extension-api-explorer-v22.21.19) (2024-06-28) ### Bug Fixes * allow cloud.google.com for the API Explorer extension ([#1477](https://github.com/looker-open-source/sdk-codegen/issues/1477)) ([98a687e](https://github.com/looker-open-source/sdk-codegen/commit/98a687e45b42512bc7fb45727d4eec2c86e8372d)) sdk-codegen-all: 24.10.1 ##...
`APIMethods._return` is not handling errors from `Looker40SDK.move_look` function. We see a non-useful `exception str() failed` when the API fails which obscures debugging. ``` Traceback (most recent call last): File "/home/user/shared-tableau-scripts/gcp-perms/looker_api_move_look_production.py",...
This adds the option to include an external context in the Go SDK's HTTP calls. This is useful if the SDK is being used as part of a larger application...
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Removes the request package from all TypeScript SDK packages - Requires Node v22 - For browser, uses the standard `fetch` function - For NodeJS, uses Node v22 global `fetch` function...