passepartoutvpn / passepartout-app

VPN client for Apple platforms.
https://passepartoutvpn.app
GNU General Public License v3.0
775 stars 119 forks source link

Restore on-demand backward compatibility #338

Closed keeshux closed 11 months ago

keeshux commented 11 months ago

In #333, the non-optional field disconnectsIfNotMatching was removed completely. Therefore, downgrading from 2.2.0 may lose profiles due to the missing required field.

Mitigate the issue by restoring the field as optional, even if it's unused, for the sake of not breaking profile serialization until the 2.2.0 release. Remove the deprecated field after that.