Plone.rest

Latest version: v5.0.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 42 of 43

1.0a9

------------------

New Features:

- Make date and datetime fields provide a 'widget' attribute.
[timo]

- Add documentation for types endpoint schema.
[timo]

- Add basic groups CRUD operations in groups endpoints
[sneridagh]

- Make types endpoint include a 'mode' attribute. This fixes https://github.com/plone/plone.restapi/issues/198.
[timo]

Bugfixes:

- Fix queries to ensure ordering of container items by getObjectPositionInParent.
[lgraf]

1.0a8

------------------

New Features:

- Add simple user search capabilities in the GET users endpoint.
[sneridagh]

Bugfixes:

- Allow installation of plone.restapi if JWT plugin already exists. This fixes
https://github.com/plone/plone.restapi/issues/119.
[buchi]

1.0a7

------------------

Bugfixes:

- Do not handle view namespace at all. This fixes: https://github.com/plone/plone.rest/issues/50
[buchi]

1.0a6

------------------

- Add support for CORS policies.
[buchi]

- Remove JSON render implementation in service base class. Services
must provide their own render implementation.
[buchi]

- Fallback to regular views during traversal to ensure compatibility with
views being called with a specific Accept header.
[buchi]

1.0a5

------------------

- Implement permission handling. The permission required to access a service
must be declared in the service directive.
[buchi]

- Register services with the Zope configuration system. This provides better
conflict detection and resolution.
[buchi]

- Improve message for 404 Not Found exceptions (don't return HTML).
[lgraf]

- Add regression tests for service dispatching.
[lgraf]

- Restrict traversal of REST requests to content objects. This allows us to
override existing views with a named service (e.g. /search).
[buchi]

- Allow virtual hosting scenarios. This fixes 48.
[tomgross]

1.0a4

------------------

- Refactor Dexterity tests to make sure services return the correct object.
[timo]

- Add support for browser layers. REST services can now be registered to a
specific browser layer using the 'layer' attribute.
[buchi]

- Remove request method specific marker interfaces (IGET, IPOST, etc.) because
they're no longer required for service lookup.
[buchi]

- Add support for content negotiation. REST services are no longer hardwired
to 'application/json' Accept headers. Instead the media type can be
configured with the service directive.
[buchi]

- Refactor traversal of REST requests by using a traversal adapter on the site
root instead of a traversal adapter for each REST service. This prevents
REST services from being overridden by other traversal adapters.
[buchi]

Page 42 of 43

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.