Skip to content

Releases: TracecatHQ/tracecat

Tracecat 0.3.0

15 Jul 11:47
38d10e5
Compare
Choose a tag to compare

✨ 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

10 Jul 15:36
32b082e
Compare
Choose a tag to compare

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

10 Jul 02:34
7f11d88
Compare
Choose a tag to compare

🐞 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

09 Jul 17:27
57c9c55
Compare
Choose a tag to compare
  • fix: DispatchResult Typedict not BaseModel

Thank you to all our contributors for making this release possible!
@daryllimyt

Tracecat 0.2.3

09 Jul 17:02
14e063f
Compare
Choose a tag to compare
  • 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

09 Jul 15:44
3dbf39e
Compare
Choose a tag to compare

✨ 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

08 Jul 15:57
12e6c2d
Compare
Choose a tag to compare

Thank you to all our contributors for making this release possible!
@topher-lo

Tracecat 0.2.0

08 Jul 15:09
855fa81
Compare
Choose a tag to compare

🧩 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

  • Refactor secrets functionality to avoid cyclic dependencies (#227)
  • Move CLI into subpackage (#223)

Thank you to all our contributors for making this release possible!
@daryllimyt and @topher-lo

Tracecat 0.1.3

28 Jun 22:00
3a2af30
Compare
Choose a tag to compare

📦 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

25 Jun 17:57
3c9f47e
Compare
Choose a tag to compare

Fix missing core-app volume in docker compose