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

chore(v3.1.x): release 1.0.0 #20

Open
wants to merge 1 commit into
base: v3.1.x
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release beep boop

1.0.0 (2022-02-24)

Features

  • Add a buffer fullness method (#3392) (9c0126b), closes #3389
  • Add a way to listen to all events on a specific target (dc5d033)
  • Add downloadSizeCallback before storing offline (#3049) (54b8f6e)
  • add ignoreMaxSegmentDuration config for DASH manifest (#3115) (23808ea), closes #2834
  • Add parameter to probeSupport to skip DRM tests (#3047) (6494a5b), closes #3037
  • Add SubStation Alpha (SSA) support (#3060) (0845843)
  • Add SubViewer (SBV) support (#3063) (82b2878)
  • Add support for WebVTT style blocks (#3071) (6db55e0)
  • ads: Add setVpaidMode to the ima externs (#3135) (2567b65)
  • ads: allow adsResponse for making ad request (#2946) (40d4451), closes #2892
  • ads: Change the value of the 'mpt' param we set for tracking. (5f8e5e1)
  • Ads: Expose native IMA stream manager for SS DAI (68b7eda)
  • ads: Exposed getMinSuggestedDuration. (cc03576)
  • Allow switching between mono and stereo tracks (#2911) (4aa0856), closes #2908
  • Change default network request timeout (#3024) (40a0b36), closes #1578
  • Config to prefer forced subtitles (#3022) (e5bf027), closes #2947
  • dash: Add support for mpegB:cicp:ChannelConfiguration (#3057) (607deb7), closes #2873
  • dash: Add support for thumbnail tracks (#3145) (b9b3cc8)
  • Dash: Extract HDR metadata from DASH manifests (#3226) (f527451)
  • Dash: Extract HDR metadata from DASH manifests (#3226) (f23ee0a)
  • deduplicate text streams in period flattening (#2885) (54d48e1)
  • demo: Add MIME type and extra config to custom assets (8205a1b)
  • demo: DASH and HLS demo content from MetaCDN (#3350) (ec9a38f)
  • demo: Make it possible to add custom ad assets with no manifest uri. (40aa213), closes #3136
  • docs: Add vue.js, nuxt.js and video.js integration examples (#3160) (a2b002a)
  • drm: add 'com.microsoft.playready.recommendation' to probeSupport (#3308) (d4ea27a)
  • Extract HDR metadata from HLS manifests (#3116) (7137286)
  • hls: Add config to prefer native HLS playback (6c012aa), closes #3077
  • ll-Dash: Add new low latency DASH manifest (#2963) (9d59f72)
  • LL-Dash: Check whether ReadableStream is supported (904d8f2), closes #1525
  • LL-Dash: Fetch and append ReadableStream (f67367a), closes #1525
  • LL-Dash: Parse and append ReadableStream by MP4 boxes (40d0359), closes #1525
  • ll-hls: only request delta updates when server supports it (4c97562), closes #1525
  • ll-hls: Parse BYTERANGE-START tag (20cc6b5), closes #1525
  • LL-HLS: Set default streaming config for low latency (1e8f8bb), closes #1525
  • lowLatency: Add autoLowLatencyMode config (#2861) (28f35c2), closes #1525
  • LowLatency: Show warning if lowLatencyMode should be enabled (281d3ed)
  • LowLatency: Show warning if lowLatencyMode should be enabled (ac4fb76), closes #1525
  • make drm sessionType configurable in advanced DRM config (#3301) (4574a5d)
  • Make gap detection threshold configurable (#3166) (d36936b)
  • MediaCap: Add config for using MediaCapabilities (129b068), closes #1391
  • MediaCap: Add MediaCap polyfill to uncompiled.js (8912792), closes #1391
  • MediaCap: Add polyfill for MediaCapabilities (f4c6063), closes #1391
  • MediaCap: Add preferredDecodingAttributes config (9a360bb), closes #1391
  • MediaCap: Always polyfill MediaCap for Chromecast (e592d48), closes #1391
  • MediaCap: Check spatialRendering against MediaCapabilities (#3224) (b84f774)
  • MediaCap: Default "useMediaCapablities" to true (bd7e07b)
  • MediaCap: get decodingInfo results before queryMediaKeys (acfa1a8), closes #1391
  • MediaCap: get mediaKeySystemAccess via decodingInfo (aca343b), closes #1391
  • MediaCap: Guess the codecs of multiplexd stream for MediaCap (198a6d4), closes #1391
  • MediaCap: make StreamUtils.filterManifest async (5bb8c1c), closes #1391
  • MediaCap: Patch VP9 codec (bf0644a)
  • MediaCap: Skip filtering by DrmEngine with MediaCap enabled (0f0c940), closes #1391 #3334
  • MediaCap: Support multiplex content with MediaCap (966a756), closes #1391
  • MediaCap: Use MediaCapabilities for offline storage (2f65b97), closes #1391
  • MediaCap: Use MediaCapabilities for supporting info (57ee238), closes #1391
  • MediaCap: Use mediaKeySystemAccess from decodingInfo in DrmEngine (b63a64e), closes #1391
  • Network stall detection (#3227) (863e345), closes #1582
  • Optionally force HTTPS content URIs (#3025) (207c235), closes #1389
  • player: Add getKeyStatuses to Player. (a6078bf)
  • player: Add label to LanguageRole externs (98df64c), closes #2904
  • Progress toward FairPlay DRM w/ MSE (#3347) (31ba8d3)
  • text: Add addTextTrackAsync (#2932) (faa1e52)
  • text: Add LyRiCs (LRC) support (#3036) (8b7e70a)
  • text: Add polyfill for TextDecoder/TextEncoder (1405997)
  • text: Add support to side-load subtitles in src mode (#2874) (4659a97)
  • text: Creates style tags for underline/italics/bold in WebVttGenerator (#3266) (658790a)
  • text: rename cue "spacer" to "lineBreak" (65a6f26)
  • thumbnails: Allow download thumbnails (for offline usage) (#3280) (06982de)
  • ttml: Add support for SMPTE namespace 2013 (#3062) (df74eab)
  • ui: Add Loop, PIP, Cast, AirPlay buttons to control panel (#3255) (4f0ded7), closes #2676
  • ui: Allow apps to register a custom seek bar UI implementation (#2966) (f073abc), closes #2924
  • ui: Allow showing track labels in UI (c7d0ce9), closes #2927
  • UI: Display cursors as pointers on overflow menu buttons(#3218) (9fb637d)
  • UI: Exit PiP when destroying UI (b132867), closes #3553
  • vp9: Polyfill vp09 checks when only vp9 is recognized (126a398), closes #2870

Bug Fixes

  • Add DASH MIME type mapping for src= playback (#3805) (1696c30)
  • Add explicit release() for FakeEventTarget (#3950) (9119535)
  • Add missing * in jsdoc comment in periods (#3041) (26fac12)
  • Add support to file type in mediaCapabilities implementation (#3570) (a44e9ab), closes #3530
  • Add support to file type in MediaCapabilities polyfill (#3569) (bd5da6b), closes #3530
  • Add Support to iOS 12 in MediaCapabilities polyfill (#3573) (2adfbf5)
  • Add TextDecoder requirement to isBrowserSupported (4a49508), closes #2759
  • ads: Add ResizeObserver to CS ad manager. (#3652) (423aff6), closes #3638
  • ads: Add the original IMA event to the Shaka AD_CLICKED event. (7c6ee2d), closes #3304
  • ads: Dispose of ad manager on player detach (6c3afde)
  • ads: Fix bug w/ configuring UI during CS ads (655493f), closes #2869 #2943
  • ads: Fix clicking in interactive client-side ads (fdc7ccf), closes #3053
  • ads: Fix stopping ad manager after adblock. (ea90fbd)
  • ads: Fix stopping of Server Side Ad manager (#3611) (4637bad)
  • ads: Fix the skip ad button not being clickable #3284 (#3326) (78e181d)
  • ads: Hide the ad container when ads aren't playing. (23fe712), closes #3121
  • ads: Use the correct AdsLoader AD_ERROR event (#3105) (83ff408), closes #3095
  • Allow muxjs to be loaded after Shaka (02a0fbf), closes #3407
  • Always polyfill MediaCapabilities for Apple browsers (#3588) (45f0a4e)
  • assert media element when initializing DRM Engine (0a1809d), closes #2915
  • Avoid a race when clearing buffered content (d4d014b)
  • Avoid seeking on src when start time is 0 (#3644) (ac6c342), closes #3518
  • Avoid setting global Cast hook (ecbeae0), closes #3167
  • Avoid the risk condition of unloading text stream and scheduling updates (281edf3), closes #2764
  • b/166852391 (1db1382)
  • ban new Date.getTime() (#2857) (ee5fe52)
  • build: Fix running build scripts on Windows. (0bd4c69), closes #2988
  • build: Fix stylelint on Windows (#3214) (6b19e51), closes #2985
  • build: Fix stylelint on Windows (#3214) (568321c), closes #2985
  • cast: Fix Shaka+Cast apps using IndexedDB (256f89d)
  • cast: Make cast tests more forgiving. (78981e3)
  • Catch unhandled rejection destroying StreamingEngine (6994da4)
  • cea: Fix BUFFER_READ_OUT_OF_BOUNDS error when CEA caption packets are empty (#3609) (3da6589), closes #3608
  • choose the configured preferred text role at start (#3399) (02bafe4)
  • Clear buffer on seek if mediaState is updating (#3795) (a115791), closes #3299
  • correctly detect Edge Chromium as Edge (#2855) (a344f10)
  • dash: Fix HDR signalling via essential or supplemental property (#3727) (d3a64dc), closes #3726
  • DASH: fix memory leak with SegmentTimeline (#3039) (ed953bf), closes #3038
  • dash: Fix seek range issues on transition from live to VOD (9d7d23d), closes #3675
  • dash: Fix stalls on a live dash stream. (7e50866)
  • DASH: Fix trick-mode tracks associated with multiple regular tracks (#2992) (65143a6), closes #2978
  • DASH: Support "forced-subtitle" role (#3807) (924a169), closes #3767
  • Dedupe DRM init data (#3695) (4d91de3)
  • demo: Fix 'Tears of Steel (live, DASH, Server Side ads)' (#3758) (37c354f)
  • demo: Fix centering of icons, add hover effect on settings (#3352) (ef0c651)
  • demo: Listen to "keydown" on settings button. (314a3e6), closes #2986
  • demo: Remove redundant switch for manifest.dash.ignoreDrmInfo (ebb1e34)
  • Disable unprefixed EME on Safari (dd94bd3)
  • Display captions with forward slashes (#3556) (9128f16)
  • doc: Export UI externs (2d88f8c), closes #2948
  • docs: corrects typo in project README (#3368) (3404805)
  • doc: Update @event and @link in UI (99314b7)
  • Don't apply seek range while content is still loading (#2849) (6af6e00), closes #2748
  • Don't destroy ad manager on detach (#3665) (aeb16f3)
  • Don't force update captions by default (#3425) (4abb0f5)
  • Don't forget active track after new period is added to live stream. (add298b), closes #3510
  • Don't gap jump at start of video if autoplay is not set (#3645) (c43c37d), closes #3451
  • drm: Fix application of DRM server certificate (acc4c0e), closes #2644
  • drm: Fix support for multi-period encrypted live (9692dc0), closes #2979 #2645
  • drm: Fix TS DRM failures (cb38573), closes #2981
  • drm: Remove legacy Edge workarounds on new Edge (68902b9)
  • Enforce string-format of event data keys. (7e36f5f)
  • Exported SegmentReference.getUris. (8e1eeda), closes #3096
  • Failover in geo-redundant streams (#3587) (e21e20d)
  • Filter unsupported H.264 streams in Xbox (#3411) (768921c)
  • Fix ARIA label on replay button (#3513) (efc6560), closes #3512
  • Fix audio language switching while using AirPlay (#3472) (3bd0a99), closes #3125
  • Fix autoplay for non-zero-start VOD (f7cc2f9), closes #2987
  • Fix bogus debug logs (c8a8c3d)
  • Fix broken build in directories with spaces (9a03712), closes #3102
  • Fix buffering due to re-fetch (SegmentIterator) (#3419) (7cfe493)
  • Fix buffering due to re-fetch (SegmentTemplate+duration) (#3419) (a1b5ba5)
  • Fix buffering due to re-fetch (SegmentTimeline) (d0d86a5)
  • Fix build failures (2371bd8), closes #3060
  • Fix build in Python 3 (4b7a743), closes #3102
  • Fix build script errors using Python 3 (1e74fc2)
  • Fix captions not working after a period transition on live DASH streams (#3801) (c025942), closes #3783
  • Fix CC parsing of EPB and v1 TKHD boxes (#3610) (90b2bdd), closes #3502
  • Fix choosing tracks from streaming event (#3459) (31ea9ee)
  • Fix clearing buffer when requested for already-selected variant (#3477) (14c1752), closes #3450
  • Fix codec choice when resolutions differ (#3072) (b75cd4c)
  • Fix compatibility for plugin factories (9ece285), closes #2958
  • Fix compilation error with strict constness (021ac4f)
  • Fix compiler error introduced in #3864 (#3906) (05295c9)
  • Fix DASH transition from dynamic to static (#3497) (1be239f), closes #3376
  • Fix download of some HLS assets (#3934) (b20dadb)
  • Fix DRM initialization on WebOS 3.0 (#3109) (c31fc47), closes #2915
  • Fix DRM workaround for Tizen and Xbox with ac-3 boxes (#3631) (2aab3bf), closes #3589
  • Fix DRM workaround for Tizen and Xbox with avc3 boxes (#3625) (2090abd)
  • Fix EC-3 box support in DRM workaround on smart TVs (#3427) (7556af6)
  • Fix enforcement of cue alignment styles (b24e8e6), closes #3379
  • Fix exception in StreamingEngine for EMSG with HLS (#3887) (02030bf), closes #3886
  • Fix failed assertion for eviction logic (29e7ab1), closes #3169
  • Fix failure with multiple thumbnails per period (0547cca), closes #3383
  • Fix filtering of duplicate image streams (0da7f7f), closes #3383
  • Fix handling of role-less audio tracks (99d8d37), closes #2906 #2909
  • Fix header sizes for MP4 boxes with 64-bit size fields (edce189)
  • Fix hung playback on rapid seek (#3479) (58eefc3), closes #3384
  • Fix key rotation in DASH (6143a6d), closes #3169
  • Fix load-time exception in nodejs (698d4e5)
  • Fix mediaCapabilities polyfill on Chromecast (6cd0e51)
  • Fix MediaCapabilities polyfill on Playstation 5 (#3808) (b60c522), closes #3582
  • Fix MediaCapabilities polyfill on Safari (1ff8b53), closes #3696 #3530
  • Fix memory leak in DASH live streams with inband EventStream (#3957) (4389aeb)
  • Fix misdetection of HEVC support on MS Edge (#3897) (7f82ff3), closes #3860
  • Fix missing override in MetaSegmentIndex (1dbd75a)
  • Fix mixed clear/encrypted content on Xbox & Tizen (d0da2d4), closes #2759
  • Fix mixed clear/encrypted content on Xbox & Tizen (again) (f8c7c88), closes #2759
  • Fix multiperiod without consistent thumbnails (9f3aa8c), closes #3383
  • Fix new method missing from cast proxy (c9d394d), closes #3392 #3389
  • Fix non-deterministic exception in StreamingEngine (e1b4344), closes #2768
  • Fix offline storage after a failure (04003a3), closes #2781
  • Fix playback failure due to rounding errors (2593fee), closes #3717
  • Fix rapid keyboard-based seeking (77054d2), closes #3234
  • Fix rapid seeking leading to infinite buffering (20c08d3), closes #2670
  • fix reference searching when search time = segment.endTime (01ce0f4), closes #3191
  • Fix repeated seek on start for some content (b8a597c), closes #2831
  • Fix segment refs for "future" DASH periods (d3dfabc)
  • Fix STORAGE_LIMIT_REACHED error masked by DOWNLOAD_SIZE_CALLBACK_ERROR (#3396) (1b181e4)
  • Fix subtitle display in timing edge case (#3152) (d97b09f), closes #3151
  • Fix support for TTAF1 namespace (old version of TTML) (#3864) (4e7c51b), closes #3009
  • Fix thumbnail duration, expose start time and duration (85ab45f), closes #3517
  • Fix thumbnail position calculation (#3516) (8a994b5), closes #3511
  • Fix tracking of pressed keys in the UI (#3259) (0943c80)
  • Fix trick mode tracks in DASH (work around compiler bug) (#3087) (9ec5cb1), closes #3085
  • Fix TTML background image attribute case (43538fb), closes #3196
  • Fix usage of Shaka without polyfills (0660cc6)
  • Fix v1 emsg box start/end times (#3198) (fc3afeb)
  • Fix vp09 playback on webOS (#3566) (d26a7ef)
  • Fixed Pull Request template folder directory (#3207) (2222c06)
  • Fixed windows build error (#3211) (ee14514), closes #3208 #3204
  • Fixes bug in trick mode stream concatenation (71887cd), closes #3423
  • Fixes updating of nested cues (d02eb23), closes #3524 #3643
  • Force update captions when element resizes (#3426) (d73293a)
  • Force update captions with fullscreen (#3414) (ea99dca)
  • hls: Allow config to play video-only HLS. (7941703), closes #2868
  • hls: Assume MP4 if MIME type can't be deduced (#3325) (7714099), closes #3142
  • hls: Fix content type detection when text codec are present. (9cca82b), closes #3184
  • hls: Fix HLS VOD duration (3fad4dc), closes #3733
  • HLS: Fix interpretation of DEFAULT and AUTOSELECT (3d9510a), closes #2880
  • hls: Fixes parsing of HLS 'DEFAULT' attribute (#3771) (0eacef4), closes #3769
  • HLS: Prioritize AVERAGE-BANDWIDTH over BANDWIDTH (#3428) (ecea1d1)
  • hls: Recognize the types of mp4a and mp4v extensions (ad009b6)
  • HLS: skip whitespace in attributes (#3884) (fda4b80)
  • hls: Support multiple CHARACTERISTICS values in HLS (#2905) (f7626ff), closes #2903
  • Ignore network changes if ABR is disabled (#3387) (3d2a651), closes #3385
  • ios: Fix CORS errors with side-loaded text in src= mode (#3328) (66d28b9), closes #3312
  • LL-DASH: Append segment chunk strictly in order (#3405) (139fecd), closes #3404
  • LL-DASH: Fix index out of bound issue when parsing mp4 segment (#3403) (ffb72f4), closes #3402
  • LL-Dash: Fix test with ReadableStream unsupported (8f02023)
  • ll-hls: get discontinuity sequence number with skipped segments (34c3133)
  • ll-hls: Only read PART-HOLD-BACK value when appropriate (2d68453)
  • Load image streams for offline multiperiod (e9373ab), closes #3383
  • MCap: Fix the default DRM session type w/ MCap (6047fad)
  • media: Allow playing Periods with missing text (6c1c933), closes #2957
  • MediaCap: Default video width and height to 1 (8d4fbf6), closes #1391
  • mediaCap: do not newInitData before mediaKeys is ready (f6f2817)
  • MediaCap: Fix VP9 codec unit test (2efb53b)
  • MediaCap: update EME polyfill version (c2db6d4), closes #1391
  • media: Create segment iterator when needed. (ec210cb), closes #2956 #2970
  • media: Fix initSegment requests on manifest updates (#2942) (3484ac8), closes #2856
  • media: Fix playback of some multi-Period content. (8864b11), closes #3230
  • media: Fix playback of some multi-Period content. (78357ed), closes #3230
  • media: Ignore incompatible TrickMode streams (#2984) (57d11d1), closes #2846
  • media: SourceBuffer remove error on some platforms (#3042) (b7209f0), closes #2982
  • MediaSourceEngine: Revoke the MediaSource object URL (b89312d), closes #2953
  • offline: Fix error when un-storing DRM asset (d350a14), closes #3534
  • Pass MIME data for src= to DRM setup (f2f179f), closes #3366
  • period flattening: Check stream codecs when filtering duplicate streams (c9ac5d0)
  • period flattening: Check stream labels when filtering duplicate streams (4238ae0), closes #2884
  • period flattening: Combine text streams with no roles (7344919)
  • period flattening: Combine the streams with no roles (cf6aa88)
  • periods: Ignore streams with period-specific codecs (f7aacf1), closes #2883
  • player: apply play range config after playback starts (dee67f6), closes #3124
  • player: Fix metadata track in src= (#2971) (0283283)
  • player: Fix resolution changes with lang change. (38c5081), closes #3262 #3288
  • Query HDR transfer function (#3730) (2110aed)
  • Reset forced subs between loads (568b6f3)
  • Show captions with rapid seek when ignoreTextStreamFailures is true (#3476) (77d5f36)
  • StreamingEngine: clear lastInitSegmentReference when clearing buffer (e40cdd0)
  • Support localized whitespace preservation in TTML (#3043) (57ba772), closes #3011
  • support TTML background image's region positioning (a9a1695), closes #2703
  • support version 1 emsg box (#3147) (b891d27), closes #1539
  • test: Apply smpte:backgroundImage to div element (7a53f69), closes #3068
  • test: Fix test failure on IE11 (b105199)
  • test: update TextDislayer cues screenshots (1db1382)
  • text: Add error codes to addTextTrack errors (#2930) (919e3ef)
  • text: Allow comments in the TTML parser (#3827) (40d19c8), closes #3766
  • text: Don't use flex layout in subtitles. (f517324), closes #3013
  • text: Don't use flex layout in subtitles. (9c2315e), closes #3013
  • text: Fix caption overlap. (d6884bd)
  • text: Fix timestamp offset of CEA-608 cues (906c891), closes #3782
  • text: Fix UI test failures (512064b), closes #3689
  • text: Fixes minor bug with cue updating (32d1d4f)
  • text: Force caption update when removing cues (1b7484f)
  • text: Handle embedded->non-embedded cc switch (1279a1b), closes #3199
  • text: Inherit alignment from regions. (76999f8)
  • text: Made nested cues inherit region (#3837) (814a3c8), closes #3743
  • text: Make UITextDisplayer CSS-independent (#2819) (59ee6ba), closes #2817
  • text: Only compare cues when necessary (927c020), closes #3018
  • text: Remove caption wrapper bgColor (#3838) ([b18ab70](b18ab70eb

@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from 118d956 to 7bc9907 Compare February 24, 2022 10:58
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from 7bc9907 to 6f01012 Compare May 26, 2022 10:49
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch 2 times, most recently from 07cb361 to 4852bef Compare June 29, 2022 06:41
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch 2 times, most recently from da7264b to b091760 Compare July 15, 2022 09:25
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch 3 times, most recently from 4661881 to 9a7661f Compare September 22, 2022 08:44
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch 3 times, most recently from 77d582d to 476d0f0 Compare October 3, 2023 15:48
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from 476d0f0 to 16e7966 Compare October 9, 2023 10:18
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch 2 times, most recently from 5855804 to a3de287 Compare November 16, 2023 11:36
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from a3de287 to e011ce6 Compare November 24, 2023 12:27
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from e011ce6 to 911a08f Compare December 4, 2023 08:48
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from 911a08f to 0e81387 Compare January 18, 2024 16:22
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch 2 times, most recently from 0212a7e to 9bf40c6 Compare February 2, 2024 09:35
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from 9bf40c6 to f7ffe73 Compare April 11, 2024 10:09
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from f7ffe73 to e02fec4 Compare May 20, 2024 08:21
@github-actions github-actions bot force-pushed the release-please--branches--v3.1.x branch from e02fec4 to af3cdb8 Compare June 5, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants