Skip to content

Latest commit

 

History

History
448 lines (221 loc) · 24.3 KB

CHANGELOG.md

File metadata and controls

448 lines (221 loc) · 24.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.

24.16.2 (2024-09-16)

Miscellaneous Chores

  • looker_sdk: Synchronize undefined versions

24.16.1 (2024-09-14)

Bug Fixes

24.16.0 (2024-09-11)

Features

24.14.0 (2024-08-12)

Features

24.12.1 (2024-07-29)

Bug Fixes

24.12.0 (2024-07-15)

Features

24.10.0 (2024-06-12)

Features

Bug Fixes

24.8.0 (2024-05-07)

Features

Bug Fixes

  • backslash in regex causing warnings - switch to raw string (#1461) (6781219)

24.4.0 (2024-04-05)

Features

24.2.1 (2024-03-12)

Features

24.2.0 (2024-02-21)

Features

24.0.0 (2024-02-03)

Features

23.20.1 (2023-12-19)

Miscellaneous Chores

  • looker_sdk: Synchronize undefined versions

23.20.0 (2023-11-30)

Features

23.18.0 (2023-11-22)

Features

  • generate SDKs for Looker 23.18 (3f13822)

23.16.0 (2023-09-21)

Features

23.14.1 (2023-08-15)

Features

23.12.0 (2023-07-17)

Features

23.10.0 (2023-06-15)

Features

23.8.1 (2023-05-11)

Miscellaneous Chores

  • looker_sdk: Synchronize undefined versions

23.8.0 (2023-05-11)

Features

23.6.0 (2023-04-11)

Features

23.4.0 (2023-03-31)

Features

23.2.0 (2023-03-01)

Features

23.0.0 (2023-02-22)

Features

22.20.0 (2022-11-10)

Features

22.18.0 (2022-10-17)

Features

22.16.0 (2022-09-21)

Features

22.14.0 (2022-09-21)

Features

22.12.1 (2022-09-21)

Features

Bug Fixes

  • add error detail handling for Python SDK (#1170) (0db7157)

22.10.0 (2022-07-14)

Features

22.8.0 (2022-07-13)

Features

Bug Fixes

22.6.0 (2022-07-07)

Features

Documentation

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