Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 899 Bytes

File metadata and controls

31 lines (18 loc) · 899 Bytes

Changelog

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.

[0.2.10] - 2025-10-10

Changed

  • Updated auth failures to bail out faster
  • Removed command-specific checks in payload creation since they live in the server

[0.2.9] - 2025-10-08

Changed

  • Updated one more piece of GraphQL to hardcode SSL to false for aiohttp

[0.2.7] - 2025-08-19

Changed

  • pinning the version of gql in the setup.py to 3.5.3 since 4.0 has breaking changes for now

[0.2.6]- 2025-05-30

Changed

  • Updated the issue_task functionality to allow supplying payload_type name
    • This will enable features like forge where the backing payload type container differs from the type of the callback