mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
2.2 KiB
2.2 KiB
1.1.0
- Add bypass-proxy-for option added in 0.12.3 (see #302)
- Fix symfony/process 4.2 deprecation notice (see #331)
- Drop suppor for unmaintained PHP versions (5.6 and 7.0, see #337
- Drop support for unmaintained symfony/process versions (see #337)
- Pass on error code in checkProcessStatus (see #328)
Thanks to @joshpme, @drigani, @fbourigault, @NiR- and @leimd for their work.
1.0.4
- Support cache-dir for Image generation (see #297).
Thank you @dimitrilahaye for their work.
1.0.3
- Add support to Symfony 4 (#290)
- Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#287)
Credits go to @michaelperrin and @carusogabriel.
1.0.2
A BC break was introduced in v1.0.0: using objects castable to string with a cyclic dependency to the generator
as option value would break setOption() / setOptions() methods.
- Use logger context rather than
var_exportto log option values (see #283)
Credits go to: @barryvdh.
1.0.1
- Fix
Call to a member function debug() on nulllogger (see #270)
1.0.0
- Don't check if it's a file when the path is bigger than
PHP_MAXPATHLEN(see #224) - Pass
image-dpiandimage-qualityoptions as integer (see #251) - Improve documentation readability (see #255)
- Add logging capabilities to generators (see #264)
- Add some more frequent questions/issues to the FAQ (see #263, #265, #266)
Credits go to: @wouterbulten, @martinssipenko, @Herz3h, @akovalyov, @NiR-.