Update releases.properties from release 2026.7.11 - #41
Conversation
Auto-generated from release 2026.7.11
PR Summary by QodoUpdate releases.properties for Node.js release 2026.7.11
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1. Removed release mappings
|
| 25.2.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.12.30/bearsampp-nodejs-25.2.1-2025.12.30.7z | ||
| 24.14.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.4.12/bearsampp-nodejs-24.14.1-2026.4.12.7z | ||
| 24.14.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.3.7/bearsampp-nodejs-24.14.0-2026.3.7.7z | ||
| 24.11.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.12.30/bearsampp-nodejs-24.11.1-2025.12.30.7z | ||
| 24.6.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-24.6.0-2025.8.21.7z |
There was a problem hiding this comment.
1. Removed release mappings 🐞 Bug ≡ Correctness
This PR deletes the 25.2.1 and 24.11.1 entries from releases.properties, so any consumer using this file to resolve download URLs will no longer be able to fetch those versions. This is inconsistent with the repository still containing those version bundles/configs, making availability/version resolution regress for those versions.
Agent Prompt
## Issue description
Two versions (25.2.1 and 24.11.1) were removed from `releases.properties`. If `releases.properties` is used as the authoritative version→download URL mapping, these versions can no longer be resolved/downloaded via that mechanism.
## Issue Context
The repo still contains configuration/bundles for these versions under `bin/`, which suggests they are still part of the module’s supported inventory. If the URLs were removed because they are truly gone upstream, then the repo should explicitly deprecate them (or remove/relocate their bundles) so the on-disk versions and the “available releases” mapping don’t diverge.
## Fix Focus Areas
- releases.properties[1-12]
- bin/nodejs25.2.1/bearsampp.conf[1-8]
- bin/archived/nodejs24.11.1/bearsampp.conf[1-8]
- .github/workflows/update-releases-properties.yml[218-230]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
🤖 Automated Releases Properties Update
This PR updates the
releases.propertiesfile with new versions from release2026.7.11.Changes:
releases.propertiesRelease URL: https://github.com/Bearsampp/module-nodejs/releases/tag/2026.7.11
Next Steps: