Conversation
Member
ndyakov
commented
May 27, 2025
- update deps to the latest
- add release notes
254db8e to
ae377b7
Compare
Add release notes
ae377b7 to
33c7baf
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the dependency versions across multiple go.mod files and adds release notes for version v1.0.0. It also modifies example scripts and code to align with updated dependency requirements and Go version specifications.
- Update dependency versions and Go toolchain details in go.mod files
- Modify example scripts (e.g. adding "go get -u" in run_examples.sh)
- Add release notes for the new release
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated Go version, toolchain, and dependency versions |
| examples/entraid/run_examples.sh | Added "go get -u" to update modules before running examples |
| examples/entraid/managedidentity_userassigned/go.mod | Switched Redis dependency versions to "latest" |
| examples/entraid/managedidentity_systemassigned/go.mod | Switched Redis dependency versions to "latest" |
| examples/entraid/defaultcredentials/go.mod | Switched Redis dependency versions to "latest" |
| examples/entraid/clientsecret/go.mod | Switched Redis dependency versions to "latest" |
| examples/entraid/clientcert/go.mod | Switched Redis dependency versions to "latest" |
| examples/custom_idp/main.go | Updated function signatures and added error handling for token parsing |
| examples/custom_idp/go.mod | Updated Redis dependency versions to stable versions |
| RELEASE_NOTES.md | Added release notes detailing key changes for v1.0.0 |
Add Makefile to reproduce the test commands used in the CI. A better approach for the future would be to use the exact makefile in the CI pipelines.
3d9c315 to
6806df0
Compare
It turns out that the x/crypto with the security fixes requires go 1.23 anyway.
3002e89 to
fad3986
Compare
Merging this branch will not change overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
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.