Release/1.9.8#295
Draft
cjrobbertse-ob wants to merge 32 commits into
Draft
Conversation
- Updated go.sum to include new dependencies and versions, notably upgrading kin-openapi to v0.128.0. - Modified openapi3ResponseValidator_test.go to enforce required response headers for OB specs. - Enhanced openapi3Validator.go to utilize regexp2 for regex compilation, supporting PCRE features. - Added tests in openapi3Validator_test.go to validate response headers and ensure compatibility with new regex patterns. - Introduced pcre_support_test.go to verify PCRE pattern compilation and matching. - Created regexp2_compiler.go to implement a new regex compiler using the regexp2 library.
fix: correct test case ID OB-400-DOP-101503 in v1.9.6 release notes
…-support feat: support PCRE regex patterns in OpenAPI spec validation (fixes v4.0.0 spec loading)
…ive consent tests Tests OB-400-DOP-101503 (v4.0) and OB-301-DOP-1015003 (v3.1) were sending requests with Content-Type: text/plain when posting the negative standing order consent payload. This caused ASPSPs to respond with HTTP 415 Unsupported Media Type instead of the expected HTTP 400 Bad Request. Added explicit Content-Type: application/json header to both test cases in the manifests, consistent with all other POST test cases in the payment module. Resolves support ticket: OB-400-DOP-101503 / OB-301-DOP-1015003 Content-Type issue
…-content-type fix: add Content-Type application/json to standing order negative consent tests (v3.1 & v4.0)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add v4.0.1 OpenAPI schema files
Update pkg/version/version.go to change the Prerelease constant from an empty string to "beta1", marking the build as a beta pre-release instead of a final release. No other files were modified.
Clarify in README that users should pull the beta/pre-release Docker image (example uses v1.9.8-beta1). Update docs/releases to add an "unreleased" section and corresponding compare link, and adjust the 1.9.8-beta1 release reference/heading for consistency.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add Open Banking UK R/W specification version 4.0.1 to the list of supported versions in the README prerequisites. This documents that the tool is compatible with the newer 4.0.1 spec.
…-beta1 Feature/version bump 1.9.8 beta1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.