-
Notifications
You must be signed in to change notification settings - Fork 74
SRU2025 #162
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
base: main
Are you sure you want to change the base?
SRU2025 #162
Changes from 1 commit
1726d7e
bb371d0
bfca6a4
21441be
08c2ddd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,5 +1,11 @@ | ||||||||||||||||||||||||
# Prowide ISO 20022 - CHANGELOG | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
#### 10.3.0 - SNAPSHOT | ||||||||||||||||||||||||
* SWIFT Standard release update 2025 (live 22 November 2025) | ||||||||||||||||||||||||
* Yearly revision of deprecation phase (see https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/) | ||||||||||||||||||||||||
* Dependency update: commons-lang3 -> 3.17.0 | ||||||||||||||||||||||||
* Dependency update: gson -> 2.13.1 | ||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Fix markdown formatting issues for better consistency The changelog entry has several formatting issues according to markdown best practices:
-#### 10.3.0 - SNAPSHOT
- * SWIFT Standard release update 2025 (live 22 November 2025)
- * Yearly revision of deprecation phase (see https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/)
- * Dependency update: commons-lang3 -> 3.17.0
- * Dependency update: gson -> 2.13.1
+## 10.3.0 - SNAPSHOT
+
+* SWIFT Standard release update 2025 (live 22 November 2025)
+* Yearly revision of deprecation phase (see <https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/>)
+* Dependency update: commons-lang3 -> 3.17.0
+* Dependency update: gson -> 2.13.1 📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.17.2)3-3: Heading levels should only increment by one level at a time (MD001, heading-increment) 3-3: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 4-4: Unordered list indentation (MD007, ul-indent) 4-4: Lists should be surrounded by blank lines (MD032, blanks-around-lists) 5-5: Unordered list indentation (MD007, ul-indent) 5-5: Bare URL used (MD034, no-bare-urls) 6-6: Unordered list indentation (MD007, ul-indent) 7-7: Unordered list indentation (MD007, ul-indent) 🤖 Prompt for AI Agents (early access)
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
#### 10.2.7 - April 2025 | ||||||||||||||||||||||||
* Enhanced the MX parser log verbosity when parsing malformed content | ||||||||||||||||||||||||
* Added new logic to MxNode to removing all leaves with empty attributes and empty content | ||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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.
💡 Verification agent
🧩 Analysis chain
Update deprecation documentation URL
The URL for the deprecation documentation still references SRU2024, but this PR is for SRU2025.
Check if an updated URL for SRU2025 deprecation documentation exists, and update the reference accordingly if available.
🌐 Web query:
💡 Result:
Based on the search results, there is no explicit mention of an SRU2025 deprecation documentation page for Prowide. The search results contain information about Prowide's deprecation policy in general and references to documentation pages for previous SRU (SWIFT Release Update) versions such as SRU2024, SRU2023, and earlier releases.
The deprecation policy is documented at "https://dev.prowidesoftware.com/latest/getting-started/deprecation/" which explains Prowide's approach to API deprecation in phases[6]. This general policy document dates back to April 2016 and outlines a four-phase deprecation process that spans at least 4 years from the initial deprecation mark to deletion.
When discussing specific SRU versions, the search results show that Prowide typically includes a "yearly revision of deprecation phase" in their release notes, with references to the deprecation policy page. For example, in the changelog for SRU2024 (version 10.2.0), they mention "Yearly revision of deprecation phase (see https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/)"[7][9].
While there is mention of SRU2025 in the context of hybrid addresses support (starting by the end of November 2025)[4], there is no specific mention of an SRU2025 deprecation documentation page in the provided search results.
Citations:
Update deprecation documentation URL to use the generic “latest” page
Please update the SRU2024‐specific link in CHANGELOG.md to point at the general deprecation policy, as there is no SRU2025‐specific page:
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
5-5: Unordered list indentation
Expected: 0; Actual: 2
(MD007, ul-indent)
5-5: Bare URL used
null
(MD034, no-bare-urls)
🤖 Prompt for AI Agents (early access)