Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
add changeset
  • Loading branch information
simeng-li committed Jul 31, 2024
1 parent c15c2ac commit e417ee1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/gold-mails-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@logto/console": minor
"@logto/phrases": minor
---

add the application custom_data field editor to the application details page in console
8 changes: 8 additions & 0 deletions .changeset/sweet-rules-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@logto/core": minor
---

update the jsonb field update mode from 'merge' to 'replace' for the PATCH /application/:id endpoint.

For all the jsonb typed fields in the application entity, the update mode is now 'replace' instead of 'merge'. This means that when you send a PATCH request to update an application, the jsonb fields will be replaced with the new values instead of merging them.
This change is to make the request behavior more strict aligned with the restful API principles for a PATCH request.

0 comments on commit e417ee1

Please sign in to comment.