Skip to content

Commit

Permalink
Merge branch 'release/2024.9.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Dec 24, 2024
2 parents f9a97fe + 9bf527c commit 01b74ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@

## develop

- [CHANGE] Amazon Transcribe 向けの minimum_confidence_score と minimum_transcribed_time を独立させて、minimum_confidence_score が無効でも minimum_transcribed_time が有効な場合は minimum_transcribed_time でのフィルタリングが有効になるように変更する
- @Hexa
- [CHANGE] フィルタリングの結果が句読点のみになった場合はクライアントに結果を返さないように変更する
- @Hexa
- [CHANGE] サーバから切断された場合はリトライするように変更する
- Amazon Transcribe のみ対象
- @Hexa

### misc

- [CHANGE] GitHub Actions の ubuntu-latest を ubuntu-24.04 に変更する
Expand All @@ -28,6 +20,16 @@
- [UPDATE] GitHub Actions の staticcheck のバージョンを 2024.1.1 に上げる
- @Hexa

## 2024.9.0

- [CHANGE] Amazon Transcribe 向けの minimum_confidence_score と minimum_transcribed_time を独立させて、minimum_confidence_score が無効でも minimum_transcribed_time が有効な場合は minimum_transcribed_time でのフィルタリングが有効になるように変更する
- @Hexa
- [CHANGE] フィルタリングの結果が句読点のみになった場合はクライアントに結果を返さないように変更する
- @Hexa
- [CHANGE] サーバから切断された場合はリトライするように変更する
- Amazon Transcribe のみ対象
- @Hexa

## 2024.8.0

- [ADD] 採用する結果の信頼スコアの最小値を指定する minimum_confidence_score を追加する
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.8.0
2024.9.0

0 comments on commit 01b74ae

Please sign in to comment.