Releases: sesam-community/sesam-py
Releases · sesam-community/sesam-py
Further updates and fixes to update-schemas
Merge pull request #128 from sesam-community/IS-15210-5 IS-15210: more bugfixes to update-schemas
More schema generation bugfixes
- Fix double type anyOf(int|decimal)->decimal
- Wait for pipes to be deployed if modifying the metadata
More 'anyOf' bug fixes
Fix issue where schemas inside anyOf were not included in the merged schema
Bug fix release
Merge pull request #125 from sesam-community/IS-15210-2 IS-15210: Fix bugs
Added 'update-schemas' command for connector development
Merge pull request #121 from sesam-community/update-schemas IS-15210: Add update-schemas functionality
Optionally ignore refresh tokens
When doing sesam upload/authenticate
against OAuth2-based systems, we can now use the --ignore-refresh-token
option if the OAuth2 flow doesn't give us a refresh token. This happens for some systems.
Added support for query parameters in login_url
Added support for 'account_id' override to .authconfig and with --account_id (only for oauth2 logins)
Merge pull request #116 from sesam-community/IS-15133 IS-15133: added support for 'account_id' override to .authconfig and with --account_id (only for oauth2 logins)
Added support for specifying an api_key in the '.authconfig' file
This release adds support for specifying an api_key in the '.authconfig' file.
Not adding client_secret on sesam authenticate/upload
This release removes the client_secret
parameter from the initial /authorize request when doing sesam upload/authenticate
towards OAuth2-based systems. If any system needs it there, there is a new argument --use-client-secret
to add it back when necessary.