Skip to content

chore(release): prepare for publishing#1364

Merged
Benoît Cortier (CBenoit) merged 3 commits into
masterfrom
release-plz/2026-06-08T09-47-35Z
Jul 10, 2026
Merged

chore(release): prepare for publishing#1364
Benoît Cortier (CBenoit) merged 3 commits into
masterfrom
release-plz/2026-06-08T09-47-35Z

Conversation

@devolutionsbot

@devolutionsbot devolutionsbot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • ironrdp-core: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • ironrdp-pdu: 0.8.0 -> 0.9.0 (✓ API compatible changes)
  • ironrdp-connector: 0.9.0 -> 0.10.0 (✓ API compatible changes)
  • ironrdp-acceptor: 0.9.0 -> 0.9.1 (✓ API compatible changes)
  • ironrdp-cliprdr: 0.6.0 -> 0.6.1 (✓ API compatible changes)
  • ironrdp-dvc: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • ironrdp-dvc-pipe-proxy: 0.4.1 -> 0.4.2 (✓ API compatible changes)
  • ironrdp-graphics: 0.8.1 -> 0.8.2 (✓ API compatible changes)
  • ironrdp-tls: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • ironrdp-rdpsnd: 0.8.1 -> 0.9.0 (✓ API compatible changes)
  • ironrdp-rdpsnd-native: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • ironrdp-session: 0.10.0 -> 0.11.0 (✓ API compatible changes)
  • ironrdp-dvc-com-plugin: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • ironrdp-server: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • ironrdp: 0.16.0 -> 0.17.0 (✓ API compatible changes)
  • ironrdp-svc: 0.7.0 -> 0.7.1
  • ironrdp-async: 0.9.0 -> 0.9.1
  • ironrdp-displaycontrol: 0.7.0 -> 0.7.1
  • ironrdp-echo: 0.3.0 -> 0.3.1
  • ironrdp-rdpdr: 0.6.0 -> 0.6.1
  • ironrdp-tokio: 0.9.0 -> 0.9.1
  • ironrdp-input: 0.6.0 -> 0.6.1
  • ironrdp-egfx: 0.2.0 -> 0.2.1
  • ironrdp-blocking: 0.9.0 -> 0.9.1
  • ironrdp-rdpdr-native: 0.6.0 -> 0.6.1
Changelog

ironrdp-core

[0.2.1] - 2026-07-10

Bug Fixes

  • Propagate caller location through error constructor helpers (#1392) (d6990d81a1)

    The error constructor helpers in several crates wrap the #[track_caller]
    ironrdp_error::Error::new, but were not themselves marked
    #[track_caller]. As a result, the captured location pointed at the
    helper body instead of the real call site, giving misleading "@
    file:line" info in error reports.

Performance

  • Replace softbuffer with direct put_image_data canvas present (#1374) (d3705af18c)

ironrdp-pdu

[0.9.0] - 2026-07-10

Security

  • [breaking] Send NetworkAutoDetect over the MCS message channel (#1348) (8a1fd0118e)

    Corrects Network Auto-Detect framing and routing to match MS-RDPBCGR by
    moving it off the I/O channel slow-path Share Data PDUs and onto the MCS
    message channel with the required Basic Security Header
    (SEC_AUTODETECT_REQ / SEC_AUTODETECT_RSP). This aligns IronRDP with
    mstsc/xfreerdp behavior and enables both connect-time and continuous
    auto-detection to actually function.

Bug Fixes

  • Set COMPRESSION_USED on the FastPath update header when compressed (#1382) (3f96d0029d)

  • Propagate caller location through error constructor helpers (#1392) (d6990d81a1)

    The error constructor helpers in several crates wrap the #[track_caller]
    ironrdp_error::Error::new, but were not themselves marked
    #[track_caller]. As a result, the captured location pointed at the
    helper body instead of the real call site, giving misleading "@
    file:line" info in error reports.

  • Reduce dependency on ironrdp-connector (#1419) (5c22f86a71)

    Removes the leftover legacy modules and moves actually useful utilities to ironrdp-pdu crate.

  • Decode MousePdu wheel rotation as two's complement, matching encode (#1415) (9b4d01b403)

ironrdp-connector

[0.10.0] - 2026-07-10

Security

  • [breaking] Send NetworkAutoDetect over the MCS message channel (#1348) (8a1fd0118e)

    Corrects Network Auto-Detect framing and routing to match MS-RDPBCGR by
    moving it off the I/O channel slow-path Share Data PDUs and onto the MCS
    message channel with the required Basic Security Header
    (SEC_AUTODETECT_REQ / SEC_AUTODETECT_RSP). This aligns IronRDP with
    mstsc/xfreerdp behavior and enables both connect-time and continuous
    auto-detection to actually function.

Bug Fixes

  • Stay in CapabilitiesExchange when activation handles DeactivateAll (#1371) (a4fde9fc50)

  • Propagate caller location through error constructor helpers (#1392) (d6990d81a1)

    The error constructor helpers in several crates wrap the #[track_caller]
    ironrdp_error::Error::new, but were not themselves marked
    #[track_caller]. As a result, the captured location pointed at the
    helper body instead of the real call site, giving misleading "@
    file:line" info in error reports.

  • Reduce dependency on ironrdp-connector (#1419) (5c22f86a71)

    Removes the leftover legacy modules and moves actually useful utilities to ironrdp-pdu crate.

  • [breaking] Remove ironrdp-connector dependency (#1435) (c6a0286dcb)

    Removes the last ironrdp-connector coupling from ironrdp-session by
    turning Deactivate-All handling into a bare signal and shifting ownership
    of the Deactivation-Reactivation activation sequence back to each consumer.
    It introduces a ConnectionActivationFactory (fresh sequence per reactivation)
    and an ActiveStageBuilder so session construction no longer depends on
    ConnectionResult.

Build

ironrdp-acceptor

[0.9.1] - 2026-07-10

Features

  • Negotiate the MCS message channel (#1347) (efa5732805)

    Updates the handshake to properly negotiate the MCS message channel by advertising Extended Client Data Blocks support and, when requested by the client, allocating/joining the message channel and surfacing its ID in AcceptorResult. This enables server-initiated PDUs that must use the message channel (e.g., network auto-detect) to have a valid transport.

  • Expose the client's keyboard layout on AcceptorResult (#1397) (5ca84a5724)

  • Honor the client-requested desktop size (#1373) (d471bd066f)

    Adds an opt-in server/acceptor knob to negotiate the RDP session desktop size using the client’s originally requested resolution (from GCC Client Core Data) so the server can start at the client’s native size without a Deactivation–Reactivation resize round trip.

ironrdp-cliprdr

[0.6.1] - 2026-07-10

Features

  • Dispatch initiate_file_copy via ClipboardMessage (#1388) (b6325f9ea6)

    Extends the CLIPRDR backend-facing API to properly support offering clipboard file lists (so later FileContentsRequests can be serviced) by introducing ClipboardMessage::SendInitiateFileCopy(Vec) and wiring it through the in-tree ClipboardMessage dispatchers.

Bug Fixes

  • Release outgoing locks before initiating a file copy (#1375) (5d534f10a6)

  • Lower verbosity of routine logs in library crates (c36032f91b)

    Library crates should not emit info! for routine, repeating operations;
    that floods the default logs of the final consumer, which owns the
    verbosity decision. Reserve info! for rare connection/session lifecycle
    milestones, debug! for significant one-off events, and trace! for the
    fine-grained detail only needed when nothing else explains a problem.

ironrdp-dvc

[0.7.1] - 2026-07-10

Features

ironrdp-dvc-pipe-proxy

[0.4.2] - 2026-07-10

Bug Fixes

  • Lower verbosity of routine logs in library crates (c36032f91b)

    Library crates should not emit info! for routine, repeating operations;
    that floods the default logs of the final consumer, which owns the
    verbosity decision. Reserve info! for rare connection/session lifecycle
    milestones, debug! for significant one-off events, and trace! for the
    fine-grained detail only needed when nothing else explains a problem.

  • Remove trailing punctuation from log messages (#1380) (f38554277a)

ironrdp-graphics

[0.8.2] - 2026-07-10

Bug Fixes

  • Don't require CONTEXT block on every progressive frame (#1395) (368fe8e68b)

    Fixes progressive RemoteFX (MS-RDPEGFX) decoding by no longer requiring a CONTEXT block on every WireToSurface2 progressive frame once a codec context has already been established (keyed by codec_context_id). This aligns the decoder with real-world server behavior and the spec’s “establish once, then reference” model for progressive contexts.

ironrdp-tls

[0.2.2] - 2026-07-10

Features

  • Expose negotiated TLS version and cipher suite (#1384) (8f76260ea7)

    Adds a backend-neutral way to query the TLS parameters negotiated for an established
    ironrdp-tls::TlsStream, enabling downstream diagnostic tooling to report the negotiated
    protocol version and cipher suite alongside the existing certificate information.

  • Gate native backends behind Cargo features (#1338) (f7e6106e0f)

    ironrdp (meta crate):

    • Added: client, client-all, client-sound, client-clipboard,
      client-rdpdr, client-smartcard, client-gateway,
      client-dvc-pipe-proxy, client-dvc-com-plugin, and
      top-level rustls / native-tls (forwarded to ironrdp-client)
    • Modified: qoi, qoiz now also gate ironrdp-client's codec
  • Make the rustls crypto provider selectable (#1387) (d767d99032)

    Makes the ironrdp-tls rustls backend’s crypto provider selectable at compile time by restructuring Cargo features, avoiding forcing a single provider onto downstreams via tokio-rustls default features.

ironrdp-rdpsnd

[0.9.0] - 2026-07-10

Features

  • [breaking] Misuse-resistant format negotiation for RdpsndServerHandler (#1359) (2d3bdef1a7)

    Move the negotiation into the crate and split selection from lifecycle:

    fn choose_format<'a>(&mut self, common: &'a [NegotiatedFormat]) -> Option<&'a NegotiatedFormat>;
    fn start(&mut self, format: &NegotiatedFormat);

ironrdp-rdpsnd-native

[0.7.0] - 2026-07-10

Bug Fixes

  • Lower verbosity of routine logs in library crates (c36032f91b)

    Library crates should not emit info! for routine, repeating operations;
    that floods the default logs of the final consumer, which owns the
    verbosity decision. Reserve info! for rare connection/session lifecycle
    milestones, debug! for significant one-off events, and trace! for the
    fine-grained detail only needed when nothing else explains a problem.

  • [breaking] Replace anyhow with typed RdpsndNativeError (#1277) (37483ebd9b)

ironrdp-session

[0.11.0] - 2026-07-10

Security

  • [breaking] Send NetworkAutoDetect over the MCS message channel (#1348) (8a1fd0118e)

    Corrects Network Auto-Detect framing and routing to match MS-RDPBCGR by
    moving it off the I/O channel slow-path Share Data PDUs and onto the MCS
    message channel with the required Basic Security Header
    (SEC_AUTODETECT_REQ / SEC_AUTODETECT_RSP). This aligns IronRDP with
    mstsc/xfreerdp behavior and enables both connect-time and continuous
    auto-detection to actually function.

Bug Fixes

  • Propagate caller location through error constructor helpers (#1392) (d6990d81a1)

    The error constructor helpers in several crates wrap the #[track_caller]
    ironrdp_error::Error::new, but were not themselves marked
    #[track_caller]. As a result, the captured location pointed at the
    helper body instead of the real call site, giving misleading "@
    file:line" info in error reports.

  • Reduce dependency on ironrdp-connector (#1419) (5c22f86a71)

    Removes the leftover legacy modules and moves actually useful utilities to ironrdp-pdu crate.

  • [breaking] Remove ironrdp-connector dependency (#1435) (c6a0286dcb)

    Removes the last ironrdp-connector coupling from ironrdp-session by
    turning Deactivate-All handling into a bare signal and shifting ownership
    of the Deactivation-Reactivation activation sequence back to each consumer.
    It introduces a ConnectionActivationFactory (fresh sequence per reactivation)
    and an ActiveStageBuilder so session construction no longer depends on
    ConnectionResult.

ironrdp-dvc-com-plugin

[0.1.3] - 2026-07-10

Bug Fixes

  • Lower verbosity of routine logs in library crates (c36032f91b)

    Library crates should not emit info! for routine, repeating operations;
    that floods the default logs of the final consumer, which owns the
    verbosity decision. Reserve info! for rare connection/session lifecycle
    milestones, debug! for significant one-off events, and trace! for the
    fine-grained detail only needed when nothing else explains a problem.

ironrdp-server

[0.13.0] - 2026-07-10

Security

  • [breaking] Send NetworkAutoDetect over the MCS message channel (#1348) (8a1fd0118e)

    Corrects Network Auto-Detect framing and routing to match MS-RDPBCGR by
    moving it off the I/O channel slow-path Share Data PDUs and onto the MCS
    message channel with the required Basic Security Header
    (SEC_AUTODETECT_REQ / SEC_AUTODETECT_RSP). This aligns IronRDP with
    mstsc/xfreerdp behavior and enables both connect-time and continuous
    auto-detection to actually function.

Features

  • Expose NetworkAutoDetect RTT via a shared handle (#1346) (481ea5d161)

    Exposes the server’s NetworkAutoDetect RTT measurement via a shared Arc handle so display backends can read a fresh RTT value even after run() takes ownership of the server.

  • Dispatch initiate_file_copy via ClipboardMessage (#1388) (b6325f9ea6)

    Extends the CLIPRDR backend-facing API to properly support offering clipboard file lists (so later FileContentsRequests can be serviced) by introducing ClipboardMessage::SendInitiateFileCopy(Vec) and wiring it through the in-tree ClipboardMessage dispatchers.

  • Honor the client-requested desktop size (#1373) (d471bd066f)

    Adds an opt-in server/acceptor knob to negotiate the RDP session desktop size using the client’s originally requested resolution (from GCC Client Core Data) so the server can start at the client’s native size without a Deactivation–Reactivation resize round trip.

  • Accept connections with TLS terminated at a lower layer (#1281) (18bf75c7b3)

    Adds a way to run a single RDP connection over a byte stream whose
    confidentiality is already provided by the embedder's transport, rather
    than having ironrdp-server perform the inner TLS handshake itself when
    X.224 selects PROTOCOL_SSL.

ironrdp

[0.17.0] - 2026-07-10

Security

  • [breaking] Send NetworkAutoDetect over the MCS message channel (#1348) (8a1fd0118e)

    Corrects Network Auto-Detect framing and routing to match MS-RDPBCGR by
    moving it off the I/O channel slow-path Share Data PDUs and onto the MCS
    message channel with the required Basic Security Header
    (SEC_AUTODETECT_REQ / SEC_AUTODETECT_RSP). This aligns IronRDP with
    mstsc/xfreerdp behavior and enables both connect-time and continuous
    auto-detection to actually function.

Features

  • Gate native backends behind Cargo features (#1338) (f7e6106e0f)

    ironrdp (meta crate):

    • Added: client, client-all, client-sound, client-clipboard,
      client-rdpdr, client-smartcard, client-gateway,
      client-dvc-pipe-proxy, client-dvc-com-plugin, and
      top-level rustls / native-tls (forwarded to ironrdp-client)
    • Modified: qoi, qoiz now also gate ironrdp-client's codec
  • [breaking] Misuse-resistant format negotiation for RdpsndServerHandler (#1359) (2d3bdef1a7)

    Move the negotiation into the crate and split selection from lifecycle:

    fn choose_format<'a>(&mut self, common: &'a [NegotiatedFormat]) -> Option<&'a NegotiatedFormat>;
    fn start(&mut self, format: &NegotiatedFormat);

Bug Fixes

  • [breaking] Remove ironrdp-connector dependency (#1435) (c6a0286dcb)

    Removes the last ironrdp-connector coupling from ironrdp-session by
    turning Deactivate-All handling into a bare signal and shifting ownership
    of the Deactivation-Reactivation activation sequence back to each consumer.
    It introduces a ConnectionActivationFactory (fresh sequence per reactivation)
    and an ActiveStageBuilder so session construction no longer depends on
    ConnectionResult.


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 96e2f31 to 148097d Compare June 8, 2026 09:47
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 148097d to aa03de0 Compare June 17, 2026 16:23
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from aa03de0 to 59aa1e2 Compare June 17, 2026 16:23
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 59aa1e2 to 83bf3c9 Compare June 23, 2026 09:32
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 83bf3c9 to b22903e Compare June 23, 2026 09:32
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from b22903e to c3db71a Compare June 23, 2026 09:34
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from c3db71a to 49485d5 Compare June 23, 2026 09:34
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 49485d5 to 721d7b9 Compare June 23, 2026 13:53
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 721d7b9 to 7057b6f Compare June 23, 2026 13:54
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 7057b6f to 029b4ef Compare June 23, 2026 15:57
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 029b4ef to eb4fe87 Compare June 23, 2026 15:57
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from eb4fe87 to cf6cc4b Compare June 23, 2026 16:50
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from cf6cc4b to 21938d3 Compare June 23, 2026 16:50
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 21938d3 to dd722cb Compare June 23, 2026 18:23
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from dd722cb to 754d21c Compare June 23, 2026 18:24
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 754d21c to d160b69 Compare June 23, 2026 18:53
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from d160b69 to 51ad596 Compare June 23, 2026 18:53
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 51ad596 to 9b973f9 Compare June 23, 2026 18:54
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 9b973f9 to d889380 Compare June 23, 2026 18:54
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from d889380 to b5b7863 Compare June 24, 2026 08:00
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from b5b7863 to 257c367 Compare June 24, 2026 08:00
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 257c367 to 3b3f224 Compare June 24, 2026 08:02
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 3b3f224 to e70fed8 Compare June 24, 2026 08:02
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from e70fed8 to df3e7ee Compare June 24, 2026 08:03
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from df3e7ee to 86a97c9 Compare June 24, 2026 08:04
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 86a97c9 to 1e92ae8 Compare June 24, 2026 08:17
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 1e92ae8 to 3b42681 Compare June 24, 2026 08:17
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 3b42681 to d1734e1 Compare June 25, 2026 18:54
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from d1734e1 to 8b36bb1 Compare June 25, 2026 18:54
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 8b36bb1 to 6679583 Compare June 26, 2026 03:54
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from ab48410 to 668b5e4 Compare June 30, 2026 12:05
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 668b5e4 to dd5ac69 Compare June 30, 2026 12:06
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from dd5ac69 to 18e214d Compare June 30, 2026 13:22
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 18e214d to 70813cb Compare June 30, 2026 13:22
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 70813cb to 2ac6bfd Compare June 30, 2026 13:41
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 2ac6bfd to 3de8a7d Compare June 30, 2026 13:42
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 3de8a7d to 45c03e0 Compare June 30, 2026 18:53
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 45c03e0 to 86b5544 Compare June 30, 2026 18:53
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 86b5544 to d41e2a0 Compare July 1, 2026 04:46
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from d41e2a0 to 1efed90 Compare July 1, 2026 04:46
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 1efed90 to e844a21 Compare July 1, 2026 09:34
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from e844a21 to 93b7571 Compare July 1, 2026 09:35
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 93b7571 to b0d639e Compare July 1, 2026 13:37
Copilot AI review requested due to automatic review settings July 1, 2026 13:37
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from b0d639e to 2514e3b Compare July 1, 2026 13:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is a release-plz generated “prepare for publishing” update for the IronRDP workspace. It updates crate versions, changelogs, and lockfiles to reflect the next set of releases across multiple crates.

Changes:

  • Bump versions for multiple workspace crates (including ironrdp meta crate and several protocol/session components).
  • Add new release entries to per-crate CHANGELOG.md files for the published versions.
  • Refresh root and fuzz lockfiles to match the updated dependency graph.

Reviewed changes

Copilot reviewed 31 out of 33 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
fuzz/Cargo.lock Updates the fuzzing lockfile to reflect new crate versions and dependency resolution.
Cargo.lock Updates the workspace lockfile to reflect new crate versions and dependency resolution.
crates/ironrdp/CHANGELOG.md Adds the 0.17.0 release notes for the ironrdp meta crate.
crates/ironrdp/Cargo.toml Bumps ironrdp to 0.17.0 and updates re-exported dependency version constraints.
crates/ironrdp-tls/CHANGELOG.md Adds the 0.2.2 release notes for ironrdp-tls.
crates/ironrdp-tls/Cargo.toml Bumps ironrdp-tls to 0.2.2.
crates/ironrdp-session/CHANGELOG.md Adds the 0.10.1 release notes for ironrdp-session.
crates/ironrdp-session/Cargo.toml Bumps ironrdp-session to 0.10.1.
crates/ironrdp-server/CHANGELOG.md Adds the 0.12.1 release notes for ironrdp-server.
crates/ironrdp-server/Cargo.toml Bumps ironrdp-server to 0.12.1 and updates dependency version constraints.
crates/ironrdp-rdpsnd/CHANGELOG.md Adds the 0.9.0 release notes for ironrdp-rdpsnd.
crates/ironrdp-rdpsnd/Cargo.toml Bumps ironrdp-rdpsnd to 0.9.0.
crates/ironrdp-rdpsnd-native/CHANGELOG.md Adds the 0.7.0 release notes for ironrdp-rdpsnd-native.
crates/ironrdp-rdpsnd-native/Cargo.toml Bumps ironrdp-rdpsnd-native to 0.7.0 and updates dependency version constraints.
crates/ironrdp-pdu/CHANGELOG.md Adds the 0.8.1 release notes for ironrdp-pdu.
crates/ironrdp-pdu/Cargo.toml Bumps ironrdp-pdu to 0.8.1.
crates/ironrdp-graphics/CHANGELOG.md Adds the 0.8.2 release notes for ironrdp-graphics.
crates/ironrdp-graphics/Cargo.toml Bumps ironrdp-graphics to 0.8.2.
crates/ironrdp-dvc/CHANGELOG.md Adds the 0.7.1 release notes for ironrdp-dvc.
crates/ironrdp-dvc/Cargo.toml Bumps ironrdp-dvc to 0.7.1.
crates/ironrdp-dvc-pipe-proxy/CHANGELOG.md Adds the 0.4.2 release notes for ironrdp-dvc-pipe-proxy.
crates/ironrdp-dvc-pipe-proxy/Cargo.toml Bumps ironrdp-dvc-pipe-proxy to 0.4.2.
crates/ironrdp-dvc-com-plugin/CHANGELOG.md Adds the 0.1.3 release notes for ironrdp-dvc-com-plugin.
crates/ironrdp-dvc-com-plugin/Cargo.toml Bumps ironrdp-dvc-com-plugin to 0.1.3.
crates/ironrdp-core/CHANGELOG.md Adds the 0.2.1 release notes for ironrdp-core.
crates/ironrdp-core/Cargo.toml Bumps ironrdp-core to 0.2.1.
crates/ironrdp-connector/CHANGELOG.md Adds the 0.9.1 release notes for ironrdp-connector.
crates/ironrdp-connector/Cargo.toml Bumps ironrdp-connector to 0.9.1.
crates/ironrdp-cliprdr/CHANGELOG.md Adds the 0.6.1 release notes for ironrdp-cliprdr.
crates/ironrdp-cliprdr/Cargo.toml Bumps ironrdp-cliprdr to 0.6.1.
crates/ironrdp-client/Cargo.toml Updates ironrdp-client dependency version constraints for the new audio crate releases.
crates/ironrdp-acceptor/CHANGELOG.md Adds the 0.9.1 release notes for ironrdp-acceptor.
crates/ironrdp-acceptor/Cargo.toml Bumps ironrdp-acceptor to 0.9.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread crates/ironrdp-tls/CHANGELOG.md Outdated
Comment thread crates/ironrdp/CHANGELOG.md
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 2514e3b to 24dba07 Compare July 1, 2026 14:20
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 24dba07 to 5b114f3 Compare July 1, 2026 14:20
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 5b114f3 to dca55e8 Compare July 1, 2026 14:59
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from dca55e8 to 70f3586 Compare July 1, 2026 14:59
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 70f3586 to 656ab99 Compare July 2, 2026 04:09
@github-actions github-actions Bot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 656ab99 to 04a6169 Compare July 2, 2026 04:09
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-06-08T09-47-35Z branch from 04a6169 to 086807c Compare July 2, 2026 05:01
Comment thread crates/ironrdp-tls/CHANGELOG.md Outdated
Comment thread crates/ironrdp/CHANGELOG.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants