softwaremill / softwaremill/chimp

T1 - protocol version enum and ordering

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

Nobody has claimed this yet.

2026-07-28 version support
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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.