Releases: crisp-im/crisp-status-local
Releases · crisp-im/crisp-status-local
Crisp Status Local v1.2.1
- Move away from
native-tls
torustls
, 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 approximately3.6MB
to1.5MB
). - The binary shipped in the Docker image is now statically-linked, which helps shrink the compressed Docker image size down from approximately
40MB
to900KB
.
Crisp Status Local v1.2.0
- Move from
reqwest
tohttp_req
, which makes the resulting binary (much) lighter. - Remove cache busters on HTTP
GET
andHEAD
probe poll requests (deemed useless in a local environment where no cache layer should exists). - Update all dependencies.
Crisp Status Local v1.1.0
- Retry logic built-in all HTTP calls to minimize the effect of transient network issues
Crisp Status Local v1.0.0
- Initial release