Skip to content

Commit

Permalink
Release note (#349)
Browse files Browse the repository at this point in the history
Release note
  • Loading branch information
igapyon authored Apr 30, 2021
1 parent 9fd108a commit 9ccfa11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release 1.10 (2021-04-30)

## EN

- Previously, 204 and 304 were returned when PATCH was executed, but this has been changed to return as 200 or 201 with body data.
- Changed the log format during Unit test to a shorter one.
- An error occurs when a value other than * (ie: ETag) is specified for If-Match and If-None-Match.

## JA

- PATCH実行時に、いままでは 204 や 304 を返却していたが、これをデータ付きの 200 や 201 で戻すように変更。
- Unit test 時の ログ format を短いものに変更。
- If-Match, If-None-Match に * 以外(ETag) が指定された場合にエラーにする。

# Release 1.9 (2021-04-29)

## EN
Expand Down

0 comments on commit 9ccfa11

Please sign in to comment.