docs: finalize v5.0.0 changelog#373
Merged
Merged
Conversation
Date the 5.0.0 heading and add two entries that shipped after the changelog was last updated: - New feature: first-class RSpec test support (#371). - Fix: Minitest assert_semantic_logger_event exception_includes branch iterating payload_includes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add a dedicated RuboCop lint job to the build workflow, running on Ruby 3.4 with bundler caching. Also remove a dead variable assignment in default_test.rb that the new lint run flagged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add the rubocop-rspec dev dependency and disable RSpec/MultipleExpectations, since specs commonly assert on several attributes of a captured log event within a single example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CI installs gems into vendor/bundle via bundler-cache, and rubocop was descending into the vendored gems (failing on docile's own .rubocop.yml which inherits an uninstalled panolint plugin). Exclude vendor/ so only project files are linted. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 v5.0.0 changelog ahead of the release.
Changes
5.0.0heading (## [5.0.0] 2026-06-29); update if the release lands on a different day.SemanticLogger::Test::RSpec), which shipped in Add RSpec test support mirroring the Minitest helpers #372 but was missing from the changelog. Resolves Rspec tests and testing logging happens #371.assert_semantic_logger_eventfix where theexception_includesbranch iteratedpayload_includes(crashed whenexception_includeswas given withoutpayload_includes).No code changes; documentation only.
🤖 Generated with Claude Code