Skip to content

Releases: CI-HUB-GmbH/SimpleRESTAdapterBundle

v2.0.3

Choose a tag to compare

@aarongerig aarongerig released this 30 Aug 16:43

What's changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@aarongerig aarongerig released this 16 Aug 15:05

What's Changed

  • Documentation additions by @xfynx in #4
  • Elements were not deleted from index, see #6
  • Proper messenger transport DSN configuration, see #7

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@AndiKeiser AndiKeiser released this 14 Mar 09:37
  • remove debug statement #2
  • remove service configurations #1

v2.0.0

Choose a tag to compare

@AndiKeiser AndiKeiser released this 15 Dec 15:11

Hi fellow Pimconauts!

Today we are thrilled to release our Simple REST Adapter 2.0 for Pimcore X.
Documentation: Simple REST Adapter

Highlights:

  • Configure a schema and expose data like with other DataHub adapters via Drag & Drop.
  • All data gets indexed in Elasticsearch indices and delivered from there (no additional load on the database when accessing data via REST endpoints).
  • Endpoint documentation and test via Swagger UI.
  • Available endpoints:
    • tree-items: Method to load all elements of a tree level
    • search: Method to search for elements
    • get-element: Method to get one single element
  • Endpoint security via bearer token that has to be sent as header with every request.

Happy coding!

v1.0.0

Choose a tag to compare

@AndiKeiser AndiKeiser released this 15 Dec 15:02

Hi fellow Pimconauts!

Today we are thrilled to release our Simple REST Adapter 1.0 for Pimcore 6.
Documentation: Simple REST Adapter

Highlights:

  • Configure a schema and expose data like with other DataHub adapters via Drag & Drop.
  • All data gets indexed in Elasticsearch indices and delivered from there (no additional load on the database when accessing data via REST endpoints).
  • Endpoint documentation and test via Swagger UI.
  • Available endpoints:
    • tree-items: Method to load all elements of a tree level
    • search: Method to search for elements
    • get-element: Method to get one single element
  • Endpoint security via bearer token that has to be sent as header with every request.

Happy coding!