Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

67 lines (41 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.0] - 2025-03-01

🐛 Bug Fixes

  • (test) Wrong expected duration value
  • Wrong duration key in the logs

🚜 Refactor

  • Improve attribute handling, metric recording, and add documentation

🧪 Testing

  • Update duration attribute and metric unit tests to match implementation

[0.2.1] - 2025-01-28

🐛 Bug Fixes

  • Incorrect const values

⚙️ Miscellaneous Tasks

  • Add git-cliff configuration for changelog generation
  • Add changelog
  • Update example formatting in readme
  • Update simple example
  • Update readme
  • Update readme
  • Fix examples in readme
  • Update changelog

[0.2.0] - 2025-01-25

🚀 Features

  • Add test dependencies and OpenTelemetry SDK to go.mod

🚜 Refactor

  • Reorganize global config and improve tracing
  • Resolve slog value before converting to string
  • Clean up test code and add attribute type tests
  • Remove unused log level getter functions

🧪 Testing

  • Add comprehensive test suite for ft package functionality
  • Add comprehensive test suite for ft package

⚙️ Miscellaneous Tasks

  • Update dependencies and upgrade Go version to 1.23.5
  • Update go mods
  • Update readme

[0.1.0] - 2024-01-18

🐛 Bug Fixes

  • Wrong log level on error