Skip to content

Releases: VDuchauffour/fastgithub

v0.0.6

08 Sep 14:28

Choose a tag to compare

Changes

🚀 Features

  • feat: create a PR as draft by default (#30)
  • Enhance label definitions (#28)
  • Add Docker support (#27)
  • Handle exception for rate limiting (#23)

🐛 Bug Fixes

  • fix: update rate status attribute (#52)
  • chore: Fix renovate for ruff (#46)
  • fix: update renovate.json (#34)

🧹 Maintenance

  • chore: clean scripts folder (#58)
  • chore: use external docker image for smee client (#36)
  • Add types in tests (#29)
  • Add transparency to the logo (#26)
  • Handle case when no _version module (#25)
  • Use uv to install python (#24)
  • Use dynamic vcs version (#22)
  • Add renovate configuration (#32)

v0.0.5

27 Nov 09:53

Choose a tag to compare

Changes

🚀 Features

  • Infer events from recipe's property (#20)

🧹 Maintenance

  • Define python-version (#21)
  • Improve examples in README.md (#19)
  • Improve README.md (#18)

v0.0.4

25 Nov 14:09

Choose a tag to compare

Changes

🚀 Features

  • Allow event definitions in recipes (#16)
  • Introduce Recipe classes (#14)

🧹 Maintenance

  • Set recipe's events as class property (#17)
  • Move GitHub recipes in its own subpackage (#15)
  • Reorder modules (#13)

v0.0.3

24 Nov 00:40
fc88eb3

Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix the call of the signature headers (#12)

🧹 Maintenance

  • Add tests to verify the event processing (#11)
  • Add tests to verify the addition of functions listen (#10)

v0.0.2

23 Nov 22:22
56c1c2a

Choose a tag to compare

Changes

🚀 Features

  • Decouple handler from signature verification (#5)

🐛 Bug Fixes

  • Fix signature verification (#4)

🧹 Maintenance

  • Add import shortcuts (#9)
  • Add tests for safe_mode (#8)
  • Add tests for signature verification (#7)
  • Add examples (#6)

v0.0.1

22 Nov 15:26
193d046

Choose a tag to compare

Changes

🚀 Features

  • Initial release (#2)

🧹 Maintenance

  • Fix the GitHub action for the publication of the package (#3)