Releases: sesam-community/sesam-py
Releases · sesam-community/sesam-py
2.11.1
2.11.0
Changes the file formatting to align with the formatting on the portal.
Also adds the option to format locally through sesam-py with the format command:
sesam format pipes|systems|testdata
If you don't supply an option to format it will do all of them.
If you run format with -vvv
it will tell you every file it formats, anything else will just tell you the category it's currently doing
Set -force flag for upload
Sets -force flag when uploading configs.
- Default value is
False
-> Does not upload invalid configs -force
flag will force upload the configs whether the config is valid or not
2.10.10
2.10.9
Add --do-float-as-decimal flag
Add --do-float-as-decimal flag to not convert decimals to float (used in upload/test commands)
Add connector-init and add-datatype commands
IS-17848 add connector-init and add-datatype commands (#169) * add init-connector command * minor change; fix command name * add add-datatype command * update connector template config * add-datatype with multiple datatypes * update readme * fix linting
Add support for JWT auth
IS-16987 Add support for JWT auth (#168) * add support for jwt auth (e.g. webCRM) * bump version to 2.10.6 * fix lint
bugfux; base_url was not accessed in oauth2 callback
fix/ add base_url as global in login_callback (#166) * add base_url as global in login_callback * bump the version to 2.10.4