Issue: 194-update-rack-to-resolve-vulnerabilities#195
Merged
jonrandahl merged 10 commits intodevfrom Nov 3, 2025
Merged
Conversation
- Upgrade core and third-party libraries to latest versions - Update lockfile to match new versions - Bump versions for bundled dependencies and update constraints - Maintain compatibility and bring in latest bug fixes
- Add development tools for performance benchmarking - Ensure profiling libraries and helper utilities are available - Update environment for related dependencies
- Include system utility required for process monitoring in container - Prepare for resource usage logging methods
- Update exception rescue paths to clarify outcomes - Add hooks and helpers for internal resource usage logging - Enhance logging for error reporting and debugging - Use standard naming and status resolution for HTTP errors - Tidy unused methods and add references for clarity
- Use safe dig to handle nil or missing status - Prevent exceptions during metrics emission
- Standardise placement of log level configuration in environment - Add explanatory comment for configuration block - Remove redundant configuration for clarity
- Bumped version number for new release - Added summary of changes, improvements and fixes - Highlighted security, performance, and logging enhancements - Listed fixed issue related to missing status in metrics
- Replaces all curly single quotes with numeric HTML entities for consistency - Ensures correct display of single quotation marks in web browsers - Updates all affected documentation text for clarity
- Changes example heading to use HTML entity instead of curly quote - Keeps terminology consistent with rest of document examples
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.
chore: update rack, dependencies, and improve error handling
Added
Changed
Fixed
relates to #194