Skip to content

Releases: SecurityBrewery/catalyst

v0.13.7

30 Sep 01:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.13.7

v0.13.7-rc.1

30 Sep 01:46
Compare
Choose a tag to compare
v0.13.7-rc.1 Pre-release
Pre-release

Changelog

v0.13.4

19 Sep 22:03
ea03a3e
Compare
Choose a tag to compare

A set of fixes for reactions.

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3

07 Aug 20:34
a2dd6c0
Compare
Choose a tag to compare

Improve the mobile UI.

What's Changed

Full Changelog: v0.13.2...v0.13.3

v0.13.2

05 Aug 13:24
96b7a96
Compare
Choose a tag to compare

Bugfix release for an issue reported by @checklister in #1093

Tip

This release is fully backward compatible.

What's Changed

  • fix: multi select state handling by @cugu in #1094

Full Changelog: v0.13.1...v0.13.2

v0.13.1

03 Aug 14:43
21f1c3d
Compare
Choose a tag to compare

This release adds enums for custom detail fields to model, e.g. severities for tickets. Also it adds a reset password flow for users to reset their passwords. The search performance is improved so that 10,000 tickets can be handled without compromise.

Tip

This release is fully backward compatible.

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

21 Jul 08:24
aba3dfa
Compare
Choose a tag to compare

This release adds reactions to Catalyst as a way to automate your alerts and incidents. Reactions trigger on an event, like a webhook or collection event and perform an action, currently either running a Python script or sending a webhook.

Tip

This release is fully backward compatible.

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

08 Jul 01:33
1106533
Compare
Choose a tag to compare

This is the largest update to Catalyst yet. It is a rewrite of the entire codebase, with a focus on easier setup, and maintainability. The database has been updated to use SQLite via PocketBase instead of the previous ArangoDB. This should make it easier to get started with Catalyst, as you no longer need to set up a separate database. The new version also includes a new UI based on shadcn-vue giving it a cleaner and more modern look. Webhooks have been added, allowing you to send data to other services when certain events occur.

Important

Migration from the previous version is not supported.
You will need to set up a new instance of Catalyst.

Additional Changes

  • Query language moved from CAQL to PocketBase filters and SQL
  • Releases as binaries for macOS, and Linux instead of Docker images
  • Playbooks and automation have been removed but will be added back in a future release
  • The dashboard contains static widgets for now, instead of dynamic widgets
  • SDKs for PocketBase are compatible with Catalyst and available for a range of languages including JavaScript, Dart, and Python

What's Changed

  • refactor: improve setup and maintainability by @cugu in #1067
  • fix: goreleaser ci by @cugu in #1071
  • fix: pr lint scopes by @cugu in #1076
  • build(deps): bump github.com/pocketbase/pocketbase from 0.22.10 to 0.22.14 by @dependabot in #1073
  • build(deps): bump golang.org/x/image from 0.15.0 to 0.18.0 by @dependabot in #1072

Full Changelog: v0.11.2...v0.12.0

v0.12.0-rc.2

07 Jul 22:40
ddaf4fe
Compare
Choose a tag to compare
v0.12.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2

v0.12.0-rc.1

07 Jul 22:23
619c5c6
Compare
Choose a tag to compare
v0.12.0-rc.1 Pre-release
Pre-release

What's Changed

  • refactor: improve setup and maintainability by @cugu in #1067

Full Changelog: v0.11.2...v0.12.0-rc.1