Skip to content

Releases: kurusugawa-computer/annofab-api-python-client

v1.4.1

23 Mar 07:36
f91a415
Compare
Choose a tag to compare

What's Changed

Enhancements

  • 差し戻された際のタスク履歴を特定するutilを作成しました by @yuji38kwmt in #709

Full Changelog: v1.4.0...v1.4.1

v1.4.0

21 Mar 01:35
bea73d9
Compare
Choose a tag to compare

What's Changed

New Features

  • 属性の制約に関するモジュールattribute_restrictionsを追加しました。 by @yuji38kwmt in #707

Others

  • poetry update: ruff, mypyのバージョンアップ by @yuji38kwmt in #708

Full Changelog: v1.3.0...v1.4.0

v1.3.0

26 Feb 13:27
f14c974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

14 Feb 00:57
8bec4dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 Jan 00:20
bec40ab
Compare
Choose a tag to compare

What's Changed

  • v1.1.0で削除したdataclassを一時的に元に戻す by @yuji38kwmt in #703

New Features

Others

  • generated_api.py, generated_api2.pyをOpenAPI Generator v7で生成するようにしました。 by @yuji38kwmt in #697
  • pydantic_modelsのドキュメントを生成 by @yuji38kwmt in #700
  • pydantic_modelsのヘッダーを修正 by @yuji38kwmt in #701

v1.1.0

07 Jan 05:04
041d17f
Compare
Choose a tag to compare

What's Changed

Deprecated

  • Python3.8のサポートを終了します。 by @yuji38kwmt in #691
  • dataclass/project.py, dataclass/job.pyを廃止しました。

Enhancements

Others

  • Ruffのtarget-versionをPython3.8からPython3.9に変更したことによる対応 by @yuji38kwmt in #692
  • Update lint-test.yml: Python 3.13のテストを追加して、Python 3.8のテストを削除する by @yuji38kwmt in #694
  • python3.13でpoetry installでwheelファイルのビルドが発生しないようにする by @yuji38kwmt in #695
  • Update README.md by @yuji38kwmt in #696

Full Changelog: v1.0.0...v1.1.0

v1.0.0

11 Sep 14:40
57af8a3
Compare
Choose a tag to compare

What's Changed

New Features

  • PersonalAccessTokenに対応しました by @seraphr in #679
  • Annofab v0.192.0に対応しました。Personal Access Token に関連したAPIが追加されました。 by @yuji38kwmt in #682

Others

New Contributors

Full Changelog: v0.74.1...v1.0.0

v0.74.1

14 Aug 03:06
2231455
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Wrapper.can_execute_job, Wrapper.wait_until_job_is_executableの処理を非同期実行か同期実行に変更しました。 by @yuji38kwmt in #667
  • バージョン情報をPEP 440に従った形式に変更しました。 by @yuji38kwmt in #671

Others

  • 開発環境をPython3.11から3.12に変更しました by @yuji38kwmt in #668
  • リントとテストの実行をTravisCIからGithub Actionsに移行しました。 by @yuji38kwmt in #669
  • Sphinxのバージョンをv0.8に変更しました。 by @yuji38kwmt in #670

Full Changelog: v0.74.0...v0.74.1

v0.74.0

24 Jun 03:36
6cb27b8
Compare
Choose a tag to compare

What's Changed

New Features

以下の関数を追加しました。 #659

  • annofabapi.util.annotation_specs.get_english_message
  • annofabapi.util.annotation_specs.get_message_with_lang

Deprecations

  • annofabapi.utils.get_message_for_i18n を廃止しました。今後はannofabapi.util.annotation_specs.get_english_messageまたはannofabapi.util.annotation_specs.get_message_with_langを利用してください。 #659

Others

Full Changelog: v0.73.1...v0.74.0

v0.73.1

29 May 09:00
0e31796
Compare
Choose a tag to compare

What's Changed

Others

  • login_respond_to_auth_challenge APIで失敗したときに、ログにmfa_codeをマスクして出力する by @yuji38kwmt in #654

Full Changelog: v0.73.0...v0.73.1