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)
22.2.1 (2022-03-04)
- generate code deprecation tags (#1006) (afd4b66)
- python rtl optional config ApiSettings init parameter (#996) (3ae42cd)
22.2.0 (2022-02-18)
22.0.0 (2022-02-14)
21.20.0 (2022-01-27)
21.20.0 (2021-11-10)
21.18.0 (2021-10-24)
21.16.0 (2021-10-19)
21.14.0 (2021-09-01)
21.12.2 (2021-08-11)
21.12.1 (2021-08-09)
21.12.0 (2021-08-06)
21.10.1 (2021-07-30)
21.10.0 (2021-07-08)
21.8.1 (2021-07-02)
- python datetime [de]serialization bug (#734) (c821f2b)
- python remove runtime asserts (#703) (9b963c3), closes #695
21.8.0 (2021-06-17)
21.6.1 (2021-06-16)
21.6.0 (2021-05-05)
21.4.1 (2021-04-15)
21.4.0 (2021-04-02)
- 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
- auth_session uses transport_options (#550) (94d6047)
- python sdk login, login_user, logout methods (#545) (e55086c)
- Looker 21.0 bindings
- Looker 7.20 bindings - note that this package version will now follow Looker major/minor versioning.
- Pinning cattrs 1.1.2 for pyton >= 3.7 as 1.2.0 has an unstructure bug
- Python 3.9 support
- cattrs and attrs version pinning per python version
- Properties that should have been typed
Sequence[SomeEnum]
were incorrectly typedSomeEnum
Bug report and fix