All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
22.4.2 (2022-04-07)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
- dependencies
22.4.0 (2022-03-24)
22.2.0 (2022-02-18)
22.0.0 (2022-02-14)
- SDK support for 22.0
21.20.1 (2022-01-27)
21.20.1 (2021-12-20)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
- dependencies
21.20.0 (2021-11-10)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
- dependencies
21.18.1 (2021-10-27)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
- dependencies
21.18.0 (2021-10-24)
21.16.0 (2021-10-19)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
- dependencies
21.14.0 (2021-09-01)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
- dependencies
21.12.0 (2021-08-06)
21.10.2 (2021-07-30)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
- dependencies
21.10.1 (2021-07-09)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
- dependencies
21.10.0 (2021-07-08)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
- dependencies
21.8.3 (2021-07-02)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
- dependencies
21.8.2 (2021-07-01)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
- dependencies
21.8.1 (2021-06-30)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
- dependencies
21.8.0 (2021-06-17)
21.6.1 (2021-06-16)
21.6.0 (2021-05-05)
- improve TS SDK imports/exports (#657) (4c2ec6e)
- use "TypeScript" and "JavaScript" everywhere (#644) (c15031c)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
- dependencies
21.4.3 (2021-04-27)
21.4.2 (2021-04-26)
21.4.1 (2021-04-15)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
- dependencies
21.4.0 (2021-04-02)
- Added --versions option to the code generator (#514) (ee6f3e8)
- Looker 21.4 bindings (#529) (4ecaec9)
- The following workspace dependencies were updated
- dependencies
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
- dependencies
- Published latest SDK
- BREAKING CHANGE: Functionality dependent on node has been moved to a separate package,
@looker/sdk-node
. When upgrading the SDK in a node project you must add this new package as a dependency. - BREAKING CHANGE: The
NodeSettingsIniFile
constructor has changed and now expects an enviroment prefix as the first parameter. If you are not using environment variables, set the prefix to an empty string.
- Updated dependencies for security issues
- Updated package version to match Looker 21.0 version
- BREAKING CHANGE: The internally constructed
stream
property of the SDK object has been removed. Instead, use:
import { Looker40SDKStream } from '@looker/sdk'
const sdkStream = new Looker40SDKStream(sdk.authSession)
See the README for more information.
- ApiMethods no longer has apiVersion as a constructor parameter to clean up use in other factories such as the Extension SDK. This shouldn't affect consumers of the SDK-level declarations.
- SDK objects now have a static
ApiVersion
that reports the version of the API being used by that sdk - Modified the packaging method of the TS SDKs to support better tree-shaking
- Moved sdk versioning constants out of the runtime into the sdk package
- Looker 7.20 bindings