Feature/version bump 1.9.8 beta1#293
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository metadata/documentation for the v1.9.8-beta1 release.
Changes:
- Bumps the internal version constants to 1.9.8 (intended
-beta1). - Updates release notes header and adds a compare link for
1.9.8-beta1. - Updates README release notes section, Docker commands, and version table for
v1.9.8-beta1.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| pkg/version/version.go | Updates version constants for the upcoming release. |
| docs/releases/releases.md | Moves the top changelog header to the new release and adds a compare link. |
| README.md | Updates release notes banner, Docker run examples, and version table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
OBPeteS
approved these changes
Apr 21, 2026
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.
This pull request updates the project for the new
v1.9.8-beta1release. The changes update version numbers, release documentation, and Docker instructions to reflect the new beta release.Release version updates:
v1.9.7tov1.9.8-beta1inREADME.md, including Docker run commands and the version table. [1] [2]pkg/version/version.goto set the version to1.9.8-beta1.Documentation updates:
v1.9.8-beta1section to the release history indocs/releases/releases.mdand updated the release comparison link. [1] [2]