Releases: JarvusInnovations/emergence
Releases · JarvusInnovations/emergence
emergence v1.1.4
- feat: add support for calling fire-event CLI against TCP socket
emergence v1.1.3
- feat: add client config to my.cnf
- feat: set MYSQL_HOME in docker environment
emergence v1.1.2
- feat: handle TableNotFoundException in query shortcut methods
- fix: pin habitat install to 0.79.0
- fix: add entrypoint wrapper that clears pid/sock files
- feat: add build-docker-image script
emergence v1.1.1
- fix: honor maxSpareServers if configured
- fix: increment cache values instead of decrement
emergence v1.1.0
- support: dropping support for legacy environments, assuming docker deployment
- fix: avoid potentially undefined key in CLI
- feat: install htpasswd command
- chore: bump installed cmd version to 6.5.2.15
- chore: clean up route bypass end debugging code
- refactor: build docker image with local kernel sources, bump all node packages to latest, and tweak .dockerignore / .npmignore lists
- feat: pass through PHP shell script exit status
- feat: add emergence-read-file shell command
- feat: add emergence-write-file shell command
- feat: add emergence-delete-file shell command
- feat: add emergence-resolve-site shell command
- feat: add certbot to docker image
- feat: add certbot-auth and certbot-cleanup shell commands
emergence v1.0.8
- support: dropping support for legacy environments, assuming docker deployment
- fix: avoid potentially undefined key in CLI
- feat: install htpasswd command
- chore: bump installed cmd version to 6.5.2.15
- chore: clean up route bypass end debugging code (backported from v1.1.0)
- refactor: build docker image with local kernel sources, bump all node packages to latest, and tweak .dockerignore / .npmignore lists (backported from v1.1.0)
- feat: pass through PHP shell script exit status (backported from v1.1.0)
- feat: add emergence-read-file shell command (backported from v1.1.0)
- feat: add emergence-write-file shell command (backported from v1.1.0)
- feat: add emergence-delete-file shell command (backported from v1.1.0)
- feat: add emergence-resolve-site shell command (backported from v1.1.0)
- feat: add certbot to docker image (backported from v1.1.0)
- feat: add certbot-auth and certbot-cleanup shell commands (backported from v1.1.0)
- chore: add .dockerignore and .npmignore files (backported from v1.1.0)
emergence v1.0.7
- Add emergence-fire-event command
emergence v1.0.6
- Use rawurldecode on paths to limit transformation added in 1.0.5 to %FF encodings
emergence v1.0.5
- Add initial Docker support
- Fix failure to URL-encoded entities in route paths
emergence v1.0.4
- Return empty result set from
Emergence_FS::findFiles()
when nonexistent scope provided - Support passing through shell arguments to PHP script via
emergence-shell
- Remove memory limit when using
emergence-shell
- Handle running on alternate HTTP port
- Add Dockerfile for building container image