Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare 2023.2.0 release #451

Merged
merged 1 commit into from
May 31, 2023
Merged

chore: prepare 2023.2.0 release #451

merged 1 commit into from
May 31, 2023

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented May 31, 2023

2023.2.0 (2023-05-31)

Features

  • dgw: /jet/jrec endpoint for session recording (#404) (bbc0c41941) (DGW-64) (#408) (51355a1ac4) (#410) (8a28a44d5d) (#417) (56578f8785) (1816b9586f)

    Adds new JREC token type for session recording.
    Adds new jet_rft (recording file type) private claim.
    Handles /jet/jrec route for WSS to file streaming.

  • dgw: /jet/heartbeat endpoint (#406) (605d3871de)

    The /jet/heartbeat endpoint requires a scope token for the
    "gateway.heartbeat.read" scope. It is very similar to /jet/health, but
    returns additional information that should not be publicly available
    such as the current number of running sessions.

  • dgw: /jet/jrec/list endpoint (#412) (332c86fc5e)

  • dgw: /jet/jrec/pull/{id}/{filename} endpoint (#416) (8187f8bb2e) (#431) (66dc4e3009)

    Recording files can be fetched using this new endpoint and a
    JREC token with the jet_rop operation set to pull.

  • dgw: ngrok tunnel support (711164010a) (9e29a1d3ce)

  • dgw: add ldap, ldaps application protocols (#432) (bdb34ef27e)

  • dgw: add known application protocol "tunnel" (c3142870f2) (ARC-142)

    This is known as Devolutions Gateway Tunnel on RDM side.

Improvements

  • dgw: [breaking] move jet/{tcp,tls} endpoints under /jet/fwd (refactor(dgw)!: move ws-{tcp,tls} endpoints under /jet/fwd #407)

    That is:

    • /jet/tcp/jet/fwd/tcp
    • /jet/tls/jet/fwd/tls

    This is a breaking change, but these routes were not yet used by any other Devolutions product
    until 2023.2.x releases, so it is safe to change this at this point.

  • jetsocat: default port in WebSocket URLs (#413) (354e097d4e)

    With this change, port may be omitted from the WebSocket URL.
    In such case, the default port will be used (either 80 or 443).

  • dgw: log version on start (#414) (7391114a4d)

    Useful when troubleshooting issues using user’s logs.

  • dgw: improve HTTP error reporting (#415) (ad19a2fa7c)

  • pwsh: use .NET 6 RSA APIs when available (#435) (974d8ee1da)

    Use .NET 6 RSA public/private key APIs when available.

  • dgw: graceful shutdown (ef1d12d468)

  • dgw: do not enforce scheme in /jet/fwd routes (#430) (54e467f803)

    This was inconsistent with other routes such as /jet/jmux where
    dst_hst will have the http or https scheme, but this is
    simply used as a filter policy and Devolutions Gateway will not
    wrap the stream further into an "https protocol layer".

    Instead, we rely on the requested URI to choose between plain TCP
    and TLS wrapping at proxy level (i.e.: /jet/fwd/tcp vs /jet/fwd/tls).

Performance

  • dgw: re-use TLS client config (#433) (b6ebb01aad)

    As of rustls 0.21, it’s possible to disable the TLS resumption that is
    not supported by some services such as CredSSP.

    This allow us to reuse the same TLS client config and connector for
    all proxy-based TLS connections.
    (TlsConnector is just a wrapper around the config providing the
    connect method.)

    Making one of these can be expensive, and should be once per process
    rather than once per connection.

    source

Build

Continuous Integration

@CBenoit CBenoit requested a review from a team May 31, 2023 23:22
@CBenoit CBenoit enabled auto-merge (squash) May 31, 2023 23:24
@CBenoit CBenoit merged commit 1b04c90 into master May 31, 2023
@CBenoit CBenoit deleted the prepare-release branch May 31, 2023 23:38
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.

2 participants