Skip to content

Latest commit

 

History

History
245 lines (110 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

245 lines (110 loc) · 11.3 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.

22.4.0 (2022-03-24)

Features

22.2.1 (2022-03-04)

Features

  • generate code deprecation tags (#1006) (afd4b66)
  • python rtl optional config ApiSettings init parameter (#996) (3ae42cd)

Bug Fixes

22.2.0 (2022-02-18)

Features

22.0.0 (2022-02-14)

Features

21.20.0 (2022-01-27)

Bug Fixes

  • restrict python version and update cattrs version restriction (#949) (ba28ac6)

21.20.0 (2021-11-10)

Features

21.18.0 (2021-10-24)

Features

21.16.0 (2021-10-19)

Features

21.14.0 (2021-09-01)

Features

21.12.2 (2021-08-11)

Bug Fixes

21.12.1 (2021-08-09)

Bug Fixes

21.12.0 (2021-08-06)

Features

Bug Fixes

  • documentation refs and notes for Typescript SDK and more (#783) (b2487ea)

21.10.1 (2021-07-30)

Bug Fixes

21.10.0 (2021-07-08)

Features

21.8.1 (2021-07-02)

Bug Fixes

21.8.0 (2021-06-17)

Features

21.6.1 (2021-06-16)

Documentation

  • Typescript and Python README updates for GA (#674) (c0c7ce7)

21.6.0 (2021-05-05)

Features

21.4.1 (2021-04-15)

Bug Fixes

  • add warning about python sdk login_user breaking change in 21.4.0 (#579) (c74d447)

Documentation

21.4.0 (2021-04-02)

⚠ BREAKING CHANGES

  • 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

Bug Fixes

  • auth_session uses transport_options (#550) (94d6047)
  • python sdk login, login_user, logout methods (#545) (e55086c)

[21.0.0]

Added

  • Looker 21.0 bindings

[7.20.0]

Added

  • Looker 7.20 bindings - note that this package version will now follow Looker major/minor versioning.

Fixed

[0.1.3b21]

Fixed

[0.1.3b20]

Added

  • Python 3.9 support

Fixed

[0.1.3b19]

Added

[0.1.3b18]

Added

[0.1.3b17]

Fixed

  • Properties that should have been typed Sequence[SomeEnum] were incorrectly typed SomeEnum Bug report and fix

[0.1.3b16]

Added

Changed

  • Enum generated for parameter, property, or type with an x-looker-values or enum value list declaration #241, #242 and #282

Fixed