Skip to content

v0.9.0

Pre-release
Pre-release

Choose a tag to compare

@kiki-kanri kiki-kanri released this 20 Jun 22:22
· 40 commits to main since this release

compare changes

🚀 Enhancements

  • logger: Add configurable tracing logger (d2c90eb)
  • logger: Add env options builder (99a5212)
  • logger: Add non-blocking log workers (e65eb76)

🩹 Fixes

💅 Refactors

  • ⚠️ Remove tracing related components and codes (898f80c)
  • logger: Use pathkit file moves (4f8d841)

🏡 Chore

  • Update upgrade-dependencies.sh script (f1a2a24)
  • Update scripts (85d43bd)
  • Update fmt rules and set lint rules and update rust toolchain nightly date to 26-06-15 (89d68c4)
  • Update lint rules (3cc9417)
  • Update lint rules (16550a8)
  • Fmt code (aed428b)
  • Add --message-format=short --quiet args into lint and lint-fix command (2f89d10)
  • Update cargo alias commands (e0cf8fe)

✅ Tests

  • Add atomic and signal unit coverage (e38e7d9)
  • signal: Support windows target checks (b4addf4)
  • Gate integration modules by feature (3ee704c)

⚠️ Breaking Changes

  • ⚠️ Remove tracing related components and codes (898f80c)

❤️ Contributors

  • Kiki-kanri