Releases: Spoje-NET/multiflexi-mserver
Releases · Spoje-NET/multiflexi-mserver
v1.3.0
1.3.0 — pohoda-connector compatibility
- New fields:
POHODA_TIMEOUT(integer, default 30 s) andPOHODA_COMPRESS(boolean, default true) added to the credential prototype, covering all env vars read bymServer\Client::setUp()in vitexsoftware/pohoda-connector - UI test uses the connector:
Ui\CredentialType\MServernow instantiatesmServer\Clientto runisOnline()— the check exercises the sameSTW-Authorizationheader, gzip transport, and timeout settings that the applications use - Dependency:
multiflexi-mserver-uinow depends onphp-vitexsoftware-pohoda-connector;composer.jsonrequiresvitexsoftware/pohoda-connector - Credential prototype version bumped to
1.1.0
v1.2.1
Fixes in 1.2.1
- Frozen/unreachable mServer: replaced
file_get_contentswithcurlsoCURLOPT_CONNECTTIMEOUT=5+CURLOPT_TIMEOUT=10are both enforced — the web page no longer hangs when mServer is down or frozen - Human-readable errors: timeout, connection refused, unresolvable hostname, and empty response each get a distinct message instead of a raw PHP stream error string
- Busy server warning: if mServer responds with
status=busyorprocessing > 0, a yellow warning badge is shown alongside the success indicator
v1.2.0
What's new in 1.2.0
- Smart credential prototype: Added
CredentialProtoType\MServerPHP class with all six Pohoda fields - New UI package (
multiflexi-mserver-ui): Web form that tests mServer/statusvia HTTP Basic Auth and displays company name, status and processing count - postinst: switched from
credential-prototype:synctocredential-prototype:import-jsonfor targeted registration - DEP-8 test: new
php-classtest verifying the PHP class is correctly installed - composer.json: PSR-4 autoload mapping for both namespaces
v1.1.0
Changes
- AppStream metainfo with stock icon, addon type, extends/provides/releases
- Improved postinst: uses
multiflexi-cli credential-prototype:sync - Updated Jenkinsfile CI: disable forky/jammy/resolute with failure notes
- Standards-Version 4.7.0, Build-Depends formatting