Skip to content

Commit

Permalink
Merge branch 'develop' into viewStateStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Dec 27, 2024
2 parents a0ec19f + 125d2ad commit 695b53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### 🎁 New Features

* `BaseController.runOnInstance` now performs the json serialization on the target instance. This
allows lighter-weight remote endpoint executions that do not require object serialization.
* `BaseController.runOnInstance` and `BaseController.runOnPrimary` now performs the json serialization on the
target instance. This allows lighter-weight remote endpoint executions that do not require object serialization.
Applications must now provide a `ClusterJsonRequest` to this method rather than a `ClusterRequest`

### ⚙️ Technical
Expand Down

0 comments on commit 695b53b

Please sign in to comment.