No new hooks added in 7.0.1 Below are recently added.

    jetpack_copy_post_row_actions

    hook (filter): Fires after the new Copy action has been added to the row actions.<p>Allows changes to the action presentation, or other final checks.</p>

    Source: modules/copy-post.php:313

    jetpack_copy_post_post_types

    hook (filter): Fires when determining if the "Copy" row action should be made available.<p>Allows overriding supported post types.</p> View Example

    Source: modules/copy-post.php:250

    jetpack_copy_post_data

    hook (filter): Fires just before the target post is updated with its new data.<p>Allows for final data adjustments before updating the target post.</p>

    Source: modules/copy-post.php:129

    jetpack_copy_post

    hook (action): Fires after all updates have been performed, and default content filters have been added.<p>Allows for any cleanup or post operations, and default content filters can be removed or modified.</p>

    Source: modules/copy-post.php:84

    jetpack_register_gutenberg_extensions

    hook (action): Fires before Gutenberg extensions availability is computed.<p>In the function call you supply, use <code>jetpack_register_block()</code> and <code>jetpack_register_plugin()</code>, respectively. Alternatively, use <code>jetpack_set_extension_unavailability_reason()</code> if the block or plugin should not be registered but marked as unavailable.</p>

    Source: class.jetpack-gutenberg.php:306

    jetpack_set_available_extensions

    hook (filter): Filter the whitelist of block editor extensions that are available through Jetpack.

    Source: class.jetpack-gutenberg.php:196

    jetpack_update_core_change

    hook (action): jetpack_update_core_change

    Source: sync/class.jetpack-sync-module-updates.php:211

    jetpack_tiled_galleries_block_content

    hook (filter): Filter the output of the Tiled Galleries content.

    Source: modules/blocks.php:65

    jetpack_search_get_filters

    hook (filter): Modify the aggregation filters returned by get_filters().<p>Useful if you are setting custom filters outside of the supported filters (taxonomy, post_type etc.) and want to hook them up so they're returned when you call <code>get_filters()</code>.</p>

    Source: modules/search/class.jetpack-search.php:1616

    jetpack_subscription_widget_total_subscribers

    hook (filter): Filter the total amount of subscribers

    Source: modules/subscriptions/views.php:493