Skip to content

Releases: crisp-im/crisp-status-local

Crisp Status Local v1.2.1

09 Jan 09:59
f4f97ae
Compare
Choose a tag to compare
  • Move away from native-tls to rustls, which makes MUSL builds independent from the OpenSSL version installed on the host system (a MUSL binary is now much more portable; and as a side-effect of moving away from OpenSSL, the MUSL binary shrinks from approximately 3.6MB to 1.5MB).
  • The binary shipped in the Docker image is now statically-linked, which helps shrink the compressed Docker image size down from approximately 40MB to 900KB.

Crisp Status Local v1.2.0

07 Jan 17:17
b12650e
Compare
Choose a tag to compare
  • Move from reqwest to http_req, which makes the resulting binary (much) lighter.
  • Remove cache busters on HTTP GET and HEAD probe poll requests (deemed useless in a local environment where no cache layer should exists).
  • Update all dependencies.

Crisp Status Local v1.1.0

01 Jul 17:20
91edfbe
Compare
Choose a tag to compare
  • Retry logic built-in all HTTP calls to minimize the effect of transient network issues

Crisp Status Local v1.0.0

01 Jul 17:19
877aa63
Compare
Choose a tag to compare
  • Initial release