Skip to content

Conversation

@devolutionsbot
Copy link
Contributor

@devolutionsbot devolutionsbot commented Oct 14, 2025

πŸ€– New release

  • ironrdp-graphics: 0.6.0 -> 0.7.0 (⚠ API breaking changes)
  • ironrdp-rdpdr: 0.4.1 -> 0.5.0 (βœ“ API compatible changes)
  • ironrdp-rdpsnd-native: 0.4.1 -> 0.4.2 (βœ“ API compatible changes)
  • ironrdp-server: 0.9.0 -> 0.9.1
  • ironrdp-session: 0.7.0 -> 0.7.1
  • ironrdp: 0.13.0 -> 0.13.1
  • ironrdp-rdpdr-native: 0.4.0 -> 0.4.1

⚠ ironrdp-graphics breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/enum_variant_added.ron Failed in: variant RlgrError:InvalidIntegralConversion in /tmp/.tmpEVFoa8/IronRDP/crates/ironrdp-graphics/src/rlgr.rs:400 variant ZgfxError:InvalidIntegralConversion in /tmp/.tmpEVFoa8/IronRDP/crates/ironrdp-graphics/src/zgfx/mod.rs:448 
Changelog

ironrdp-graphics

[0.7.0] - 2025-11-05

Build

ironrdp-rdpdr

[0.5.0] - 2025-11-05

Bug Fixes

  • Fix incorrect padding when parsing NDR strings (#1015) (a0a3e750c9)

    When parsing Network Data Representation (NDR) messages, we're supposed
    to account for padding at the end of strings to remain aligned on a
    4-byte boundary. The existing code doesn't seem to cover all cases, and
    the resulting misalignment causes misleading errors when processing the
    rest of the message.

Refactor

  • [breaking] Enable unwrap_used clippy correctness lint (#965) (630525deae)

ironrdp-rdpsnd-native

[0.4.2] - 2025-11-05

Build


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 364ec20 to 3102775 Compare October 14, 2025 09:21
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 3102775 to c642bc7 Compare October 14, 2025 09:34
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from c642bc7 to 3174b55 Compare October 14, 2025 09:35
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 3174b55 to cfb9608 Compare October 20, 2025 19:16
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from cfb9608 to 1284f27 Compare October 20, 2025 19:17
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 1284f27 to ba4a14f Compare October 21, 2025 09:14
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from ba4a14f to 6e6e26f Compare October 21, 2025 09:14
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 6e6e26f to d7f3267 Compare October 23, 2025 15:08
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from d7f3267 to 845511e Compare October 23, 2025 15:08
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 845511e to b4b1fc4 Compare October 30, 2025 12:49
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from b4b1fc4 to 07c114e Compare October 30, 2025 12:50
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 07c114e to 7938669 Compare October 30, 2025 16:48
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 7938669 to ee07b51 Compare October 30, 2025 16:48
@devolutionsbot devolutionsbot force-pushed the release-plz/2025-10-14T09-21-45Z branch from ee07b51 to 99d919c Compare November 5, 2025 22:34
@github-actions github-actions bot force-pushed the release-plz/2025-10-14T09-21-45Z branch from 99d919c to 71810b0 Compare November 5, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants