Releases: Kicksaw-Consulting/trailwatch-python-sdk
Releases · Kicksaw-Consulting/trailwatch-python-sdk
v1.0.1
v1.0.0
- Cancel alarm on execution context exit. This way alarm is not thrown in the next execution within the same environment.
Full Changelog: v0.3.3...v1.0.0
v0.3.3
- Preserve docstring indentation when using it as job description
Full Changelog: v0.3.2...v0.3.3
v0.3.2
HOTFIX
- Allow multiple Salesforce integrations (jobs) with the same name. Oldest one is used and a warning is thrown. Multiple integrations (jobs) are created when jobs are executed in parallel. This happens because currently there is no upsertion mechanism for Salesforce integration
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- Updated execution URL
- Docstrings are now formatted - intendation is removed and whitespaces are stripped
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Added Salesforce connector
- Added support for sending files
- Better documentation
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Bumped Python from 3.9 to 3.10
- Completely refactored SDK
- Added support for timeouts
- Added optional Salesforce dependency
- Changed license from MIT to Apache 2.0
- Updated documentation
Full Changelog: v0.1.0...v0.2.0