Skip to content

Commit

Permalink
Merge branch 'release/2024.7.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Dec 3, 2024
2 parents e7fb3ba + 11f989f commit 0b063df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@

## develop

### misc

## 2024.7.0

- [FIX] サービスへの接続が成功してもリトライカウントがリセットされない不具合を修正する
- @Hexa
- [FIX] 解析結果だけでなくエラーメッセージの送信時にもリトライカウントをリセットしていたため、リトライ処理によってカウントがリセットされていた不具合を修正する
- @Hexa
- [FIX] リトライ待ち時にクライアントから切断しようとすると、リトライ待ちで処理がブロックされているため切断までに時間がかかる不具合を修正する
- @Hexa

### misc

## 2024.6.0

- [CHANGE] aws の再接続条件の exception に InternalFailureException を追加する
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.6.0
2024.7.0

0 comments on commit 0b063df

Please sign in to comment.