All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for WebAuth SSO (not supported by Tunnelblick)
- Fix ModuleNotFoundError: No module named 'configargparse'
- Automatic docker build in CI
- Support management-hold
- Added
--verify-openvpn-client-id-token-claim
- Better handling in reconnection scenarios
- Better logging
- Change
--verify-common-name
to--verify-openvpn-client
- Refactor project to PEP-517 standard
1.2.0 - 2020-09-20
- Add validation between client certificate and id_token
1.1.3 - 2020-08-17
- Fixed auth_token behavior
1.1.2 - 2020-08-17
- Added reconnect mechanism
1.1.1 - 2020-08-16
- Update documentation
1.1.0 - 2020-08-16
- Multi-Thread support
- Terminate program if connection to OpenVPN closed.
1.0.1 - 2020-08-16
- Fixed release automation
1.0.0 - 2020-08-16
- First official release
0.0.5 - 2020-08-16
- fixed version
0.0.4 - 2020-08-16
- move package into subdir
0.0.3 - 2020-08-16
- fixed pip release
0.0.2 - 2020-08-16
- add auth-token support
0.0.1 - 2020-08-14
- First release