Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

T1 - protocol version enum and ordering

Open Beginner friendly
#239 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
76/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active
Tech stack
scala
Domain
api

Research direction

Locate the ProtocolVersion enum and inspect how its values are ordered and how Latest is defined. Add V2026_07_28 as the latest ordered value while preserving legacy initialize negotiation as V2025_11_25. Verify the enum comparisons support branching with >= V2026_07_28; no conformance scenarios are listed.

Written by the indexing model from the issue text.

Description

2026-07-28 version support

Target branch: 2026-07-28-protocol-support

Add V2026_07_28 to ProtocolVersion and make it Latest. Ensure enum values ordering so code can branch with >= V2026_07_28. The legacy initialize negotiation answers V2025_11_25.

Conformance scenarios that must pass after this task: none.

Docs: no.

Dominant language
Scala
Stars
102
Forks
10
Avg merge
1d 20h
Merged PRs (30d)
17

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from softwaremill/chimp

All issues in softwaremill/chimp

Similar issues

More Scala issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.