1# Network Subsystem Changelog 2 3## cl.net.1 vpn.createVpnConnection Changed from Public API to System API 4 5**Change Impact** 6 7Before the change, VPN functions are available only for system applications and related APIs are defined as system APIs. **vpn.createVpnConnection** is a public API, but the returned **VpnConnection** is a system API. This inconsistency results in unavailable VPN functions. 8 9After the change, **vpn.createVpnConnection** is changed to a system API. All VPN-specific APIs are system APIs. 10 11**Key API/Component Changes** 12 13**vpn.createVpnConnection** is changed to a system API. 14 15**Adaptation Guide** 16 17To use VPN functions, use the full-SDK and change the value of **app-feature** in the **HarmonyAppProvision** file to **hos_system_app** (system application). 18