Skip to content

Releases: JarvusInnovations/emergence

emergence v1.1.4

22 Oct 14:20
bb52ba7
Compare
Choose a tag to compare
  • feat: add support for calling fire-event CLI against TCP socket

emergence v1.1.3

10 Jun 04:25
76abe21
Compare
Choose a tag to compare
  • feat: add client config to my.cnf
  • feat: set MYSQL_HOME in docker environment

emergence v1.1.2

10 Jun 04:24
39bad71
Compare
Choose a tag to compare
  • 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

19 May 16:18
c147f75
Compare
Choose a tag to compare
  • fix: honor maxSpareServers if configured
  • fix: increment cache values instead of decrement

emergence v1.1.0

30 Apr 21:03
3dac3a8
Compare
Choose a tag to compare
  • 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

30 Apr 20:46
ca5868e
Compare
Choose a tag to compare
  • 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

27 Apr 19:35
0a6b666
Compare
Choose a tag to compare
  • Add emergence-fire-event command

emergence v1.0.6

27 Apr 19:34
4a4bd86
Compare
Choose a tag to compare
  • Use rawurldecode on paths to limit transformation added in 1.0.5 to %FF encodings

emergence v1.0.5

17 Apr 19:29
9ccee23
Compare
Choose a tag to compare
  • Add initial Docker support
  • Fix failure to URL-encoded entities in route paths

emergence v1.0.4

13 Mar 01:29
f021de4
Compare
Choose a tag to compare
  • 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