Skip to content

@plone/client 2.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 16 Apr 15:21
· 698 commits to main since this release
1192219

2.0.0-alpha.3 (2026-04-16)

Breaking

  • Normalize client login arguments to follow all non-get argument shape, nesting them under a data argument. @sneridagh #8111
  • Fixed inconsistent use of username argument instead of login in the login API client. @sneridagh #8112
  • Align REST client path argument names with REST API semantics, using canonical keys like id, type, name, and in_reply_to across affected endpoints. @sneridagh

Feature

Bugfix

  • Fix getUsers to handle the updated @users response format in plone.restapi 10. @davisagli
  • Fixed create and update content validation @pnicolli