Skip to content

Releases: sesam-community/sesam-py

Further updates and fixes to update-schemas

21 Jun 13:36
4ad0a31
Compare
Choose a tag to compare
Merge pull request #128 from sesam-community/IS-15210-5

IS-15210: more bugfixes to update-schemas

More schema generation bugfixes

21 Jun 07:45
dc3f25b
Compare
Choose a tag to compare
  • Fix double type anyOf(int|decimal)->decimal
  • Wait for pipes to be deployed if modifying the metadata

More 'anyOf' bug fixes

20 Jun 14:14
c30e456
Compare
Choose a tag to compare

Fix issue where schemas inside anyOf were not included in the merged schema

Bug fix release

20 Jun 12:31
a14010d
Compare
Choose a tag to compare
Merge pull request #125 from sesam-community/IS-15210-2

IS-15210: Fix bugs

Added 'update-schemas' command for connector development

20 Jun 10:03
9533fdd
Compare
Choose a tag to compare
Merge pull request #121 from sesam-community/update-schemas

IS-15210: Add update-schemas functionality

Optionally ignore refresh tokens

19 Jun 10:56
fa1f185
Compare
Choose a tag to compare

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

16 Jun 11:23
301f716
Compare
Choose a tag to compare

What's Changed

  • Added support for query parameters in login_url by @grove in #117

New Contributors

Full Changelog: 2.5.33...2.5.34

Added support for 'account_id' override to .authconfig and with --account_id (only for oauth2 logins)

13 Jun 08:45
36ab441
Compare
Choose a tag to compare
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

13 Jun 08:34
3bef807
Compare
Choose a tag to compare

This release adds support for specifying an api_key in the '.authconfig' file.

Not adding client_secret on sesam authenticate/upload

12 Jun 10:37
568f1a4
Compare
Choose a tag to compare

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.