- Add more insights endpoints (API v2)
- Add more pipeline endpoints (API v2)
- Add more user endpoints (API v2)
- Add more workflow endpoints (API v2)
- Add schedule endpoints (API v2)
- Fix get_contexts()
- Add endpoints for context environment variables (API v2)
- Add context endpoints (API v2)
- Add job details endpoint (API v2)
- Add support for pagination: the results from endpoints that support pagination will come as a list rather than a list under
response["items"]
- Add response code 429 to the list of HTTP status codes to force a retry on
- Add job approval endpoint (API v2)
- Add endpoints to get project pipelines (API v2)
- Add endpoints to get project insights (API v2)
- Add endpoints to get/update project advanced settings
- Initial public version