Skip to content

Bump version to 0.10.0#169

Merged
bjosv merged 1 commit into
Ericsson:mainfrom
bjosv:release-0.10.0
May 28, 2026
Merged

Bump version to 0.10.0#169
bjosv merged 1 commit into
Ericsson:mainfrom
bjosv:release-0.10.0

Conversation

@bjosv
Copy link
Copy Markdown
Collaborator

@bjosv bjosv commented May 28, 2026

Since 0.9.2, there are 9 commits on main:

  1. Merge ered_client and ered_connection (PR 157)
    Major architectural refactor, simplifies the codebase by combining two modules into one
  2. Non-blocking send (PR 160)
    The send path no longer blocks the process, improving throughput
  3. Optimize command formatting and representation (PR 162)
    Performance optimization in the hot path
  4. Add support for sending commands in batches (PR 158)
    New feature enabling more efficient command dispatch
  5. Add per-request buffer_time option (PR 168)
    New user-facing feature allowing commands to be buffered and coalesced into fewer TCP packets/TLS records
  6. Track sent_at timestamp per pending request (PR 167)
    Enables more accurate per-request timeout tracking
  7. Re-enable 'unknown types and functions' warnings and update CI (PR 153)
    Code quality and CI improvement
  8. Replace deprecated catch operator with try...catch (PR 164)
    Code modernization
  9. Shorten state in crash reports (PR 163)
    Reduces noise in crash logs

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
@bjosv bjosv requested a review from zuiderkwast May 28, 2026 14:53
@bjosv bjosv merged commit 9442419 into Ericsson:main May 28, 2026
18 of 19 checks passed
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.

2 participants