Skip to content

Conversation

@meling
Copy link
Member

@meling meling commented Apr 5, 2025

github.com/relab/gorums

incompatible changes

GenVersion: value changed from 8 to 9
MaxVersion: value changed from 8 to 9
MinVersion: value changed from 7 to 9

github.com/relab/gorums/ordering

compatible changes

(*Metadata).AppendToIncomingContext: added
(*Metadata).GetEntry: added
(*Metadata).SetEntry: added
MetadataEntry: added
MetadataEntry_builder: added
Metadata_builder.Entry: added
NewGorumsMetadata: added

  • chore: add git input validation settings
  • chore: updated to Go 1.24.1 and dependencies to latest versions
  • feat: update to patch version 2 and add commit hash to version string
  • chore: simplify tool installation
  • chore: update protoc-gen-gorums version and release guide
  • chore: update to v0.9.0 and adjust documentation and dependencies
  • chore: update generated protobuf files and dependencies
  • chore: update Go version and dependencies in CI workflows
  • chore: replace vscode workspace config with go.work
  • chore: format proto files
  • chore: update protoc-gen-gorums version to v0.9.0-devel+d35f26a2
  • chore(modernize): replace interface{} with any
  • chore(modernize): replace traditional for loops with range loops
  • chore(modernize): simplify with strings.SplitSeq and slices.Contains
  • chore(modernize): simplify benchmark loops using b.Loop()
  • chore: update protoc-gen-gorums to v0.9.0-devel+d8e1bd4a
  • Gorums release v0.9.0-devel

Fixes #209

meling added 17 commits April 5, 2025 12:10
This replaces the gorums.code-workspace file with go.work and moved the
various configuration stuff to settings.json and spell check config and
dictionary to separate files.
GenVersion: value changed from 8 to 9
MaxVersion: value changed from 8 to 9
MinVersion: value changed from 7 to 9

(*Metadata).AppendToIncomingContext: added
(*Metadata).GetEntry: added
(*Metadata).SetEntry: added
MetadataEntry: added
MetadataEntry_builder: added
Metadata_builder.Entry: added
NewGorumsMetadata: added
@deepsource-io
Copy link
Contributor

deepsource-io bot commented Apr 5, 2025

Here's the code health analysis summary for commits c0a4771..a1eeff2. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Go LogoGo✅ Success
🎯 33 occurences resolved
View Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@meling meling requested review from abjeni and Copilot April 5, 2025 17:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 90 out of 95 changed files in this pull request and generated 1 comment.

Files not reviewed (5)
  • .vscode/cspell.json: Language not supported
  • .vscode/extensions.json: Language not supported
  • .vscode/gorums.txt: Language not supported
  • .vscode/settings.json: Language not supported
  • Makefile: Language not supported

@meling meling merged commit 2758f60 into master Apr 7, 2025
5 checks passed
@meling meling deleted the meling/release/v0.9.0-devel branch April 7, 2025 12:44
@abjeni abjeni restored the meling/release/v0.9.0-devel branch May 14, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: upgrade to go 1.24 and tool directive in go.mod

2 participants