-
Notifications
You must be signed in to change notification settings - Fork 475
3.0.0 Breaking changes not specified either in Changelog or release notes #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd say this is a bug. I just want over to see what could be the problem and found it is a bug in our changelog generating tool: github-tools/github-release-notes#116. |
I see @cjbarth It looks like an old one. Lemme know if I can help somehow. Thanks |
It seems that the 3.0.0 release notes are just incorrectly called "2.2.0". So the release notes are the ones in your screenshot. |
Thanks @serhalp . It seems or are you sure about it? So as breaking change we have
Thanks |
I've created a PR to fix the changelog: #605 |
@christian-hawk The |
@cjbarth thanks for that. Maybe is not a breaking change, then? Anyway would be nice to have the information you just provided in |
@cjbarth maybe also add to breaking change changelog information that 1) Test SP Meta Helper
generate meta test
should generate metafile for provider in idp-metadata folder:
TypeError: cert is required
at Object.assertRequired (node_modules/passport-saml/lib/node-saml/utility.js:7:15)
at SAML.initialize (node_modules/passport-saml/lib/node-saml/saml.js:110:29)
at new SAML (node_modules/passport-saml/lib/node-saml/saml.js:79:29)
at new AbstractStrategy (node_modules/passport-saml/lib/passport-saml/strategy.js:26:26)
at new Strategy (node_modules/passport-saml/lib/passport-saml/strategy.js:154:1)
at Context.<anonymous> (test/sp-meta.test.js:38:37)
at processImmediate (internal/timers.js:461:21) |
@christian-hawk Please look at the PR referenced above for the corrected changelog. |
thanks @cjbarth |
Hi @christian-hawk. After upgrading the dockerfile from node 14-alpine to 23.11.0-alpine, one of the service fails with
|
That is a removed property. It was renamed to be more descriptive. @evercast-mahesh2021 , see node-saml/node-saml#343. |
Thanks @cjbarth, i am not using the latest passport-saml but older versions for couple of different services. The goal is just update the base image in dockerfile and leave the dependencies as is.
But if i am trying to apply the same for other, failing with below error. I believe it is something with my code itself.
Dependencies i am using:
|
@evercast-mahesh2021 Older versions are not supported. The version you are using has multiple known exploits published for it If upgrading passport-saml to resolve your exposure to vulnerabilities is not an option, consider downgrading your Docker container. |
On release notes:
On CHANGELOG.md:

There is currently no information about
v3.0.0
or about any Breaking Change in CHANGELOG.The text was updated successfully, but these errors were encountered: