Releases: TracecatHQ/tracecat
Tracecat 0.3.0
✨ Enhancements
- Replace workflow run editor with monaco editor (#241)
- Replace json view editor with yaml monaco editor (#240)
- Update validation for action panel (#238)
- Update workflow execution UI to hit workflow executions endpoint + use json viewer (#236)
- feat+refactor: Move dsl dispatcher into workflow executions service + add create workflow execution api (#235)
- Workflow execution history service and UI (#234)
- Improve error handling in workflow runner (#232)
🛠️ Other improvements
- Update navbar components + move workflow run trigger into navbar (#239)
- Remove legacy runs and events (#237)
- Single tenant lite AWS CDK stack (#216)
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.2.6
Hot fix incorrect image tagging in CICD
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.2.5
🐞 Bug fixes
- Replace incorrect build-args with expressions (#231)
🛠️ Other improvements
- Replace incorrect build-args with expressions (#231)
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.2.4
- fix: DispatchResult Typedict not BaseModel
Thank you to all our contributors for making this release possible!
@daryllimyt
Tracecat 0.2.3
- feat(engine): Added FN.to_datetime
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Full Changelog: 0.2.2...0.2.3
Tracecat 0.2.2
✨ Enhancements
- Update Datadog extract emails to slack playbook + add new transform actions (#230)
Thank you to all our contributors for making this release possible!
@daryllimyt
Tracecat 0.2.1
Thank you to all our contributors for making this release possible!
@topher-lo
Tracecat 0.2.0
🧩 Integrations
- Add example with LLMs and VirusTotal enrichment (#208)
🚀 Performance improvements
- Use asyncio eager task factory for worker event loop (#218)
✨ Enhancements
- Upgrade parser (#229)
- Add workflow-executions service and endpoints (#228)
- feat+refactor(engine): Validate trigger input + dsl module refactoring (#226)
- More input validation (#224)
- Dockerise Tracecat CLI (#225)
- Add commit time validation (#222)
- Add example with LLMs and VirusTotal enrichment (#208)
- Make registry metadata a TypedDict (#221)
- Improve registry secrets api (#219)
- Improve missing secrets visibility in AuthSandbox (#217)
- Implement schedules (#214)
📖 Documentation
- Add secrets table (#220)
📦 Build system
- Dockerise Tracecat CLI (#225)
🛠️ Other improvements
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.1.3
📦 Build system
- Remove elasticsearch (#215)
🛠️ Other improvements
- Fix flaky
workflow_id
parse in playbooks test (#213)
Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo
Tracecat 0.1.2
Fix missing core-app volume in docker compose