hamelin_eval 0.3.8

Expression evaluation for Hamelin query language
Documentation

Hamelin

A pipe-based query language for security event analytics.

Installation

[dependencies]
hamelin = "0.3"

Features

  • trino - Trino backend support

Documentation

Releasing a New Version

To cut a new release of Hamelin:

  1. Update the Cargo version - Update the version in the root Cargo.toml under [workspace.package], along with each [workspace.dependencies]
  2. Update the pnpm version - Update the version in the root package.json
  3. Sync pnpm package versions - Run pnpm version:sync to update all @hamelin.sh/* package versions
  4. Merge to main - Create a PR and merge to main to trigger the release workflows