❗ This library is deprecated. Use rossum library instead ❗
- Empty elisctl and add information on deprecation. This is the very last release of elisctl. For the future usage, use rossum library instead.
- Fix attribute name for setting max token lifetime
- Add
schema listcommand - Fix
webhook changecommand issue - Remove
csv getcommand - Add example script for setting up a new organisation
- Enable assigning manager role to user
- Enable setting max token lifetime
- Catch ValueError when parsing schema in XLSX
- Fix Python3.8 support
- allow editing inbox attributes separately on queue-related commands
- add support for
can_collapsein xlsx schema - add sample usage of elisctl library in a Python code
- make queue option required on
user create
- Add webhook command
- Allow creating and changing inbox properties on
queue changecommand
- Improve documentation
- Add command
user_assignmentfor bulk assignment of users to queues - Change command
connector create:queue_idparameter needs to be specified, if there is more than one queue in organization - Support schema attribute
widthin XLSX schema format - Fixed: booleans, in XLSX schema format, can be specified as boolean types
- Internal: filename can be specified in
ELISClient.upload_document
- Enable passing custom filename with upload
- Add support for schema specified in XLSX when creating queue
- Remove the necessity to specify schema file type when uploading
- Fix XML and CSV formats of
elisctl document extract
- Add support for can_export in xlsx schema format
- Add document command
- Fix: annotator cannot use
elisctl connector listcommand
- Add connector command
- Update packages for windows build.
- Added support for
--profileoption to allelisctlcommands - Fix: remove extra whitespace in xlsx schema export/import
- Added support for
--output-filetoelisctl toolsandelisctl schema transform - Fix Schema Transformations description in README
- Fixed MS Windows application entry point (running elisctl from the start menu)
- Fixed parsing of boolean values in xlsx schema export/import
- Disable interpolation in config parsing, so that special characters are allowed in e.g. password
- Experimental support for schema modification using xlsx file format
- Allow to show help in schema transform add (backward incompatible change)
- Fixed bug with UnicodeDecodeError in
elisctl schema get ID -O file.jsonon Windows
- Added support for python 3.6
- Added
User-Agentheader (elisctl/{version} ({platform})) for every request to ROSSUM API - Improved error when login fails with the provided credentials