softwaremill / softwaremill/chimp
T1 - protocol version enum and ordering
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 102
- Forks
- 10
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 16
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- scala
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100