Skip to content

Latest commit

 

History

History
137 lines (81 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

137 lines (81 loc) · 14.3 KB

Changelog

1.8.0 (2021-06-17)

Features

1.7.0 (2021-06-16)

Features

Bug Fixes

  • export funcs for TS SDK (#693) (eec853e)
  • font download on route change (#678) (ae62914)
  • rendering of markdown tables in APIX explorer (#687) (40e8640)
  • sync design-tokens/icons dependency constraint (eb1a427)
  • sync design-tokens/icons dependency constraint (eb1a427)

1.6.0 (2021-05-05)

Features

Bug Fixes

  • Fix transpiler warnings in hackathon extension (#651) (bdd9428)
  • improve TS SDK imports/exports (#657) (4c2ec6e)
  • rerender sdk declarations on type/method change (#659) (77139f6)
  • use "TypeScript" and "JavaScript" everywhere (#644) (c15031c)

1.5.0 (2021-04-27)

Features

  • APIX now uses google font appropriately (#636) (ed932d6)
  • extension framework identifies looker host type (#634) (c6c6f64)

1.4.1 (2021-04-27)

Bug Fixes

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

1.4.0 (2021-04-26)

Features

Bug Fixes

  • remove deprecated object attribute reference in APIX tests (#622) (581b351)

1.3.0 (2021-04-21)

Features

  • Add clipboard write capability to extension framework (#603) (d6b52ea)
  • adds 'SDK Examples' data table (#602) (3678c96)
  • introduces prism-editor package; implements read-only usage (#588) (863c88d)
  • Playground for extension SDK changes (#605) (f99de7e)

Bug Fixes

  • error handling for TS SDK, GSon body serialization for Kotlin SDK (#601) (11e924f), closes #544
  • lint dependencies (#617) (7b172b1)
  • looker component version merge issue (#609) (6aa9f60)
  • updated TypeScript, C#, Go language names in codeGenerators.ts (#610) (13fb42b)

1.2.0 (2021-04-15)

Features

  • api-explorer: add source declaration links to API Explorer (#578) (ce0e588)
  • api-explorer: adds prism editor and implements for sdkdocs (#581) (aea0424)
  • api-explorer: click diff item method to show method detail (#592) (a5f082a)
  • api-explorer: document request bodies for methods with body parameters (#593) (740ae5d)
  • api-explorer: remember user's SDK language preference (#567) (faa2511)
  • extension-api-explorer: prettier loading scene while fetching API specs (#595) (678297c)
  • sdk: TypeScript SDK tree-shaking support (#580) (8b7f2f0)

Bug Fixes

  • sdk-codegen: add missing bumper method to ICodeGen (#575) (2a87467)
  • python: add warning about python sdk login_user breaking change in 21.4.0 (#579) (c74d447)
  • api-explorer: Added support for Golang syntax highlighting (#563) (e2ae33e)
  • api-explorer: extends runit response height and fixes response models scrolling (#558) (61627ce)
  • sdk-codegen: recursive search of direct type references (#591) (9af2e37)
  • api-explorer: remove search criteria selector and auto expand results (#571) (e5a5ee7)
  • run-it: RunIt request overflow (#565) (38665ac)
  • sdk: TypeScript OAuth test (#597) (d84d1fc)

1.1.0 (2021-04-02)

⚠ BREAKING CHANGES

  • python: sdk.login, sdk.logout, and sdk.login_user will now behave exactly as the Looker API spec describes. The previous behavior can still be accessed via sdk.auth.login, sdk.auth.logout, and sdk.auth.login_user

Features

  • api-explorer: adds scrolling to frame elements (#526) (d7cd769)
  • sdk-codegen: Added --versions option to the code generator (#514) (ee6f3e8)
  • sdk-codegen: added -n | --nostreams to code generator options (#549) (6ead15a)
  • sdk-codegen: Looker 21.4 bindings (#529) (4ecaec9)
  • python: Add Flask app example (92e088e)

Bug Fixes

  • sdk-codegen: legacy generator was broken (#540) (212cfce)
  • sdk-codegen: TypeScript SDK generator import logic (#547) (c5aa033)
  • python: auth_session uses transport_options (#550) (94d6047)
  • python: sdk login, login_user, logout methods (#545) (e55086c)