Releases: TracecatHQ/tracecat
Tracecat 0.22.0
What's Changed
- feat(engine): Migrate workflow ID schema by @daryllimyt in #791
- refactor: Cleanup get_pydantic_core_schema for TracecatUUID by @daryllimyt in #792
- feat: Add compact runs UI by @daryllimyt in #793
- refactor: Silence noisy warning logs by @daryllimyt in #794
- feat(engine): Enable Temporal search attributes + make them enums by @daryllimyt in #795
- feat(ui): Right click to drop selector node by @daryllimyt in #796
- feat(ui): Replace sidebar toggle button by @daryllimyt in #797
- fix(ui): Fix overflow and scroll behavior in events sidebar by @daryllimyt in #798
- feat(engine): Pull all dependent secrets outside template action loop by @daryllimyt in #800
- feat(ui): Add event failure and error message to result by @daryllimyt in #802
- feat(ui): Show action status in input and result tabs by @daryllimyt in #805
- fix(ui): Scrolling making workflow builder minify by @topher-lo in #807
- refactor(app): Change builder action inputs to use string by @daryllimyt in #806
- feat(ui): Remove braces in copy action ref by @daryllimyt in #808
- fix(ui): Attempt to fix issue where first execution doesn't load by @daryllimyt in #809
- feat(engine): Add http polling action by @daryllimyt in #810
Full Changelog: 0.21.9...0.22.0
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.21.9
Tracecat 0.21.8
What's Changed
- feat(engine): Use WorkflowUUID as canonical ID by @daryllimyt in #785
- release: 0.21.8 by @daryllimyt in #790
Full Changelog: 0.21.7...0.21.8
Tracecat 0.21.7
- Make SAML Setting on by default (#787)
- Make setting override message more user friendly and lower log level (#781)
- Syntax error with comment and setting override (#780)
🧩 Integrations
- Support datetime or string in datetime functions (#778)
- Clearer descriptions for
payload
andform_data
(#783)
✨ Enhancements
🐞 Bug fixes
- Show public (nextjs) SAML SP ACS endpoint and hardcode API ACS endpoint (#782)
📖 Documentation
- Clearer descriptions for
payload
andform_data
(#783)
🛠️ Other improvements
- Preparations to remove search attributes (#784)
Thank you to all our contributors for making this release possible!
@captainJackDnaiel, @daryllimyt, @szymon-romanko and @topher-lo
Tracecat 0.21.6
🛠️ Other improvements
- Preparations for compact builder runs (#777)
- Fix mouse scrolling issues in actions input editor
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.21.5
🐞 Bug fixes
- Revert Ray SSH agent changes and fix SSH key formatting (#776)
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.21.4
🐞 Bug fixes
- Manually manage ssh agent (#774)
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.21.3
✨ Enhancements
- Compact workflow runs in builder backend (#771)
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.21.2
- Add retries for Temporal search attributes migration (#773)
- Add workflow trigger Temporal search attributes (#769)
🐞 Bug fixes
- Ensure GOOGLE_API_CREDENTIALS is a mapping object (#772)
🛠️ Other improvements
- Remove Temporal cli from Python tests (#770)
Thank you to all our contributors for making this release possible!
@daryllimyt
Tracecat 0.21.1
Integrations
- Fix Tenable Nessus scan API parameters hallucinations
Thank you to all our contributors for making this release possible!
@topher-lo