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.
2.0.5 - 2023-08-04
- Add pytest cases
- Fix some bugs
- Add some new endpoints, such as create_project, delete_project
2.0.4 - 2023-07-25
- Add Project Links Endpoint for search
- when get one project/group/rule/user, need parameter 'organization' in sonarcloud.
- get one issue use 'get_issue' instead.
- get one project use 'get_project' instead.
- get one group use 'get_user_group' instead.
- get one user use 'get_user' instead.
- get one view use 'get_view' instead.
- Search for projects associated (or not) to a quality gate, with parameter 'gateName', not 'gateId'. From Sonarqube 8.4 Parameter 'gateId' is deprecated. Use 'gateName' instead.