Skip to content

Conversation

@JillieBeanSim
Copy link
Contributor

@JillieBeanSim JillieBeanSim commented Sep 25, 2025

Proposed changes

includes:

TODO:

Release Notes

Milestone: 3.3.1

Changelog: n/a

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which adds or improves functionality)
  • Breaking change (a change that would cause existing functionality to not work as expected)
  • Documentation (Markdown, README updates)
  • Other (please specify above in "Proposed changes" section)

Checklist

General

  • I have read the CONTRIBUTOR GUIDANCE wiki
  • All PR dependencies have been merged and published (if applicable)
  • A GIF or screenshot is included in the PR for visual changes
  • The pre-publish command has been executed:
    • v2 and below: yarn workspace vscode-extension-for-zowe vscode:prepublish
    • v3: pnpm --filter vscode-extension-for-zowe vscode:prepublish

Code coverage

  • There is coverage for the code that I have added
  • I have added new test cases and they are passing
  • I have manually tested the changes

Deployment

  • I have tested new functionality with the FTP extension and profile verifying no extender profile type breakages introduced
  • I have added developer documentation (if applicable)
  • Documentation should be added to Zowe Docs
    • If you're an outside contributor, please post in the #zowe-doc Slack channel to coordinate documentation.
    • Otherwise, please check with the rest of the squad about any needed documentation before merging.
  • These changes may need ported to the appropriate branches (list here):

Further comments

t1m0thyj and others added 3 commits September 25, 2025 16:54
* dev: Update pnpm from v8 to v10

Signed-off-by: Timothy Johnson <[email protected]>

* Fix deprecated Node and Preact types

Signed-off-by: Timothy Johnson <[email protected]>

* Require pnpm@10 in package.json

Signed-off-by: Timothy Johnson <[email protected]>

---------

Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
* fix create option for convert profiles

Signed-off-by: Billie Simmons <[email protected]>

* fix migrate prof option

Signed-off-by: Billie Simmons <[email protected]>

* fix broken tests

Signed-off-by: Billie Simmons <[email protected]>

* add changelog entry

Signed-off-by: Billie Simmons <[email protected]>

* run prepublish

Signed-off-by: Billie Simmons <[email protected]>

* fix no config dialog pop up after being presented with v1 profile options

Signed-off-by: Billie Simmons <[email protected]>

* fix changelog entry location

Signed-off-by: Billie Simmons <[email protected]>

---------

Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
* Update dev deps for technical currency

Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>

* Remove dependency on Internet connection for ZE build

Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>

* Update packageManager field

Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>

* Fix version mismatch in pnpm lockfile

Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>

---------

Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
@JillieBeanSim JillieBeanSim self-assigned this Sep 25, 2025
@JillieBeanSim JillieBeanSim added the no-changelog Add to PR's that don't require a CHANGELOG update label Sep 25, 2025
@zowe-robot zowe-robot moved this from New Issues to In Progress in Zowe Explorer for VS Code Sep 25, 2025
@codecov
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

❌ Patch coverage is 93.48837% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.03%. Comparing base (44c27fc) to head (d27d64c).
⚠️ Report is 2 commits behind head on release/3.3.

Files with missing lines Patch % Lines
...we-explorer/src/trees/dataset/DatasetFSProvider.ts 88.76% 10 Missing ⚠️
...kages/zowe-explorer/src/trees/uss/UssFSProvider.ts 93.58% 5 Missing ⚠️
...ages/zowe-explorer-api/src/profiles/AuthHandler.ts 94.93% 4 Missing ⚠️
...ckages/zowe-explorer/src/configuration/Profiles.ts 90.32% 3 Missing ⚠️
packages/zowe-explorer/src/utils/AuthUtils.ts 91.42% 3 Missing ⚠️
.../zowe-explorer/src/management/ProfileManagement.ts 60.00% 2 Missing ⚠️
...kages/zowe-explorer/src/trees/shared/SharedInit.ts 95.65% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           release/3.3    #3876      +/-   ##
===============================================
+ Coverage        93.99%   94.03%   +0.04%     
===============================================
  Files              129      129              
  Lines            15424    15561     +137     
  Branches          3710     3705       -5     
