Skip to content

Releases: keboola/api-bundle

5.3.0

Choose a tag to compare

@pepamartinec pepamartinec released this 10 Jul 05:50
  • Add optional keboola_api.storage_client_options config node to tune the Storage API client's base ClientOptions — either a ClientOptions service id (string) or individual options (backoff_max_tries, aws_retries, aws_debug, retry_on_maintenance, use_branch_storage, user_agent, logger). See README.md.

Full Changelog: 5.2.0...5.3.0

5.2.0

Choose a tag to compare

@pepamartinec pepamartinec released this 10 Jul 05:52
  • Tag StorageApiToken with its auth type (AuthType) so the resolved Storage client authenticates correctly for OAuth (kbc_at_* / kbc_pat_*) tokens.
  • Require released keboola/storage-api-php-client-branch-wrapper ^6.8.0.

Full Changelog: 5.1.0...5.2.0

5.1.0

Choose a tag to compare

@pepamartinec pepamartinec released this 10 Jul 05:52
  • Add StorageClientApiFactory — a request-bound Storage API client factory injectable into controllers via an argument value resolver. Nullable arguments resolve to null when the request carries no Storage API token.

Full Changelog: 5.0.0...5.1.0

5.0.0

Choose a tag to compare

@pepamartinec pepamartinec released this 15 Jun 12:24
  • Add support for kbc_at_* and kbc_pat_* tokens within StorageApiTokenAuth
  • [BC] Testing traits were updated to support injecting new dependencies in authenticator. See README.md for detail on how to update.

Full Changelog: 4.0.0...5.0.0

4.0.0

Choose a tag to compare

@pepamartinec pepamartinec released this 01 Jun 08:00
  • [BC] Reworked ManageApiTokenAuth to ApplicationTokenAuth with added support for ServiceAccount token

Full Changelog: 3.11.0...4.0.0

3.11.0

Choose a tag to compare

@odinuv odinuv released this 07 Apr 10:28

feat: Adds list PHPDoc type annotations to the $scopes property in ManageApiTokenAuth and $features property in StorageApiTokenAuth

3.10.0

Choose a tag to compare

@odinuv odinuv released this 02 Mar 11:52

3.9.0

Choose a tag to compare

@ondrajodas ondrajodas released this 28 Jan 10:30

Add support for authenticating Storage API requests using Authorization: Bearer header as an alternative to X-StorageApi-Token

Full Changelog: 3.8.2...3.9.0

3.8.1

Choose a tag to compare

@ErikZigo ErikZigo released this 02 Apr 08:27

Added constants DATA_MAPPER_ERROR_MESSAGE, DATA_MAPPER_ERROR_CODE for HTTP error code and message in ArgumentResolver for custom implementations

Full Changelog: 3.8.0...3.8.1

3.8.0

Choose a tag to compare

@odinuv odinuv released this 05 Mar 21:00

feat: updated dependencies to be compatible with PHP 8.3+