Change Updates

Do not miss any API Platform Demo changes, ever again

Subscribe to the API Platform Demo changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare

Introduced by PR #9

Remove some operations

Book can not be updated (no Patch) Review can not be destroyed (no Destroy)

2 structure changes including:
2 Breaking changes
2 Removals
Removed 2 Breaking
DELETE /reviews/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /books/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /books
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
GET /books/{id}
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
GET /reviews
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
GET /reviews/{id}
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
PATCH /books/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
PATCH /reviews/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
POST /books
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
  • Response
  • 201 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
POST /reviews
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
  • Response
  • 201 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
PUT /books/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
    • reviews property Modified
      • Full types went from string to array[string(iri-reference)]
        Breaking
PUT /reviews/{id}
  • Body
  • content type Modified
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
  • Response
  • 200 response Modified
    • id property Modified
      • Full types went from integer | null to integer
        Breaking
    • publicationDate property Modified
      • Full types went from string(date-time) | null to string(date-time)
        Breaking
11 structure changes including:
6 Additions
5 Modifications
Modified 5
GET /books
  • Response
  • 200 response Modified
    • reviews property Added
GET /books/{id}
  • Response
  • 200 response Modified
    • reviews property Added
PATCH /books/{id}
  • Body
  • content type Modified
    • reviews property Added
  • Response
  • 200 response Modified
    • reviews property Added
POST /books
  • Body
  • content type Modified
    • reviews property Added
  • Response
  • 201 response Modified
    • reviews property Added
PUT /books/{id}
  • Body
  • content type Modified
    • reviews property Added
  • Response
  • 200 response Modified
    • reviews property Added
Added 6
DELETE /reviews/{id}
GET /reviews
GET /reviews/{id}
PATCH /reviews/{id}
POST /reviews
PUT /reviews/{id}
12 structure changes including:
6 Breaking changes
6 Additions
6 Removals
Removed 6 Breaking
DELETE /greetings/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /greetings
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /greetings/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /greetings/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /greetings
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /greetings/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 6
DELETE /books/{id}
GET /books
GET /books/{id}
PATCH /books/{id}
POST /books
PUT /books/{id}