Skip to content

Releases: ewilken/starlink-rs

v1.0.0

02 Jan 10:52
Compare
Choose a tag to compare

2021 Edition & Dependency Bumps

  • 2018 -> 2021 because the dep updates appeared to generate code relying
    on TryInto's prelude presence
  • bumped tonic & tonic-build from 0.8 -> 0.10.2
  • bumped prost from 0.11 -> 0.12.3
  • bumped prost-types from 0.11 -> 0.12.3
  • bumped async-stream from 0.3 to 0.3.5
  • bumped tokio from 1.5 to 1.34.0, added macros feature to fix
    resulting compilation errors

Thanks a lot to @rossproduct!

v0.3.1

25 Dec 16:41
Compare
Choose a tag to compare

Bump dependencies

  • tonic: 0.5 -> 0.8
  • tonic-build: 0.5 -> 0.8
  • prost: 0.8 -> 0.11
  • prost-types: 0.8 -> 0.11

v0.3.0

19 Jul 00:58
Compare
Choose a tag to compare

Update to type definitions to Starlink software version 2bc83694-2dec-48c8-9061-88b86cdd5d89.uterm.release

  • add new requests & responses: RestartControl, Fuse, DishGetObstructionMap, TransceiverGetTelemetry,
  • add temp field to WifiNetworkInterface
  • add api_version field to Response
  • add unstow field to DishStowRequest
  • add initial_satellite_id, initial_gateway_id & on_backup_beam fields to DishGetContextResponse
  • add apply_setup_complete, mac_wan , apply_mac_wan , mac_lan , apply_mac_lan , mac_lan_2ghz , apply_mac_lan_2ghz , mac_lan_5ghz , apply_mac_lan_5ghz & device_id fields to WifiConfig
  • add seconds_since_last_15s_outage, seconds_since_last_60s_outage & seconds_since_last_300s_outage fields to PingMetrics

v0.2.0

17 Jul 14:51
Compare
Choose a tag to compare
  • generate a lot more types that were missing on the previous release
  • update tonic & prost dependencies

v0.1.1

04 May 19:21
Compare
Choose a tag to compare
  • remove dependency on rustfmt

v0.1.0

04 May 18:50
Compare
Choose a tag to compare
add metadata for publishing