- Search GitHub Pull Requests
- Add a
closed_before_dateparameter to restrict closed pull requests by closing date. - Allow
since_dateandclosed_before_dateto use DSS variables in addition to literalYYYY-MM-DDvalues. - Validate resolved date values after variable expansion and improve date-related error messages.
- Add a
- Reliability
- Retry transient GitHub search failures for HTTP
502,503, and504in addition to rate-limit retries. - Keep upstream HTTP status codes visible in retry logs to make runtime failures easier to diagnose.
- Retry transient GitHub search failures for HTTP
- Internal cleanup
- Fix incorrect integer identity comparisons in the updated GitHub search pull request code paths.
- Fix check of unicity that was not working in case of retry due to rate limit.
- Freeze version of PyGithub due to breaking chances on more recent versions around rate limit.
- Updates
- Replace auth mechanism by a Personal access token preset
- Python 3 support
- Add a state selector on the issues connector
- New components
- Add a connector to fetch pull requests on specified repositories
- Add a connector to search pull issues based on a search query
- Add a connector to search pull requests based on predefined filters
- Switch to using a code env
- Add issue body
- Add option to fetch comments
- Fix "learn more" URL
Initial release