New API version released 2024-03-27

Add activities.event as includable resource to submission endpoint

Added event data as an includable resource to the submission endpoint, now can be query by using

include=activities.event on the query parameters

"data": [
  "id": "54239bf3-59c2-45d3-b3c6-77414b24422e",
  "type": "event",
  "attributes": {
      "created_at": "2024-03-20T00:05:03.259Z",
      "key": "submission.updated.transitioned",
      "data": {
          "changes": {
              "substate": {
                  "to": "triaged",
                  "from": "not_reproducible"
              }
          },
          "duplicate_ids": []
      }
  }

Add filter by engagement to submission endpoint

Now the submissions can be filtered by engagement code filter[engagement]=engagement-code ```

Add submissions as includable resource to engagement endpoint

Added submissions as an includable resource to the engagement endpoint, now can be query by using

include=submissions on the query parameters