v0.10.1

umputun/ralphexv0.10.1Feb 10, 2026by umputun

AI Summary

This release addresses version detection issues, port mapping, and type errors in the Docker wrapper.

Key Highlights

  • Resolved version detection when installed via go install.
  • Mapped RALPHEX_PORT to host side only.
  • Resolved mypy strict type errors in docker wrapper script.

New Features

  • Version detection fix
  • Port mapping correction

Full Release Notes

**Bug Fixes**
- resolve version as unknown when installed via `go install` (#84)
- map RALPHEX_PORT to host side only, keep container port 8080
- resolve mypy strict type errors in docker wrapper script

**Improvements**
- clarify Docker image usage for non-Go languages