Skip to content

Release 1.7 (2021-04-25)

Compare
Choose a tag to compare
@igapyon igapyon released this 25 Apr 00:25
· 128 commits to devel since this release
652c7d6

Release 1.7 (2021-04-25)

EN

  • In Entity PATCH, suppress the behavior of INSERT when Key automatic numbering is involved.
  • When a member is used in the EQ of $ filter, the value is returned even if $ select is not specified.
  • Heroku support by temporary support.
  • Improving unit testing.

JA

  • Entity PATCH にて、Key自動採番を伴う場合は INSERT の挙動を抑止するようにする
  • メンバーが $filter の EQ で利用された場合に、$select 指定がなくとも値返却する
  • 分割されたプロジェクトでも Heroku にデプロイできるよう仮対応
  • ユニットテストを改善