Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions releases.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
26.5.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.7.11/bearsampp-nodejs-26.5.0-2026.7.11.7z
26.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.6.2/bearsampp-nodejs-26.3.0-2026.6.2.7z
25.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.4.12/bearsampp-nodejs-25.9.0-2026.4.12.7z
25.8.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.3.7/bearsampp-nodejs-25.8.0-2026.3.7.7z
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
Comment on lines -4 to 7

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remediation recommended

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

24.4.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.31/bearsampp-nodejs-24.4.1-2025.7.31.7z
24.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-24.3.0-2025.7.2.7z
Expand Down