Releases: nekudo/shiny_deploy
Releases · nekudo/shiny_deploy
v1.4.1
Changelog
- Bugfix: Fix typehint bug
- Bugfix: Fix deprecated usage of "implode"
- Bugfix: Fix "Unable to connect bug" when updating existing repositories.
- Bugfig: Fix bug in API request parser
v1.4.0
Changelog
- Update dependencies.
- Make compatible with PHP 8.
- Make PHP 8.0 a requirement.
v1.3.6
Changelog
- Fix regression bug during API url creation.
v1.3.5
Changelog
- Hardening: Do not send any passwords from server to client.
v1.3.4
Changelog
- Fix warning in DB class when trying to fetch value from empty row.
- Update dependencies.
v1.3.3
Changelog
- Update dependencies
- Add multi-user feature
- Add install/update tasks (cli)
- Add change user-password task (cli)
- Update to latest JWT API
- Remove user-management remains from GUI
v1.3.2
Changelog
- Fix regression bug during user creation.
- Optimize error handling in database class.
- Add support for Gitea webhooks.
- Fix bug when deploying without any changed files.
v1.3.1
- Drop ssh2-extension in favor of phpseclib.
- Fixed bug when renaming/moving files in git.
- Fix regression bug while estimating revision on remote server.
- Optimize connectivity check of GIT repository urls.
- Optimize handling of git errors.
v1.3.0
Changes
- Bugfix: Adjust some paths in sample config.
- Bugfix: Handle invalid client-ids in webssocket gateway.
- Maintenance: Optimized folder structure for angular application.
- Maintenance: Renamed list controllers to match general naming convention.
- Bugfix: Fix possible bug during git pull (resulting in false error message).
- Bugfix: Fix worker process crash when providing wrong credentials for remote server.
- Bugfix: Non responsive app when reconnecting to WSS via browser "hard reload".
- Maintenance: Update some dependencies (in composer.json)
- Maintenance: Remove mcrypt dependency for PHP 7.2 compatibility.