Skip to content

Releases: amanbolat/ft

v0.5.2

25 Dec 19:34
536c9a8

Choose a tag to compare

What's Changed

  • fix: correct duration unit conversions by @amanbolat in #3

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Dec 18:52
71029c5

Choose a tag to compare

See CHANGELOG.md for details.

v0.4.0

06 Jul 20:18

Choose a tag to compare

[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

01 Mar 00:42
ab4e27a

Choose a tag to compare

[0.3.1] - 2025-03-01

🚀 Features

  • Introduce makefile with lint command
  • Introduce tools directory

🐛 Bug Fixes

  • Linter issues

💼 Other

  • Add tools directory with go.mod and tools.go for golangci-lint

v0.3.0

01 Mar 00:19
2e3f267

Choose a tag to compare

[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

28 Jan 23:21
bfb26bd

Choose a tag to compare

[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

v0.2.0

25 Jan 20:50
acf04b8

Choose a tag to compare

[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

18 Jan 00:22
966ba06

Choose a tag to compare

The first beta release.