chore(release): bump version to 0.12.3 - #124
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DRRelease 0.12.3 with JSON 3 support and the Faraday minimum required for compatible API response parsing.
WhyApplications using JSON 3 can install the SDK without downgrading JSON. This patch release includes #123 and changes only the version, changelog, and lockfile entry.
ChecklistCloses AAI-508
Verification
The release passed the full local suite: 1,663 examples, zero failures, and 97.01% line coverage. RuboCop passed for all 112 files. The implementation also passed hosted JSON 2 and JSON 3 tests on Ruby 3.2, 3.3, and 3.4.
The 0.12.3 SDK passed a live JSON 3 check. Prompt contents matched independent Langfuse CLI reads, and the CLI confirmed a synthetic trace's input/output and a synthetic score.
RubyGems publication remains manual after the merged release is tagged and the gem is built.
Note
Low Risk
Release metadata only (version, changelog, lockfile); no runtime or dependency constraint changes in this diff.
Overview
Release 0.12.3 — packaging only: bumps
Langfuse::VERSIONto 0.12.3, updatesGemfile.lock, and documents the patch in CHANGELOG under[0.12.3] - 2026-09-15.The new changelog entry records #123: JSON 3.x is allowed and Faraday ≥ 2.14.4 is required for compatible API response parsing. Compare links at the bottom of the changelog now point Unreleased at
v0.12.3...HEADand add thev0.12.2...v0.12.3release link.Reviewed by Cursor Bugbot for commit de53c24. Bugbot is set up for automated code reviews on this repo. Configure here.