langfuse-rb 0.10.0 → 0.10.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0751bccadaa11e94f6fb8db5d8eb5a356b7102d2b811f1bc8b9b5e2f9c924072
4
- data.tar.gz: 0c52e3a2738c090fa1804ed5a8722337ca58ba045a5aad0262e9a20ce4c1dd28
3
+ metadata.gz: 06f62784113cec51196e77ba4604d8a056b0cd2fbeaccc950af44311cf428ae2
4
+ data.tar.gz: 96c3b104d313ed20a17ce199b7999cd91d4cf5a9f34482e7ef4d1a8508a00f0e
5
5
  SHA512:
6
- metadata.gz: 8a27652b71192d9a92b520f9c95af0990aae08af3e649b6c2d6f6827dacc3b8d402d3833e96abf2e7c5d20728defc19b1b92a4bc6b5778f47809f9266a34e11f
7
- data.tar.gz: 435c45905b38b3f3f0e0641799394a9834c7ccd6e24d5f56adbf5cabed9345c77f7e842d33c91637c775c30f5b13cb26e434f9eb5fce45ac417b9e89544a9044
6
+ metadata.gz: a5516b70bf74c36dd05c9766b5105d7ba9d249743b3b77f7136f73c7f4a2fe554cad109424ef4afc381f71cf5353d28248a97cce2e526c3cd8918a9a877250b8
7
+ data.tar.gz: 5eb592bf72abb6634413d7bb5de38cf188dac7cfae59cebbc7ee3810c875cdb4e2bbd037fca73165fa2e4b72ac966bf302b0629feabebd80adf128a04e7af7c7
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.10.1] - 2026-05-05
11
+
12
+ ### Changed
13
+ - Refactor prompt cache internals (#91)
14
+
10
15
  ## [0.10.0] - 2026-05-05
11
16
 
12
17
  ### Added
@@ -124,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124
129
  - Migrated from legacy ingestion API to OTLP endpoint
125
130
  - Removed `tracing_enabled` configuration flag (#2)
126
131
 
127
- [Unreleased]: https://github.com/simplepractice/langfuse-rb/compare/v0.10.0...HEAD
132
+ [Unreleased]: https://github.com/simplepractice/langfuse-rb/compare/v0.10.1...HEAD
133
+ [0.10.1]: https://github.com/simplepractice/langfuse-rb/compare/v0.10.0...v0.10.1
128
134
  [0.10.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.9.0...v0.10.0
129
135
  [0.9.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.8.0...v0.9.0
130
136
  [0.8.0]: https://github.com/simplepractice/langfuse-rb/compare/v0.7.0...v0.8.0