| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-01 | 1.9 kB | |
| Version 1.0.43 source code.tar.gz | 2026-04-01 | 4.2 MB | |
| Version 1.0.43 source code.zip | 2026-04-01 | 4.4 MB | |
| Totals: 3 Items | 8.6 MB | 0 | |
- Bump pixl-server to v1.0.50 for more detailed crash logs.
- Override lodash (sub-dependency of async) to v4.17.23 for vuln fix.
- API Doc: Add docs for internal admin_upgrade_masters and admin_upgrade_workers APIs.
- API Doc: Add new multi section, with internal master_register, get_master_releases, and master_command APIs documented.
- API Doc: Clarify some admin API privs and rename satellite section.
- Hosting Doc: Added clarification on Docker configuration mount, as it needs to be unique per conductor.
- New Feature: Magic Link Form: Allow button text, icon, and custom faux response parameters.
- Docker Satellite Servers: Add default named volume mount for custom config dir (so containers survive upgrades).
- New Feature: Visually show conductors and satellite servers that have outdated versions. Click to popup upgrade dialog.
- CSS: Adjust scrollbar thumb color to better follow theme.
- Bug Fix: Ensure workflow decision and split nodes always have access to outer workflow object for use in expressions. Fixes [#232].
- Satellite/Multi Release List APIs: Reduce requirement to any valid user or API key
- (These are just proxies to the public GitHub API, so no special privs needed).
- Feature: Send xyops / xysat version information along with each job launch, in
job.versionsproperty. - Behavior Change: For get_ APIs with v1 suffix, return HTTP 404 upon failure. Fixes [#231].
- README: Remove quick-start docker run command, and instead direct people to the self-hosting guide.
- New Feature: Add "Diagnostic Report" button on System page, for generating report content for GitHub issues.
- README and Hosting Docs: Clarify Docker setup instructions, use
XYOPS_mastersenvironment variable even for single-conductor setups. - Bug Fix: Auto-detect case where multiple hostnames resolve to same servers in masters.json, and shut down with loud error.