| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 21 hours ago | 914 Bytes | |
| v2.26.1 source code.tar.gz | < 21 hours ago | 1.2 MB | |
| v2.26.1 source code.zip | < 21 hours ago | 1.4 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Changed
pmxt.stop_server()/pmxt.restart_server()now emitDeprecationWarning(Python SDK): The flat aliases still work and still call the underlyingServerManager, but they now warn thatpmxt.server.stop()/pmxt.server.restart()is the standard. This reverses the "no deprecation, no warnings" stance from 2.26.0 — the namespacedpmxt.server.*API is the single canonical surface for sidecar lifecycle management, and the flat helpers are kept only for backwards compatibility.
Installation
npm:
:::bash
npm install pmxtjs@2.26.1
PyPI:
:::bash
pip install pmxt==2.26.1
Links
Full Changelog: https://github.com/pmxt-dev/pmxt/compare/v2.26.0f...v2.26.1f