Skip to content

Releases: crisp-im/crisp-status-local

Crisp Status Local v1.3.7

01 Sep 10:17
v1.3.7
7fa984a
Compare
Choose a tag to compare
  • Fixed packaging for Debian 10, Debian 11 and Debian 12 on x86_64 architecture.

Crisp Status Local v1.3.6

01 Sep 09:52
v1.3.6
1216839
Compare
Choose a tag to compare
  • Fixed packaging for Debian 10, Debian 11 and Debian 12 on x86_64 architecture.

Crisp Status Local v1.3.5

01 Sep 09:38
v1.3.5
cf4dbc5
Compare
Choose a tag to compare
  • Publish .deb packages for Debian 10, Debian 11 and Debian 12 on x86_64 architecture.

Crisp Status Local v1.3.4

06 Jan 14:12
v1.3.4
6e74e16
Compare
Choose a tag to compare
  • Automated the package release process via GitHub Actions (ie. cargo publish).

Crisp Status Local v1.3.3

09 Jul 12:01
v1.3.3
ab3f9c1
Compare
Choose a tag to compare
  • Fixed an issue with chunked HTTP responses, which prevented v1.3.2 to fetch its list of replicas.

Crisp Status Local v1.3.2

09 Jul 11:40
v1.3.2
dcf9be1
Compare
Choose a tag to compare
  • Updated dependencies: fastping-rs, http_req, base64, clap.

Crisp Status Local v1.3.1

07 Jul 14:23
v1.3.1
9d0b312
Compare
Choose a tag to compare
  • Moved the release pipeline to GitHub Actions.

Crisp Status Local v1.3.0

26 Jan 13:17
ef9b009
Compare
Choose a tag to compare
  • Add ICMP probing capabilities, using the URL format: icmp://host (eg. icmp://[::1]).
  • Fix an issue where the Crisp Status settings for metrics would not be pulled and used by Crisp Status Local.

Crisp Status Local v1.2.2

15 Jan 13:02
c017e49
Compare
Choose a tag to compare
  • Fix replica URL parsing for IPv6 URLs using the tcp protocol. Previously, an IPv6 URL such as tcp://[::1]:80 would be stored internally as [::1], which is not resolvable and would incur a failure. The correct format is now being passed, which is ::1.

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.