No new hooks added in 11.3.2 Below are recently added.

    jetpack_podcast_post_fetch

    hook (action): Allow callers to identify when we have completed fetching a specified podcast feed.<p>This makes it possible to clean up any actions or filters that were set up using the <code>jetpack_podcast_pre_fetch</code> action.</p> <p>Note that this action runs after other hooks added by Jetpack have been removed.</p>

    Source: _inc/lib/class-jetpack-podcast-helper.php:311

    jetpack_podcast_pre_fetch

    hook (action): Allow callers to set up any desired hooks when we fetch the content for a podcast.<p>The <code>jetpack_podcast_post_fetch</code> action can be used to perform cleanup.</p>

    Source: _inc/lib/class-jetpack-podcast-helper.php:288

    videopress_init

    hook (action): Fires after the VideoPress package is initialized

    Source: jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php:30

    jetpack_search_allowed_taxonomies_for_widget_filters

    hook (filter): Filters the taxonomies that shows in filter drop downs of the search widget.

    Source: jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php:1074

    jetpack_api_include_comment_types_count

    hook (filter): Include certain comment types in comment counts in the REST API.<p>Note: the default array of comment types includes an empty string, to support comments posted before WP 5.5, that used an empty string as comment type.</p>

    Source: class.json-api.php:1044

    jetpack_pre_switch_theme

    hook (action): Trigger action before the switch theme happens.

    Source: json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php:59

    jetpack_sharing_data_attributes

    hook (filter): Filter the sharing data attributes.

    Source: modules/sharedaddy/sharing-sources.php:312

    jetpack_get_available_standalone_modules

    hook (filter): Stand alone plugins need to use this filter to register the modules they interact with.<p>This will allow them to activate and deactivate these modules even when Jetpack is not present. Note: Standalone plugins can only interact with modules that also exist in the Jetpack plugin, otherwise they'll lose the ability to control it if Jetpack is activated.</p>

    Source: jetpack_vendor/automattic/jetpack-status/src/class-modules.php:258

    jetpack_stats_footer_js_data

    hook (filter): Filter the parameters added to the JavaScript stats tracking code.

    Source: modules/stats.php:299

    jetpack_stats_footer_amp_data

    hook (filter): Filter the parameters added to the AMP pixel tracking code.

    Source: modules/stats.php:286