Skip to content

feat: release v0.2.6 - #58

Closed
janiussyafiq wants to merge 1 commit into
api7:mainfrom
janiussyafiq:release-v0.2.6
Closed

feat: release v0.2.6#58
janiussyafiq wants to merge 1 commit into
api7:mainfrom
janiussyafiq:release-v0.2.6

Conversation

@janiussyafiq

Copy link
Copy Markdown

Why

lua-resty-saml 0.2.5 pins lua-resty-session = 4.1.5-1 exactly. When a downstream rockspec (api7/api7-ee-3-gateway#2181) upgrades to lua-resty-session = 4.2.0-1, luarocks installs 4.2.0 first and then uninstalls it while resolving this exact pin, downgrading the runtime back to 4.1.5. This silently disables features that live in the newer lua-resty-session and fails EE CI.

What

  • Relax the pin to lua-resty-session >= 4.1.5 in the main rockspec and in a new 0.2.6-0 rockspec.
  • Release v0.2.6 so downstream can consume the relaxed pin (merge title must stay feat: release v0.2.6 for the release workflow).

Note: v0.2.6 also ships the fixes merged since v0.2.5 (#32, #41, #42, #43, #50).

Relax the lua-resty-session pin from an exact 4.1.5-1 to >= 4.1.5 so
downstream rockspecs can upgrade lua-resty-session without luarocks
uninstalling the newer version during dependency resolution.
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: e5b4e417-26e5-4831-b109-5d15f9f94c5a


Comment @coderabbitai help to get the list of available commands.

@janiussyafiq

Copy link
Copy Markdown
Author

Superseded by #39, which will carry the lua-resty-session >= 4.1.5 pin relax.

@janiussyafiq
janiussyafiq deleted the release-v0.2.6 branch September 1, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant