Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordPress 6.3 compatibility #31638

Closed
6 of 7 tasks
jeherve opened this issue Jun 29, 2023 · 2 comments
Closed
6 of 7 tasks

WordPress 6.3 compatibility #31638

jeherve opened this issue Jun 29, 2023 · 2 comments
Assignees
Labels
Epic Formerly "Primary Issue", or "Master Issue" General [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Pri] Normal [Type] Janitorial
Milestone

Comments

@jeherve
Copy link
Member

jeherve commented Jun 29, 2023

WordPress 6.3 is set to release on August 8, 2023.

Let's use this issue to keep track of anything that may come up until then.

In addition to the above, we can follow the dev-notes that will drop here about the release:
make.wordpress.org/core/tag/dev-notes+6-3

Below, let's keep track of things we can start implementing once WordPress 6.3 is the minimum required version, in #32865.


For reference: prior art for WordPress 6.2 compat: #27795

@jeherve jeherve added General [Type] Janitorial Epic Formerly "Primary Issue", or "Master Issue" [Pri] Normal [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ labels Jun 29, 2023
@jeherve jeherve added this to the jetpack/12.4 milestone Jun 29, 2023
@jeherve
Copy link
Member Author

jeherve commented Jul 17, 2023

Improved Caching for Database Queries in WP_User_Query

@Automattic/jetpack-kernel Do you think this is something that may impact us in sync?

samiff added a commit that referenced this issue Jul 17, 2023
See #31638

Co-authored-by: Samiff <samiff@users.noreply.github.com>
@sergeymitr
Copy link
Contributor

sergeymitr commented Jul 17, 2023

Thanks for the ping @jeherve, there might be an issue here.

@bisko, it looks like we're querying user ID's directly from the database, and then use WP_User_Query to fetch users by those ID's here.
Do you think there might be a problem with users being in the database, but WP_User_Query operating with an older cache and not finding those users?
Technically it shouldn't happen as the cache gets invalidated every time there's a change to the database, but it will occasionally happen, so may be we only should make sure it fails gracefully if that happens.

haqadn pushed a commit that referenced this issue Jul 19, 2023
…31910)

See #31638

Co-authored-by: Samiff <samiff@users.noreply.github.com>
@sdixon194 sdixon194 modified the milestones: jetpack/12.4, jetpack/12.5 Aug 7, 2023
@jeherve jeherve modified the milestones: jetpack/12.5, jetpack/12.6 Aug 8, 2023
@jeherve jeherve self-assigned this Aug 8, 2023
jeherve added a commit that referenced this issue Aug 30, 2023
jeherve added a commit that referenced this issue Aug 30, 2023
See #31638

This mostly removes checks that were added in #28710
@jeherve jeherve closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Formerly "Primary Issue", or "Master Issue" General [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Pri] Normal [Type] Janitorial
Projects
None yet
Development

No branches or pull requests

3 participants