Skip to content

ark_resolver: v1.12.2

Choose a tag to compare

@daschbot daschbot released this 24 Jul 08:12
900570b

1.12.2 (2025-07-24)

Maintenances

  • Add caching and smoke-test execution to CI (#118) (cace974)
  • Add cargo-nextest and update Rust toolchain (#116) (fe709a5)
  • Add claude and typechecking (#100) (5162b2b)
  • Add parallel execution framework for Python/Rust shadow validation (#109) (bdef6ef)
  • ARK URL Formatter migrated to hexagonal architecture (#105) (f3fd637)
  • ARK URL Info Processing migrated to hexagonal architecture (#107) (ebb83ce)
  • Check digit module migrated to hexagonal architecture (#104) (3735f96)
  • Complete ARK URL Info Processing migration to Rust (#108) (561e0e0)
  • Complete migration of check_digit.py to Rust with full test parity (#101) (8b419aa)
  • Extract catch_all route to dedicated redirect module (#110) (8c07fc1)
  • Fix cargo check and formatting errors (#121) (c93e7f4)
  • Ignore temporary Graphite branches in CI (#119) (9cd01b9)
  • Implement shadow execution and logging for convert route (#117) (fc2b081)
  • Improve CI caching to prevent Docker build timeouts (#120) (22fccdb)
  • Improve github CI check workflow (#122) (db35e88)
  • Migrate ark_url_settings to hexagonal architecture (#112) (100b246)
  • Move parsing module to domain layer (#114) (6f747b0)
  • Project setup (19e0dfa)
  • Remove old implementation (#113) (bd52d03)
  • UUID processing migrated to hexagonal architecture and legacy code removed (#106) (90475e2)
  • UUID Processing Migration (#102) (7d7d72e)

Documentation

Bug Fixes

  • Update justfile test target to run all Rust unit tests without PyO3 issues (#115) (8fd6547)

Tests

  • Extend smoke test to cover convert and redirect routes (#111) (862eeb7)