Skip to content

v0.7.0b2 — 0.7 beta

Pre-release
Pre-release

Choose a tag to compare

@hardbyte hardbyte released this 19 Jul 10:14
· 4 commits to main since this release
59dd140

Second beta of the 0.7 line. Install explicitly: uv pip install 'evnex==0.7.0b2' or pip install --pre evnex.

Changes since 0.7.0b1

  • Honor a configured EVNEX_ORG_ID in get_user_detail instead of overwriting it with the first organisation, and route the interactive CLI prompts to stderr so --json output stays parseable (#123).
  • set_charge_point_override now bounds its request timeout and no longer retries on ReadTimeout, so "charge now" against an unresponsive charge point fails fast instead of retry-storming (#124).

(0.7.0b1 highlights: async auth lifecycle, MFA management, the evnex CLI, wrapped org endpoints.)