langfuse-rb 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/langfuse/version.rb +1 -1
- metadata +33 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99afbe7d86b8a94bdb08e95477b88bd6ced6a5ca01cbf794eec86d23cf716f0e
|
|
4
|
+
data.tar.gz: 2098919014cab53a2a2f7b4e22b06c4a87f306cde866ef87e45033e558caf472
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a5ee8263a21a8bfff3ec9ce2603a85ba2f26522aa757ddbe16e62cb96e46830fdc9c4958ebf28ca228b84a2b46bbe104ad29d2a7761d6bbdda5c67c67145bf3
|
|
7
|
+
data.tar.gz: f9682ef80e7b52800f8d566c8d5a4132012441a653f4bed74ace178997a9fed5df904119e8b15c5c74aa6c61ca187af87e26bad91c878d86b0afc1579da8606c
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.12.0] - 2026-08-20
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Require Faraday 2.14.3 or newer, dropping Faraday 1.x compatibility (#115).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Prevent consumers from resolving vulnerable Faraday, JSON, and concurrent-ruby versions (#115).
|
|
17
|
+
|
|
10
18
|
## [0.11.0] - 2026-08-19
|
|
11
19
|
|
|
12
20
|
> [!NOTE]
|
|
@@ -165,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
165
173
|
- Migrated from legacy ingestion API to OTLP endpoint
|
|
166
174
|
- Removed `tracing_enabled` configuration flag (#2)
|
|
167
175
|
|
|
168
|
-
[Unreleased]: https://github.com/simplepractice/langfuse-rb/compare/v0.
|
|
176
|
+
[Unreleased]: https://github.com/simplepractice/langfuse-rb/compare/v0.12.0...HEAD
|
|
177
|
+
[0.12.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.11.0...v0.12.0
|
|
169
178
|
[0.11.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.10.1...v0.11.0
|
|
170
179
|
[0.10.1]: https://github.com/simplepractice/langfuse-rb/compare/v0.10.0...v0.10.1
|
|
171
180
|
[0.10.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.9.0...v0.10.0
|
data/lib/langfuse/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: langfuse-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SimplePractice
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 2.14.3
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '3'
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 2.14.3
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '3'
|
|
@@ -65,19 +65,45 @@ dependencies:
|
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: '1.1'
|
|
67
67
|
- !ruby/object:Gem::Dependency
|
|
68
|
-
name:
|
|
68
|
+
name: json
|
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
|
71
71
|
- - "~>"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '
|
|
73
|
+
version: '2.19'
|
|
74
|
+
- - ">="
|
|
75
|
+
- !ruby/object:Gem::Version
|
|
76
|
+
version: 2.19.9
|
|
74
77
|
type: :runtime
|
|
75
78
|
prerelease: false
|
|
76
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
80
|
requirements:
|
|
78
81
|
- - "~>"
|
|
79
82
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '
|
|
83
|
+
version: '2.19'
|
|
84
|
+
- - ">="
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: 2.19.9
|
|
87
|
+
- !ruby/object:Gem::Dependency
|
|
88
|
+
name: concurrent-ruby
|
|
89
|
+
requirement: !ruby/object:Gem::Requirement
|
|
90
|
+
requirements:
|
|
91
|
+
- - ">="
|
|
92
|
+
- !ruby/object:Gem::Version
|
|
93
|
+
version: 1.3.7
|
|
94
|
+
- - "<"
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '2.0'
|
|
97
|
+
type: :runtime
|
|
98
|
+
prerelease: false
|
|
99
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - ">="
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: 1.3.7
|
|
104
|
+
- - "<"
|
|
105
|
+
- !ruby/object:Gem::Version
|
|
106
|
+
version: '2.0'
|
|
81
107
|
- !ruby/object:Gem::Dependency
|
|
82
108
|
name: opentelemetry-api
|
|
83
109
|
requirement: !ruby/object:Gem::Requirement
|