chore(platform): PAYMENTS-11727 Release 0.8.3#40
Open
WillemHoman wants to merge 1 commit into
Open
Conversation
j05h
approved these changes
Jun 30, 2026
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.
Finalizes the 0.8.3 release.
version.rb0.8.2 → 0.8.3resque_job_queue_latency_seconds,resque_job_perform_duration_seconds) under a## 0.8.3changelog headingWhy: the
v0.8.3tag and GitHub release were cut on the PR #31 merge commit without bumping the version, soversion.rbstill read0.8.2. The gemspec stamps the version from that constant, so nothing could ship as 0.8.3 (rubygems has nothing past 0.8.1).Note
Low Risk
Release metadata only (version constant and changelog); no runtime or metric behavior changes in this diff.
Overview
Aligns the published gem version with the 0.8.3 release after the tag was cut without a version bump.
lib/bigcommerce/prometheus/version.rbupdatesBigcommerce::Prometheus::VERSIONfrom0.8.2to0.8.3so the gemspec and RubyGems artifact match the intended release.CHANGELOG.mdreplaces the### Pending Releasesection with## 0.8.3, keeping the existing note about opt-in Resque job histograms (resque_job_queue_latency_seconds,resque_job_perform_duration_seconds) under that version.Reviewed by Cursor Bugbot for commit daded7b. Bugbot is set up for automated code reviews on this repo. Configure here.