File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2026-01-23
11+
12+ ### Added
13+ - Stale-while-revalidate (SWR) cache strategy for improved performance (#35 )
14+
15+ ### Fixed
16+ - OpenTelemetry Baggage API method signatures for context propagation (#39 )
17+
18+ ### Changed
19+ - Relaxed Faraday version constraint for better compatibility with older projects (#37 )
20+
1021## [ 0.2.0] - 2025-12-19
1122
1223### Added
@@ -29,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2940- Migrated from legacy ingestion API to OTLP endpoint
3041- Removed ` tracing_enabled ` configuration flag (#2 )
3142
32- [ Unreleased ] : https://github.com/simplepractice/langfuse-rb/compare/v0.2.0...HEAD
43+ [ Unreleased ] : https://github.com/simplepractice/langfuse-rb/compare/v0.3.0...HEAD
44+ [ 0.3.0 ] : https://github.com/simplepractice/langfuse-rb/compare/v0.2.0...v0.3.0
3345[ 0.2.0 ] : https://github.com/simplepractice/langfuse-rb/compare/v0.1.0...v0.2.0
3446[ 0.1.0 ] : https://github.com/simplepractice/langfuse-rb/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- langfuse-rb (0.2 .0 )
4+ langfuse-rb (0.3 .0 )
55 base64 (~> 0.2 )
66 concurrent-ruby (~> 1.2 )
77 faraday (>= 1.0 , < 3 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Langfuse
4- VERSION = "0.2 .0"
4+ VERSION = "0.3 .0"
55end
You can’t perform that action at this time.
0 commit comments