๐ SHAFT 10.2.20260501: What's New and Why You Should Upgrade Today
Hey there, SHAFT community! ๐
A fresh release just dropped and it's packed with improvements you don't want to miss. SHAFT_ENGINE 10.2.20260501 is here, and whether you're a seasoned SHAFT user or just getting started, there's something in this release for you.
โก What Changed?โ
- This release focuses on workflow stability, runtime reliability improvements, and quality updates across SHAFT_ENGINE.
๐ View the full release on GitHub
๐ Changelogโ
๐ SHAFT_ENGINE 10.2.20260501
The unified test automation engine โ Web ยท Mobile ยท API ยท CLI ยท Database
โฌ๏ธ How to Upgradeโ
Update the version in your pom.xml:
<properties>
<shaft_engine.version>10.2.20260501</shaft_engine.version>
</properties>
Or update the dependency directly:
<dependency>
<groupId>io.github.shafthq</groupId>
<artifactId>SHAFT_ENGINE</artifactId>
<version>10.2.20260501</version>
</dependency>
[!IMPORTANT] We support only the latest release. If you encounter any issue, please upgrade to
10.2.20260501first before filing a bug report.
๐ Resourcesโ
| Resource | Link |
|---|---|
| ๐ฆ Release Notes | 10.2.20260501 |
| ๐ Full Documentation | shafthq.github.io |
| ๐ฌ Community | GitHub Discussions |
| ๐ Report an Issue | Issue Tracker |
๐ Get Involvedโ
If SHAFT_ENGINE saves you time, helps your team ship quality software faster, or you just enjoy using it โ please consider:
- โญ Star the repository โ it helps others discover the project and motivates the team!
- ๐ Found a bug? Open a bug report
- ๐ก Have an idea? Request a feature
- ๐ค Want to contribute? Read the Contributing Guide
- ๐ฌ Questions or feedback? Join us on GitHub Discussions or Slack
What's Changedโ
๐จ Other Changesโ
- fix: remove misleading static sections from release body template and document ncipollo append behavior by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2440
- Optimize automation workflows: robust XML version sync, deduplicated issue reporting, and CI hygiene by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2442
- Fix
Actions.waitUntilto accept Selenium truthy non-Boolean conditions by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2455 - Enhance google-gemma skill diagnosis accuracy and harden GitHub file ingestion/error handling by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2457
- Add 3 GitHub Copilot skills: CI Failure Investigator, Flaky Test Stabilizer, Release & Dependency Guard by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2460
- fix: replace broad async idle monitor with parallel XHR/fetch quiet-window to eliminate execution time doubling by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2462
- fix(security): pin
httpclient5to5.6.1for Dependabot alert #35 by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2463 - Fix for Equals on incomparable types by @MohabMohie in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2466
- Fix for Equals on incomparable types by @MohabMohie in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2467
- Fix waitUntil lambda expressions and refactor JavaScriptWaitManagerUnitTest by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2465
- fix(ci): fix automated-release-blog-post pipeline โ dispatch payload, branch protection, and 3 enhancement iterations by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2469
- Fix code quality issues in legacy test files: camelCase naming, disabled test annotation, credential externalization by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2468
- chore: prepare release 10.2.20260501 across engine and sample projects by @Copilot in https://github.com/ShaftHQ/SHAFT_ENGINE/pull/2464
Full Changelog: https://github.com/ShaftHQ/SHAFT_ENGINE/compare/10.2.20260424...10.2.20260501
๐ Community Spotlightโ
This release was made possible by 45 amazing contributors who have poured their time and expertise into making SHAFT better for everyone.
Open source thrives because of people like these. Every bug fix, every feature, every review โ it all counts.
@MohabMohie
@MahmoudElSharkawy
@MennaMagedm
@AhmdZanoon
@magdyheiba
@MustafaAgamy
@amfarid
@KyrillosNageh
@Mohab-Osama
@RihamMostafa
@MhmdElGazzar
@MohamedHazem95
@MamdouhMansour
@samiir95
@mohamedtawfek05354
@sys123-data
@ieZaky
@hammad101088
@MahmoudMabrok
@Kinasr
@wesamhamed
@themosaeed
@khaledskhamis
@Waleedmohammed
@TarekGaafar
@Salma2018170
@osamaayman1005
@sultanpaymob
@Mochxd
@MarwaYoussef1
@xValenciax
@hjsblogger
@georgii-musikhin
@DavidIshakGorgy
@BojteTamas
@blacelle
@Ayanasrallah
@AmrAdelElkholy
@amlosman
@ahmednasr95
@ahmed-madyan
@AhmedHelalyy
@A-Alii
@AbdelrahmanFahd
@Abdelrhman-Ellithy
๐ Get Started in Secondsโ
Upgrading is simple โ just update your dependency version:
<dependency>
<groupId>io.github.shafthq</groupId>
<artifactId>SHAFT_ENGINE</artifactId>
<version>10.2.20260501</version>
</dependency>
๐ฌ Join the Conversationโ
We'd love to hear what you think! Found a bug? Have an idea? Just want to say hi?
- โญ Star SHAFT on GitHub โ it helps more than you think
- ๐ก Start a Discussion โ share feedback or ideas
- ๐ Report an Issue โ help us squash bugs faster
- ๐ Read the Docs โ dive deeper into SHAFT
Thanks for being part of the SHAFT journey. Until the next release โ happy testing! ๐ฏ