Skip to content

feat: release version 2.0.1 with custom fields API support#428

Merged
gibiw merged 1 commit into
mainfrom
feat/api-v2
Nov 14, 2025
Merged

feat: release version 2.0.1 with custom fields API support#428
gibiw merged 1 commit into
mainfrom
feat/api-v2

Conversation

@gibiw
Copy link
Copy Markdown
Contributor

@gibiw gibiw commented Nov 14, 2025

  • Updated version to 2.0.1 in pyproject.toml.
  • Added new API endpoints for managing custom fields, including retrieval of individual custom fields and lists.
  • Introduced new models for custom fields and their responses.
  • Updated README to include documentation for new API endpoints and models.

This release enhances the API client by providing support for custom fields, improving the flexibility and usability of the testing framework.


Note

Adds CustomFields API (get by id, list) with supporting models and docs, updates exports, and bumps version to 2.0.1.

  • API Client:
    • New CustomFieldsApi: get_custom_field_v2 (GET /custom_field/{id}) and get_custom_fields_v2 (GET /custom_field).
    • Models: CustomField, CustomFieldOption, CustomFieldResponse, CustomFieldListResponse, CustomFieldListResponseAllOfResult.
    • Exports: Update __init__.py and api/__init__.py to expose new API and models.
  • Docs:
    • Add docs/CustomFieldsApi.md and model docs (CustomField*.md).
    • Update README.md to list new endpoints and models.
  • Version:
    • Bump qase-api-v2-client to 2.0.1 in pyproject.toml.

Written by Cursor Bugbot for commit e357e9f. This will update automatically on new commits. Configure here.

- Updated version to 2.0.1 in pyproject.toml.
- Added new API endpoints for managing custom fields, including retrieval of individual custom fields and lists.
- Introduced new models for custom fields and their responses.
- Updated README to include documentation for new API endpoints and models.

This release enhances the API client by providing support for custom fields, improving the flexibility and usability of the testing framework.
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on December 13

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread qase-api-v2-client/src/qase/api_client_v2/__init__.py
@gibiw gibiw merged commit 3d8ecff into main Nov 14, 2025
37 checks passed
@gibiw gibiw deleted the feat/api-v2 branch November 14, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant