Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DefGuard/client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0-alpha3
Choose a base ref
...
head repository: DefGuard/client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0-alpha4
Choose a head ref
  • 4 commits
  • 27 files changed
  • 4 contributors

Commits on Nov 7, 2025

  1. Basic client version reporting (#658)

    * client version checking 1
    
    * osinfo
    
    * change way of detecting os family
    
    * bump min client version
    
    * remove all service locations if there are none in polling
    
    * encode proto
    
    * Update proto
    t-aleksander authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    62e7d6c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. add admin helper script for generating enrollment tokens in Entra env…

    …ironments (#665)
    
    * add script to generate enrollment tokens for Entra
    
    * update script to use email for matching users
    wojcik91 authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    a7ced1d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    555fb72 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Add global MTU setting (#668)

    * add mtu setting
    
    * make AppConfig::mtu optional
    
    * set mtu when connecting to location/tunnel
    
    * add mtu to client -> service grpc structs
    
    * bump wireguard-rs dependency
    
    * use 0 for default mtu value
    
    * cargo fmt
    
    * add mtu default value description, remove unused util
    
    * fix linting
    
    * fix typo
    
    * AppConfig::mtu non-optional in frontend
    
    * Fix build on macOS
    
    ---------
    
    Co-authored-by: Adam Ciarciński <[email protected]>
    j-chmielewski and moubctez authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    ab21b2a View commit details
    Browse the repository at this point in the history
Loading