===============================================
+ Hits             14498    14633     +135     
- Misses             924      926       +2     
  Partials             2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

github-actions bot commented Sep 25, 2025

zowe-explorer-vsix Download
Build Details
Name Information
PR Commit 820e233
Merge Commit d0b2118
Size 3.7 MB
Last Updated By JillieBeanSim
Last Updated Oct 23, 25, 3:20:05 PM UTC
Expires At Jan 21, 26, 3:18:25 PM UTC

@JillieBeanSim JillieBeanSim marked this pull request as ready for review September 25, 2025 21:13
@zowe-robot zowe-robot moved this from In Progress to Review/QA in Zowe Explorer for VS Code Sep 25, 2025
@github-actions
Copy link

📅 Suggested merge-by date: 10/9/2025

Signed-off-by: Billie Simmons <[email protected]>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Sep 25, 2025
Copy link
Member

@traeok traeok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for porting these Billie!

JillieBeanSim and others added 2 commits September 29, 2025 09:09
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
* Fix error when deleting PDS members

Signed-off-by: Timothy Johnson <[email protected]>

* Update unit tests

Signed-off-by: Timothy Johnson <[email protected]>

---------

Signed-off-by: Timothy Johnson <[email protected]>
Co-authored-by: Billie Simmons <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
@JillieBeanSim JillieBeanSim added this to the v3.3.1 milestone Oct 2, 2025
* fix: include member attrs. in Show Attributes view

Signed-off-by: Trae Yelovich <[email protected]>

* chore: update changelog

Signed-off-by: Trae Yelovich <[email protected]>

---------

Signed-off-by: Trae Yelovich <[email protected]>
@github-actions
Copy link

github-actions bot commented Oct 7, 2025

Reminder: This pull request has a merge-by date coming up within the next 24 hours. Please review this PR as soon as possible.

@t1m0thyj @zFernand0 @likhithanimma1

@traeok traeok self-requested a review October 7, 2025 15:08
davenice and others added 2 commits October 7, 2025 14:05
* check for job spool correctly

Signed-off-by: Dave Nice <[email protected]>

* refactor and create unit test

Signed-off-by: Dave Nice <[email protected]>

* unused import

Signed-off-by: Dave Nice <[email protected]>

* review comment

Signed-off-by: Dave Nice <[email protected]>

---------

Signed-off-by: Dave Nice <[email protected]>
Co-authored-by: Joshua Waters <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
Signed-off-by: jace-roell <[email protected]>
@pull-request-size pull-request-size bot added size/XL and removed size/L labels Oct 7, 2025
…3890)

* chore: update Zowe SDKs

Signed-off-by: Trae Yelovich <[email protected]>

* update lock

Signed-off-by: Billie Simmons <[email protected]>

* chore: update changelogs

Signed-off-by: Trae Yelovich <[email protected]>

---------

Signed-off-by: Trae Yelovich <[email protected]>
@traeok
Copy link
Member

traeok commented Oct 9, 2025

Sorry all, my latest push has a slightly out-of-date lockfile. If someone can run a pnpm install and push up the new lockfile, that would be greatly appreciated. Thanks

Signed-off-by: Billie Simmons <[email protected]>
… contents (#3895)

* fix: fetchFileAtUri in USS provider should return entry

Signed-off-by: Trae Yelovich <[email protected]>

* chore: changelogs

Signed-off-by: Trae Yelovich <[email protected]>

* Update packages/zowe-explorer-api/CHANGELOG.md

Co-authored-by: anaxceron <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>

* Update packages/zowe-explorer/CHANGELOG.md

Co-authored-by: anaxceron <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>

---------

Signed-off-by: Trae Yelovich <[email protected]>
t1m0thyj and others added 3 commits October 16, 2025 10:34
* Fix members being deleted for the wrong profile

Signed-off-by: Timothy Johnson <[email protected]>

* Update changelog and fix tests

Signed-off-by: Timothy Johnson <[email protected]>

* Add unit test and simplify logic for selected nodes

Signed-off-by: Timothy Johnson <[email protected]>

* Restore line in changelog

Signed-off-by: Timothy Johnson <[email protected]>

* Fix lint error for unused import

Signed-off-by: Timothy Johnson <[email protected]>

* Fix createMember action listing data set twice

Signed-off-by: Timothy Johnson <[email protected]>

* Fix duplicates in getCount api

Signed-off-by: Timothy Johnson <[email protected]>

---------

Signed-off-by: Timothy Johnson <[email protected]>
Co-authored-by: Jace Roell <[email protected]>
#3860)

* Imperative.json file update for custom credentials

Signed-off-by: likhithanimma1 <[email protected]>

* Update packages/zowe-explorer/src/utils/ProfilesUtils.ts

Co-authored-by: Fernando Rijo Cedeno <[email protected]>
Signed-off-by: likhithanimma1 <[email protected]>

* Add changelog entry

Signed-off-by: likhithanimma1 <[email protected]>

* Add unit test coverage

Signed-off-by: likhithanimma1 <[email protected]>

* Update packages/zowe-explorer/CHANGELOG.md

Co-authored-by: anaxceron <[email protected]>
Signed-off-by: likhithanimma1 <[email protected]>

* Remove commented unit tests

Signed-off-by: likhithanimma1 <[email protected]>

---------

Signed-off-by: likhithanimma1 <[email protected]>
Co-authored-by: Fernando Rijo Cedeno <[email protected]>
Co-authored-by: anaxceron <[email protected]>
* chore: update z/OS Files SDK to 8.27.3

Signed-off-by: Trae Yelovich <[email protected]>

* update lock

Signed-off-by: Billie Simmons <[email protected]>

* chore: update changelog

Signed-off-by: Trae Yelovich <[email protected]>

---------

Signed-off-by: Trae Yelovich <[email protected]>
@t1m0thyj t1m0thyj self-requested a review October 21, 2025 15:05
jace-roell and others added 2 commits October 21, 2025 15:57
* init

Signed-off-by: jace-roell <[email protected]>

* setting configuration

Signed-off-by: jace-roell <[email protected]>

* refactor retry

Signed-off-by: jace-roell <[email protected]>

* test updates

Signed-off-by: jace-roell <[email protected]>

* fix dataset provider function buff builder location

Signed-off-by: jace-roell <[email protected]>

* ds text fix

Signed-off-by: jace-roell <[email protected]>

* remove ds handleAuthCall

Signed-off-by: jace-roell <[email protected]>

* fix fs tests

Signed-off-by: jace-roell <[email protected]>

* usstree fix

Signed-off-by: jace-roell <[email protected]>

* fix zoom test

Signed-off-by: jace-roell <[email protected]>

* auth handler init test

Signed-off-by: jace-roell <[email protected]>

* test

Signed-off-by: jace-roell <[email protected]>

* update main

Signed-off-by: jace-roell <[email protected]>

* patch coverage

Signed-off-by: jace-roell <[email protected]>

* changelog

Signed-off-by: jace-roell <[email protected]>

* test fix and unused map

Signed-off-by: jace-roell <[email protected]>

* fix broken mock

Signed-off-by: jace-roell <[email protected]>

* fix

Signed-off-by: jace-roell <[email protected]>

* remove only

Signed-off-by: jace-roell <[email protected]>

* unused import

Signed-off-by: jace-roell <[email protected]>

* move maxExtenderRetry to a setting instead of under table

Signed-off-by: jace-roell <[email protected]>

* track prompts by profile

Signed-off-by: jace-roell <[email protected]>

* rework to handle no profile object on profile uri

Signed-off-by: jace-roell <[email protected]>

* remove log statement

Signed-off-by: jace-roell <[email protected]>

* fix token check

Signed-off-by: jace-roell <[email protected]>

* init

Signed-off-by: jace-roell <[email protected]>

* fix inital auth prompt

Signed-off-by: jace-roell <[email protected]>

* test

Signed-off-by: jace-roell <[email protected]>

* fix void for init workspace

Signed-off-by: jace-roell <[email protected]>

* implement comment fixes, search after sso login

Signed-off-by: jace-roell <[email protected]>

* sso login after search dataset filter

Signed-off-by: jace-roell <[email protected]>

* shared init test fix

Signed-off-by: jace-roell <[email protected]>

* check before changing node collapisbleState

Signed-off-by: jace-roell <[email protected]>

* existing test fixes

Signed-off-by: jace-roell <[email protected]>

* patch cov

Signed-off-by: jace-roell <[email protected]>

* log statement

Signed-off-by: jace-roell <[email protected]>

* remove auth type none check

Signed-off-by: jace-roell <[email protected]>

* unused import

Signed-off-by: jace-roell <[email protected]>

* duplicate prompt

Signed-off-by: jace-roell <[email protected]>

* changelog

Signed-off-by: jace-roell <[email protected]>

* direct FS calls check profile type for auth prompt

Signed-off-by: jace-roell <[email protected]>

* remove timeout by default

Signed-off-by: jace-roell <[email protected]>

* address feedback

Signed-off-by: jace-roell <[email protected]>

* update setting name to Max Request Retry

Signed-off-by: jace-roell <[email protected]>

* unused import

Signed-off-by: jace-roell <[email protected]>

* awaitTimeout removal for some UssFs calls, retry wait, handleAuthError dont wait

Signed-off-by: jace-roell <[email protected]>

* test fixes

Signed-off-by: jace-roell <[email protected]>

* test commit

Signed-off-by: jace-roell <[email protected]>

* refactor: Wait for active request to resolve auth prompt

Signed-off-by: Trae Yelovich <[email protected]>

* update prompting behavior in FS to adhere to prompt description

Signed-off-by: Trae Yelovich <[email protected]>

* fix: remove extra lockProfile call in retry logic

Signed-off-by: Trae Yelovich <[email protected]>

* respect retry count

Signed-off-by: jace-roell <[email protected]>

* change timeout to 30s

Signed-off-by: jace-roell <[email protected]>

* wip(refactor): Queue FS requests until one succeeds for a profile

Signed-off-by: Trae Yelovich <[email protected]>

* fix: finish activating before fetching workspaces

Signed-off-by: Trae Yelovich <[email protected]>

* refactor: skip .vscode calls in data set FS

Signed-off-by: Trae Yelovich <[email protected]>

* fix failing tests

Signed-off-by: jace-roell <[email protected]>

* add tests & typedoc for sequential/parallel handling

Signed-off-by: Trae Yelovich <[email protected]>

* fix: add preceding slash to .vscode check in DS FS

Signed-off-by: Trae Yelovich <[email protected]>

* refactor: release queued reqs after parallel mode re-enabled

Signed-off-by: Trae Yelovich <[email protected]>

* address lint errors

Signed-off-by: Trae Yelovich <[email protected]>

* refactor: waitForUnlock no longer times out >30s

Signed-off-by: Trae Yelovich <[email protected]>
Co-authored-by: Jace Roell <[email protected]>

* wip: remove request retry setting

Signed-off-by: jace-roell <[email protected]>

* remove try catch on canceled prompt

Signed-off-by: jace-roell <[email protected]>

* remove check for state of authentication - only consider cancellation

Signed-off-by: jace-roell <[email protected]>

* fix merge conflict and unused import

Signed-off-by: jace-roell <[email protected]>

* remove duplication in runSequentialIfEnabled catch block

Signed-off-by: Trae Yelovich <[email protected]>

* fix workspace extra prmopts

Signed-off-by: jace-roell <[email protected]>

* changelog update

Signed-off-by: jace-roell <[email protected]>

* fix changelog

Signed-off-by: jace-roell <[email protected]>

---------

Signed-off-by: jace-roell <[email protected]>
Signed-off-by: Jace Roell <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
Co-authored-by: Trae Yelovich <[email protected]>
Signed-off-by: jace-roell <[email protected]>
* init

Signed-off-by: jace-roell <[email protected]>

* setting configuration

Signed-off-by: jace-roell <[email protected]>

* refactor retry

Signed-off-by: jace-roell <[email protected]>

* test updates

Signed-off-by: jace-roell <[email protected]>

* fix dataset provider function buff builder location

Signed-off-by: jace-roell <[email protected]>

* ds text fix

Signed-off-by: jace-roell <[email protected]>

* remove ds handleAuthCall

Signed-off-by: jace-roell <[email protected]>

* fix fs tests

Signed-off-by: jace-roell <[email protected]>

* usstree fix

Signed-off-by: jace-roell <[email protected]>

* fix zoom test

Signed-off-by: jace-roell <[email protected]>

* auth handler init test

Signed-off-by: jace-roell <[email protected]>

* test

Signed-off-by: jace-roell <[email protected]>

* update main

Signed-off-by: jace-roell <[email protected]>

* patch coverage

Signed-off-by: jace-roell <[email protected]>

* changelog

Signed-off-by: jace-roell <[email protected]>

* test fix and unused map

Signed-off-by: jace-roell <[email protected]>

* fix broken mock

Signed-off-by: jace-roell <[email protected]>

* fix

Signed-off-by: jace-roell <[email protected]>

* remove only

Signed-off-by: jace-roell <[email protected]>

* unused import

Signed-off-by: jace-roell <[email protected]>

* move maxExtenderRetry to a setting instead of under table

Signed-off-by: jace-roell <[email protected]>

* track prompts by profile

Signed-off-by: jace-roell <[email protected]>

* rework to handle no profile object on profile uri

Signed-off-by: jace-roell <[email protected]>

* remove log statement

Signed-off-by: jace-roell <[email protected]>

* fix token check

Signed-off-by: jace-roell <[email protected]>

* init

Signed-off-by: jace-roell <[email protected]>

* fix inital auth prompt

Signed-off-by: jace-roell <[email protected]>

* test

Signed-off-by: jace-roell <[email protected]>

* fix void for init workspace

Signed-off-by: jace-roell <[email protected]>

* implement comment fixes, search after sso login

Signed-off-by: jace-roell <[email protected]>

* sso login after search dataset filter

Signed-off-by: jace-roell <[email protected]>

* shared init test fix

Signed-off-by: jace-roell <[email protected]>

* check before changing node collapisbleState

Signed-off-by: jace-roell <[email protected]>

* existing test fixes

Signed-off-by: jace-roell <[email protected]>

* patch cov

Signed-off-by: jace-roell <[email protected]>

* log statement

Signed-off-by: jace-roell <[email protected]>

* remove auth type none check

Signed-off-by: jace-roell <[email protected]>

* unused import

Signed-off-by: jace-roell <[email protected]>

* duplicate prompt

Signed-off-by: jace-roell <[email protected]>

* changelog

Signed-off-by: jace-roell <[email protected]>

* direct FS calls check profile type for auth prompt

Signed-off-by: jace-roell <[email protected]>

* remove timeout by default

Signed-off-by: jace-roell <[email protected]>

* address feedback

Signed-off-by: jace-roell <[email protected]>

* update setting name to Max Request Retry

Signed-off-by: jace-roell <[email protected]>

* init

Signed-off-by: jace-roell <[email protected]>

* unused import

Signed-off-by: jace-roell <[email protected]>

* changelog

Signed-off-by: jace-roell <[email protected]>

* Update packages/zowe-explorer/CHANGELOG.md

Co-authored-by: anaxceron <[email protected]>
Signed-off-by: Jace Roell <[email protected]>

* awaitTimeout removal for some UssFs calls, retry wait, handleAuthError dont wait

Signed-off-by: jace-roell <[email protected]>

* test fixes

Signed-off-by: jace-roell <[email protected]>

* test commit

Signed-off-by: jace-roell <[email protected]>

* refactor: Wait for active request to resolve auth prompt

Signed-off-by: Trae Yelovich <[email protected]>

* update prompting behavior in FS to adhere to prompt description

Signed-off-by: Trae Yelovich <[email protected]>

* fix: remove extra lockProfile call in retry logic

Signed-off-by: Trae Yelovich <[email protected]>

* respect retry count

Signed-off-by: jace-roell <[email protected]>

* change timeout to 30s

Signed-off-by: jace-roell <[email protected]>

* wip(refactor): Queue FS requests until one succeeds for a profile

Signed-off-by: Trae Yelovich <[email protected]>

* fix: finish activating before fetching workspaces

Signed-off-by: Trae Yelovich <[email protected]>

* refactor: skip .vscode calls in data set FS

Signed-off-by: Trae Yelovich <[email protected]>

* fix failing tests

Signed-off-by: jace-roell <[email protected]>

* add tests & typedoc for sequential/parallel handling

Signed-off-by: Trae Yelovich <[email protected]>

* fix: add preceding slash to .vscode check in DS FS

Signed-off-by: Trae Yelovich <[email protected]>

* refactor: release queued reqs after parallel mode re-enabled

Signed-off-by: Trae Yelovich <[email protected]>

* address lint errors

Signed-off-by: Trae Yelovich <[email protected]>

* refactor: waitForUnlock no longer times out >30s

Signed-off-by: Trae Yelovich <[email protected]>
Co-authored-by: Jace Roell <[email protected]>

* wip: remove request retry setting

Signed-off-by: jace-roell <[email protected]>

* remove try catch on canceled prompt

Signed-off-by: jace-roell <[email protected]>

* remove check for state of authentication - only consider cancellation

Signed-off-by: jace-roell <[email protected]>

* fix merge conflict and unused import

Signed-off-by: jace-roell <[email protected]>

* remove duplication in runSequentialIfEnabled catch block

Signed-off-by: Trae Yelovich <[email protected]>

* fix workspace extra prmopts

Signed-off-by: jace-roell <[email protected]>

* changelog update

Signed-off-by: jace-roell <[email protected]>

* move hasNoAuthType

Signed-off-by: jace-roell <[email protected]>

* fix tests

Signed-off-by: jace-roell <[email protected]>

* fix hasNoAuthType reference

Signed-off-by: jace-roell <[email protected]>

---------

Signed-off-by: jace-roell <[email protected]>
Signed-off-by: Jace Roell <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
Co-authored-by: anaxceron <[email protected]>
Co-authored-by: Trae Yelovich <[email protected]>
Signed-off-by: jace-roell <[email protected]>
@JillieBeanSim
Copy link
Contributor Author

JillieBeanSim commented Oct 23, 2025

Hey all, do we want to update the lerna here or have a separate PR for release? What do we have to do for Release Notes? are they only for major/minor? I am seeing the 3.4 pop up empty when testing, I know version is due to the package.json but still want to ask if we need to update this before the release as well.
FYI @traeok @t1m0thyj @adam-wolfe @awharn @likhithanimma1 @zFernand0 @JWaters02

Signed-off-by: Billie Simmons <[email protected]>
@JillieBeanSim JillieBeanSim merged commit 95b53ae into release/3.3 Oct 24, 2025
11 checks passed
@github-project-automation github-project-automation bot moved this from Review/QA to Closed in Zowe Explorer for VS Code Oct 24, 2025
@JillieBeanSim JillieBeanSim deleted the port-3.3.1-fixes branch October 24, 2025 14:03
@github-actions
Copy link

Release succeeded for the release/3.3 branch. 🎉

The following packages have been published:

Powered by Octorelease 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Add to PR's that don't require a CHANGELOG update released size/XXL

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

7 participants