Releases: amanbolat/ft
Releases · amanbolat/ft
v0.5.2
What's Changed
- fix: correct duration unit conversions by @amanbolat in #3
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.4.0
[0.4.0] - 2025-07-06
🚀 Features
- Add thread-safe AddAttrs method to Span interface
🚜 Refactor
- Remove redundant comment in span attribute handling
📚 Documentation
- Add AddAttrs method documentation and example usage
🧪 Testing
- Improve test structure and add fmt import
v0.3.1
v0.3.0
[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
v0.2.1
v0.2.0
[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
v0.1.0 Release
The first beta release.