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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ devise (5.0.0 → 5.0.1) · Repo · Changelog
Release Notes
5.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Release v5.0.1Only downcase first letter of each auth key, not the entire string (#5822)Fix minitest name (#5821)Release Notes
3.1.21
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
Merge pull request #290 from tenderlove/bumpadd bundler tasksbump versionMerge pull request #289 from tenderlove/trusted-publishersConfigure trusted publishingMerge pull request #288 from tenderlove/deal-with-flakeTry to deal with flaky testsMerge pull request #287 from tenderlove/modernize-ciModernize CIDeclare development dependenciesMerge pull request #282 from tenderlove/constant-compareLets not allocate anythingUse a constant-time secure comparison for passwordsMerge pull request #279 from federicoaldunate/fix-eql-commentMerge pull request #280 from mohamedhafez/patch-1Mark as ractor-safeAdd == gotcha that can be unintuitive at firstMerge pull request #276 from m-nakamura145/support-ruby-3-3-x-and-3-4-0-preview1Test old Rubies on older x64 macOSRuby 3.4.0.-preview1 is not available on WindowsUpdate README to remove specific Ruby version mentionsSupport ruby 3.3 and 3.4.0-preview1Merge pull request #274 from mark-young-atg/provide_changelog_link_on_rubygemsProvide a 'Changelog' link on rubygems.org/gems/bcryptRelease Notes
1.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Skip tests that are failing on TruffleRuby (#1170)Bump version to 1.17.0 (#1169)Support slices change in Prism (#1168)Stop pointing rbs to git source (#1165)Treat frame.path as nilable in frame filtering (#1161)Add missing keyword to colorize (#1163)Fix incorrect history handling in nested session with debug.gem (#1158)Nesting analysis using Prism (#1092)Syntax Highlight using Prism (#1091)Support copy command on windows and wsl (#1153)Fix test_rendering flaky pager test (#1152)Exclude dependabot updates from release noteRelease Notes
2.18.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Release 2.18.1fbuffer_append_str: assume stringEnsure `Generator::State` is kept on the stackImprove class JSON introExtract json_fast_memcpy16 for readabilityUse __builtin_memcpy, if available, to copy overlapping byte ranges in copy_remaining_bytes to avoid a branch to MEMCPY. Additionally use a space as padding byte instead of an 'X' so it can be represented diretly on AArch64 with a single instruction.Remove trailing spaces [ci skip]initialize search.chunk_end to silence a warning about it being potentially uninitializeduse a conditional to select SIMD implementation rather than pointerDirectly write to the output buffer when converting UTF32 to UTF8.Merge pull request #921 from nobu/nonportable-codeFix non-portable codeSimplify unescape_unicodeKeep track of the the number of additional backslashes to avoid an extra memchr searching the remaining characters when no more backslashes exist.Add missing documentation for `allow_control_characters` parsing optionUpdate `fpconv_dtoa` definition to use `dest[32]`Revert "Skip test failing with JRuby in CI"Release Notes
7.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Bump version to 7.2.0 (#1608)Fix RDoc::Attr#add_alias handling of aliased attribute accessor (#1605)Add unique IDs to section headings in Aliki template (#1603)Add unique IDs to section headings in Aliki template (#1603)Bump step-security/harden-runner from 2.14.1 to 2.14.2 (#1607)Bump ruby/setup-ruby from 1.287.0 to 1.288.0 (#1606)Add `/release-check` Claude Code skill (#1604)Fix broken legacy rdoc-ref labels and duplicate heading IDs (#1602)Ignore visibility method, attr definition, module_function within block (#1595)Fix sections not displaying their text (#1600)Fix accept_table with incomplete rows (#1599)Fix visit_call_node visit arguments twice (#1596)Hide search results on Escape key on desktop too for `Aliki` (#1593)Change PrismRuby not to depend on hack that stores module nesting information to context.parent (#1580)Implement escapes in Markdown to RDoc conversion (#1575)Bump ruby/setup-ruby from 1.286.0 to 1.287.0 (#1594)Add missing quote for 'unknown' (#1589)Fix not scrolling in search results when `ArrowUp` or `ArrowDown` for `Aliki` (#1587)Bump actions/checkout from 6.0.1 to 6.0.2Bump step-security/harden-runner from 2.14.0 to 2.14.1 (#1583)Bump ruby/setup-ruby from 1.284.0 to 1.286.0 (#1582)Removed truffleruby from CI, because no-one fix failure jobsFix a test that uses invalid syntax (#1577)Bump ruby/setup-ruby from 1.281.0 to 1.284.0 (#1569)Replace attribute_manager with a new rdoc-inline-format parser (#1559)Highlight bash commands (#1544)Fix broken RDoc Markup Reference link in RDoc::Comment (#1566)Expand GitHub style references in ChangeLog to URL (#1547)Release Notes
3.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release v3.2.0Merge pull request #254 from heartcombo/ca-upgradeUpdate Ruby/Rails supportUpdate copyright, use new email [ci skip]Merge pull request #249 from kianmeng/fix-typoFix typo, compatibilty -> compatibilityBump year [ci skip]Add support to Ruby 3.3 (no changes required)Update to latest gemsFix link to old Rails 3 blog post (#247)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands