Skip to content

Releases: itscheems/anvil

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 15:58
bf08e0b

animation

Changelog

[v0.2.0] - 2026-01-26

Features

  • (anvil-matching, anvil-gateway) [breaking] add market order support and refactor idempotency mechanism (by @itscheems) - (2c445b3)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jan 16:23

animation

Changelog

[v0.1.1] - 2026-01-15

Bug Fixes

  • (ci) improve release workflow reliability and workflow dispatch support (by @itscheems) - (746915f)

Miscellaneous Tasks

  • (release) add automated release workflow with changelog generation (by @itscheems) - (9649cff)

New Contributors ❤️

  • @github-actions[bot] made their first contribution

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 16:10
33001f4

animation

Changelog

[v0.1.0] - 2026-01-14

Features

Bug Fixes

Refactor

  • (anvil-gateway) decouple protocol and enforce metadata-only authentication (by @itscheems) - (9fcc7a5)
  • (anvil-matching) fix semantic correctness issues and crash recovery (by @itscheems) - (70a795c)
  • (anvil-matching) migrate to single-threaded event-driven architecture (by @itscheems) - (6ba5d06)
  • (gateway) extract server config loading to separate method (by @itscheems) - (343a752)
  • rename router to dispatcher and user_id to public_key (by @itscheems) - (f100a24)
  • use anyhow for error handling and improve dependency management (by @itscheems) - (6c89823)

Documentation

  • define Order Admission Contract between anvil-gateway and matching engine (by @itscheems) - (249ed92)

Testing

  • (anvil-matching) add comprehensive performance benchmark suite (by @itscheems) - (aa33ca8)
  • (anvil-matching) add logging system integration tests (by @itscheems) - (fd6c114)

Miscellaneous Tasks

New Contributors ❤️