Skip to content

Releases: ForetagInc/arangodb-events-rs

v0.1.6

16 Aug 19:46
45fee8f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @itsezc made their first contribution in #1

Full Changelog: v0.1.5...v0.1.6

v0.1.5

15 Aug 14:05
Compare
Choose a tag to compare

Changelog

Adds async cargo feature to add asynchronous Handler execution
Removes unused Error:kind method

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Aug 08:50
Compare
Choose a tag to compare

Changelog

Adds LICENSE (MIT and Apache 2.0)
Adds description at Cargo.toml to publish crate

v0.1.3

12 Aug 08:39
Compare
Choose a tag to compare

Changelog

fix: Worfklow error: no such subcommand: 'build --release'

v0.1.2

12 Aug 08:33
Compare
Choose a tag to compare

Changelog

Fixes GitHub workflow error:

The workflow is not valid. .github/workflows/cargo.yml (Line: 26, Col: 16): Job 'publish' depends on unknown job 'test'.

v0.1.1

12 Aug 08:29
Compare
Choose a tag to compare

Changelog

Remove useless integration tests leading to compilation errors
Removing from GitHub workflow Rust testing

Beta

11 Aug 20:36
Compare
Choose a tag to compare
Beta Pre-release
Pre-release

Changelog

Implementation of ArangoDB events & triggers as a Rust library

Features

  • adds InsertOrReplace and Remove events
  • adds a Context Handler for events that are triggered