-
Notifications
You must be signed in to change notification settings - Fork 8
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
UICIRC-992: Also support feesfines interface version 19.0 #1080
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new interface support looks fine, but assuming this is supposed to land if v9, you need to fix the CHANGELOG entry. Or if this is intended for v10 then you need to bump the version in package.json
too.
@zburke Could you please review (package.json updated)? Current pull request will be merged after release previous release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌 Adding a new version of an existing interface is fine in a minor version. The thing that's tricky is removing supported versions, e.g. changing from
"feesfines": "16.2 17.0 18.0"
to
"feesfines": "16.3 17.0 18.0"
is a breaking change because you're removing support for something you used to handle.
add494a
to
94c330f
Compare
Kudos, SonarCloud Quality Gate passed! |
Purpose
Also support
feesfines
interface version19.0
Approach
Changes was in endpoint
/accounts
that do not used in current moduleThis is part of
Quesnelia (R1 2024)
releaseShould be merged after merging https://issues.folio.org/browse/MODFEE-337
Refs
https://issues.folio.org/browse/UICIRC-992