Skip to content

HarTex 0.16.0, Sulphur I

Latest

Choose a tag to compare

@HTGAzureX1212 HTGAzureX1212 released this 01 Oct 01:42
· 10753 commits to nightly since this release
0bd2704

1 contributor made contributions to this release

316 commits since 2025-05-14

Warning

This is an unsupported 0.x release. Use with caution.

API Backend

  • Changed: mimalloc allocator is now used, replacing system allocator
  • Changed: updated rust-version to 1.92

Buildsystem

  • Changed: bootstrap is now built with --release
  • Changed: setup configurations now have their rust-analyzer.*.invocationLocation options removed
  • Changed: updated rust-version to 1.92
  • Removed: removed let_chains feature flag due to stabilization

Database Infrastructure

  • Changed: updated rust-version to 1.92
  • Removed: removed let_chains feature flag due to stabilization
  • Removed: database cache tables have been removed as with the discord frontend

Discord Frontend

  • Added: CommandContext to simplify parameters in command handlers
  • Added: GRPC protocols
  • Changed: in-memory cache is now used instead of a database-based cache
  • Changed: mimalloc allocator is now used, replacing system allocator
  • Changed: updated rust-version to 1.92
  • Removed: database-based hartex-discord-entitycache-* removed
  • Removed: removed let_chains feature flag due to stabilization
  • Removed: Kafka-based interprocess communication has been removed

Localization Infrastructure

  • Changed: updated rust-version to 1.92

Rust Utilities

  • Changed: updated rust-version to 1.92
  • Removed: Kafka utilities crate has been removed