Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 03:09
· 2 commits to master since this release
6acb453

Changelog

Features

Bug fixes

Enhancements

Refactor

  • bd9c305: refactor: clean up code by removing commented-out sections (@appleboy)
  • ccb9133: refactor: refactor logging stack handling and improve logger methods (@appleboy)
  • 76cd814: refactor: refactor metric handling by removing IncCompletedTask method (#140) (@appleboy)
  • 033194d: refactor: replace interface{} types with any in multiple files (@appleboy)

Build process updates

Documentation updates

  • e2fce4f: docs: add Chinese translations to README files (@appleboy)
  • 6b56538: docs: improve code documentation and comments for clarity and detail (@appleboy)
  • 8ce039c: docs: improve documentation clarity and readability throughout (@appleboy)
  • e194b80: docs: improve performance and compatibility across multiple modules (@appleboy)
  • 94d1fc8: docs: switch to circular buffer queues in README (@appleboy)

Others

  • c71c794: test: add comprehensive benchmarks for queue operations (@appleboy)
  • ee21031: test: add comprehensive tests for routine group functionalities (@appleboy)