Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 834 Bytes

File metadata and controls

29 lines (21 loc) · 834 Bytes

Version 1.0.1 - 2025-05-13

  • 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.

Version 1.0.0 - 2024-07-02

  • 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

Version 0.0.4 - 2018-01-10

  • Switch to using a code env

Version 0.0.3 - ?

0.0.2 - 2016-04-07

  • Add issue body
  • Add option to fetch comments
  • Fix "learn more" URL

Version 0.0.1 - 2015-09-28

Initial release