Skip to content

Releases: sesam-community/sesam-py

2.11.1

04 Feb 14:47
Compare
Choose a tag to compare

Adds support for passing a json file to the formatting command.

Usage:
sesam format xyz.json

2.11.0

04 Feb 13:07
Compare
Choose a tag to compare

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

24 Jan 15:08
86e6942
Compare
Choose a tag to compare

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

19 Dec 11:22
Compare
Choose a tag to compare

Fix key weight for empty strings when sorting json keys

2.10.9

28 Nov 09:36
Compare
Choose a tag to compare

Improved sort order of keys

Add --do-float-as-decimal flag

29 Oct 08:30
6cd092a
Compare
Choose a tag to compare

Add --do-float-as-decimal flag to not convert decimals to float (used in upload/test commands)

Add connector-init and add-datatype commands

10 Oct 08:58
469cad7
Compare
Choose a tag to compare
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

11 Sep 12:26
976a9b1
Compare
Choose a tag to compare
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

08 Aug 09:11
0eaa367
Compare
Choose a tag to compare
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

2.10.3

24 May 10:07
Compare
Choose a tag to compare

What's Changed

  • Small JWT decoding bug fix

Full Changelog: 2.10.2...2.10.3