Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci-go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
paths:
- "**/*.go"
- "**/go.mod"
- "**/go.sum"
- "**/*.md"
- .github/workflows/*

permissions:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## UNRELEASED
## 2025-07-22 - Version 0.2.0

- feat: add a Shutdown function to close the active engine
- feat: introduce new API that works with local mode and remote clusters
- chore: remove deprecated API

## 2025-05-21 - Version 0.1.0

Expand Down