Skip to content

Comments

Update blind_index: 2.2.0 → 2.3.1 (minor)#424

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/blind_index-2.3.1
Closed

Update blind_index: 2.2.0 → 2.3.1 (minor)#424
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/blind_index-2.3.1

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Nov 11, 2022

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?

✳️ blind_index (2.2.0 → 2.3.1) · Repo · Changelog

Release Notes

2.3.1 (from changelog)

  • Fixed error with backfill when bidx_attribute is a symbol

2.3.0 (from changelog)

  • Added blind indexes to filter_attributes
  • Dropped support for Ruby < 2.6 and Rails < 5.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 32 commits:

↗️ argon2-kdf (indirect, 0.1.3 → 0.1.7) · Repo · Changelog

Release Notes

0.1.7 (from changelog)

  • Improved ARM detection

0.1.6 (from changelog)

  • Added ARM shared library for Linux

0.1.5 (from changelog)

  • Fixed ARM detection

0.1.4 (from changelog)

  • Added ARM shared library for Mac

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 16 commits:

↗️ zeitwerk (indirect, 2.6.1 → 2.6.6) · Repo · Changelog

Release Notes

2.6.6 (from changelog)

  • The new eager_load_namespace had a bug when eager loading certain namespaces with collapsed directories. This has been fixed.

2.6.5 (from changelog)

  • Controlled errors in a couple of situations:

    • Attempting to eager load or reload without previously invoking setup now raises Zeitwerk::SetupRequired.

    • The method Zeitwerk::Loader#push_dir raises Zeitwerk::Error if it gets an anonymous custom namespace.

    These should be backwards compatible, because they raise in circumstances that didn't work anyway. The goal here is to provide a meaningful error upfront.

  • Enforcement of private interfaces continues with another gradual patch.

2.6.4 (from changelog)

Ruby does not have gem-level visibility, so sometimes you need things to be public for them to be accessible internally. But they do not belong to the public interface of the gem.

A method that is undocumented and marked as @private in the source code is clearly private API, regardless of its formal Ruby visibility.

This release starts a series of gradual patches in which private interface is enforced with stricter formal visibility.

2.6.3 (from changelog)

  • v2.6.2 introduced a regression in the logic that checks whether two loaders want to manage the same root directories. It has been fixed.

2.6.2 (from changelog)

  • Zeitwerk::Loader#load_file allows you to load an individual Ruby file. Check its documentation for details.

  • Zeitwerk::Loader#eager_load_dir allows you to eager load a directory, recursively. Check its documentation for details.

  • Zeitwerk::Loader#eager_load_namespace allows you to eager a namespace, recursively. Namespaces are global, this method loads only what the receiver manages from that namespace, if anything. Check its documentation for details.

  • Zeitwerk::Loader.eager_load_namespace broadcasts eager_load_namespace to all registered loaders. Check its documentation for details.

  • Documents shadowed files. They always existed, but were not covered by the documentation.

  • Other assorted documentation improvements.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Nov 11, 2022
@depfu
Copy link
Contributor Author

depfu bot commented Apr 28, 2023

Closed in favor of #449.

@depfu depfu bot closed this Apr 28, 2023
@depfu depfu bot deleted the depfu/update/blind_index-2.3.1 branch April 28, 2023 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants