Added
- Added automatically renewal of access tokens with OIDC client credentials grant (`Connection.authenticate_oidc_client_credentials`)
([436](https://github.com/Open-EO/openeo-python-client/issues/436))
Changed
- Simplified `BatchJob` methods `start()`, `stop()`, `describe()`, ...
Legacy aliases `start_job()`, `describe_job()`, ... are still available and don't trigger a deprecation warning for now.
([280](https://github.com/Open-EO/openeo-python-client/issues/280))