Skip to content

Latest commit

 

History

History
136 lines (71 loc) · 5.69 KB

CHANGELOG.md

File metadata and controls

136 lines (71 loc) · 5.69 KB

Changelog

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.

21.8.0 (2021-06-17)

Features

21.6.1 (2021-06-16)

Bug Fixes

21.6.0 (2021-05-05)

Features

Bug Fixes

  • improve TS SDK imports/exports (#657) (4c2ec6e)
  • use "TypeScript" and "JavaScript" everywhere (#644) (c15031c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13

21.4.3 (2021-04-27)

Bug Fixes

  • added a missing "import type" statement to the TS SDK (#632) (59c0f3d)

21.4.2 (2021-04-26)

Bug Fixes

  • use "import type" in the TypeScript SDK (#623) (c7b5bf8)

21.4.1 (2021-04-15)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12

21.4.0 (2021-04-02)

Features

Bug Fixes

  • TypeScript SDK generator import logic (#547) (c5aa033)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11

[21.0.8]

  • Published latest SDK

[21.0.4]

  • 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.

[21.0.0]

  • Updated dependencies for security issues
  • Updated package version to match Looker 21.0 version

[7.20.0]

  • 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

[0.3.7-beta.5]

[0.3.7-beta.3]

Added

[0.3.7-beta.2]

Added