Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 887 Bytes

Changelog

Notable changes to this project will be documented in this file.

2.0.0 (23 December 2023)

Added

  • Added support for OAuth authentication method

Modified

  • Dropped support for legacy API Key and Service account authentication methods

1.1.2 (4 September 2020)

Added

  • The new main client is LumAppsClient in lumapps.api.client
  • Several usefull decorators are available in lumapps.api.decorators

Modified

  • ApiClient is now named BaseClient and in lumapps.api.base_client

1.0.5 (12 June 2020)

Added

  • Change build system and add a more complete documentation

1.0.4 (11 June 2020)

Added

  • Added BaseClient.upload method that takes any of the types supported by HTTPX (IO[str], IO[bytes], str, bytes) as the argument for file contents. Filesystem file paths can still be used by with BaseClient.upload_call.