Skip to content

HarTex 0.6.0, Carbon I

Compare
Choose a tag to compare
@HTGAzureX1212 HTGAzureX1212 released this 10 Dec 11:39
· 2015 commits to nightly since this release
6c8ac0e

1 contributor made contributions to this release

339 commits since 2023-11-05

Warning

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

API Backend

  • Added: added hartex-backend-layers crate
  • Changed: updated Rust Version to 1.76
  • Changed: changed Response<T> to allow DeserializedOwned requirements
  • Changed: initiated and partial migration to axum
  • Changed: leverage parallel rustc compilation frontend

Bors Buildbot

  • Removed: bors in-tree is now EOL

Buildsystem

  • Added: added clean command to clean build artifacts
  • Changed: updated Rust Version to 1.76
  • Changed: leverage parallel rustc compilation frontend

Database Queries

  • Changed: updated Rust Version to 1.76
  • Changed: leverage parallel rustc compilation frontend

Discord Frontend

  • Changed: migrated the commands to use the new localization API
  • Changed: updated hyper crate to 1.0 and performed corresponding migrations
  • Changed: leverage parallel rustc compilation frontend

Localization Infrastructure

  • Added: added hartex-localizations-bindings and hartex-localization-loader crates
  • Changed: new API in hartex-localization-core
  • Changed: updated Rust Version to 1.76
  • Changed: leverage parallel rustc compilation frontend
  • Removed: removed old bundle_get and bundle_get_args macros
  • Removed: removed old types from hartex-localization-core

Rust Utilities

  • Changed: updated Rust Version to 1.76
  • Changed: leverage parallel rustc compilation frontend