Skip to content

chore(release): bump version to 0.12.2 - #121

Merged
kxzk merged 1 commit into
mainfrom
feature/aai-466-release-langfuse-rb-0122
Sep 5, 2026
Merged

kxzk merged 1 commit into
mainfrom
feature/aai-466-release-langfuse-rb-0122

Conversation

@kxzk

@kxzk kxzk commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

TL;DR

Release langfuse-rb 0.12.2 with the OTLP exporter metrics fix from #117.

Why

Version 0.12.1 sends batch processor metrics to the configured reporter but omits OTLP exporter metrics. This patch release publishes the correction already merged into main.

The application continues to own its reporter. It flushes and closes the reporter after Langfuse.shutdown drains the tracing pipeline.

Checklist

  • Has label
  • Has linked issue
  • Tests added for new behavior
  • Docs updated (if user-facing)

Closes AAI-466

Verification

The complete repository check passed with 1,663 examples, 97.01% line coverage, and no RuboCop offenses. The release diff contains only the changelog, lockfile, and version file. Dependency versions are unchanged.

The 0.12.2 SDK exported a synthetic observation on shutdown. Independent Langfuse CLI readback verified its input, output, environment, and release. The documented adapter delivered batch processor and OTLP exporter metrics through a real DogStatsD client over localhost UDP. Langfuse did not flush, close, or shut down the application-owned reporter. Datadog backend ingestion was not tested.

The tag and gem build will use the verified merged release commit. RubyGems publication remains the manual MFA-protected step.


Note

Low Risk
Release-only version, changelog, and lockfile updates; behavior change is documented from prior merge #117, not introduced in this diff.

Overview
Patch release 0.12.2 with no runtime code changes in this diff鈥攐nly release metadata.

Updates Langfuse::VERSION to 0.12.2, bumps the path gem in Gemfile.lock, and documents 0.12.2 (2026-09-04) in CHANGELOG.md: the shipped fix forwards OTLP exporter metrics to the configured metrics reporter (#117), already on main since 0.12.1 only covered batch processor metrics. Compare links now point [Unreleased] at v0.12.2...HEAD and add [0.12.2] for v0.12.1...v0.12.2.

Reviewed by Cursor Bugbot for commit 03449f8. Bugbot is set up for automated code reviews on this repo. Configure here.

@kxzk kxzk added the bug Something isn't working label Sep 5, 2026
@kxzk kxzk self-assigned this Sep 5, 2026
@linear-code

linear-code Bot commented Sep 5, 2026

Copy link
Copy Markdown

AAI-466

@kxzk
kxzk merged commit f02824a into main Sep 5, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant