Skip to content

Releases: CI-HUB-GmbH/SimpleRESTAdapterBundle

v2.0.3

30 Aug 16:43
Compare
Choose a tag to compare

What's changed

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

v2.0.2

16 Aug 15:05
Compare
Choose a tag to compare

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

14 Mar 09:37
Compare
Choose a tag to compare
  • remove debug statement #2
  • remove service configurations #1

v2.0.0

15 Dec 15:11
Compare
Choose a tag to compare

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

15 Dec 15:02
Compare
Choose a tag to compare

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!