Skip to content

Releases: woofdogtw/sylvia-iot-core

v0.1.3

26 May 17:59
d496d41
Compare
Choose a tag to compare

Changed

  • Update dependencies.

Fixed

  • router: Fix LAN leases start/end time.

v0.1.2

24 May 11:51
63808a8
Compare
Choose a tag to compare

Changed

  • Update dependencies.

Fixed

  • router: Fix LAN leases API.

v0.1.1

18 May 12:17
e226409
Compare
Choose a tag to compare

Changed

  • Use frolvlad/alpine-glibc:alpine-3.18_glibc-2.34 to solve segmentation fault from v0.0.36.
    • Note: This image has some CVE medium level issues and we will update when the segmentation fault is resolved.

Fixed

  • coremgr: Fix API bridge Content-Length header.
  • router: Fix wireless LAN API.

v0.1.0

17 May 15:24
8cd3c2d
Compare
Choose a tag to compare

Added

  • broker: Add code query parameter for application/network GET /count and GET /list APIs.

Changed

  • Update Rust to 1.78.0 with GitHub Actions runner image 20240516.1.1.
  • Replace Actix-Web with axum.
  • Update CI tools.
  • Update dependencies.
  • Release using Ubuntu 22.04.

Fixed

  • Fix a bug that it cannot detect client disconnect when using GET /list APIs for long response.
    • This is solved by using axum.
  • general-mq: Fix return Err with additional Send + Sync.
  • auth: Remove tokens when modifying user passwords or client secrets.
  • auth: Only remove the request access token when using POST /logout.
  • coremgr: Check duplicate application/network before update (AMQP/MQTT) brokers' resources.

v0.0.36

16 Feb 13:30
4aaaa85
Compare
Choose a tag to compare

Changed

  • Update Rust to 1.76.0 with GitHub Actions runner image 20240212.2.1.
  • Update Docker images with alpine-3.19.1.
  • Update dependencies.

v0.0.35

15 Dec 12:30
6a4b00a
Compare
Choose a tag to compare

Changed

  • Update Rust to 1.74.1 with GitHub Actions runner image 20231204.1.1.
  • Update Docker images with alpine-3.18.5.
  • Update dependencies.

v0.0.34

20 Oct 13:20
a6ab38c
Compare
Choose a tag to compare

Changed

  • Update Rust to 1.73.0 with GitHub Actions runner image 20231016.1.1.
  • Update dependencies.

v0.0.33

08 Sep 13:36
b9247af
Compare
Choose a tag to compare

Changed

  • Update Rust to 1.72.0 with GitHub Actions runner image 20230903.1.0.
  • Update dependencies and fix vulnerabilities.

v0.0.32

01 Sep 13:39
7f7754a
Compare
Choose a tag to compare

Changed

  • Update dependencies and fix most of vulnerabilities.
  • Add Node.js SDK GitHub repository in documentation.

v0.0.31

26 Aug 14:05
348a3ff
Compare
Choose a tag to compare

Changed

  • Update dependencies.

Fixed

  • Support listening both v4 and v6 addresses by binding :: only instead of both 0.0.0.0 and ::.