Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Schema #102

Merged
merged 8 commits into from
Aug 29, 2024
Merged

Update Schema #102

merged 8 commits into from
Aug 29, 2024

Conversation

Orkuncakilkaya
Copy link
Contributor

@Orkuncakilkaya Orkuncakilkaya commented Aug 21, 2024

This PR solves these tasks: INTER-849 INTER-850 INTER-851 INTER-852

This PR solves issue: #97

@Orkuncakilkaya Orkuncakilkaya marked this pull request as ready for review August 26, 2024 23:35
@Orkuncakilkaya Orkuncakilkaya linked an issue Aug 27, 2024 that may be closed by this pull request
BREAKING CHANGE: Renamed Error Response Model Names
`ErrorEvent403ResponseError` → `Common403ErrorResponse`
`ManyRequestsResponse` → `TooManyRequestsResponse`

BREAKING CHANGE: Webhook `tag` field is now optional
@Orkuncakilkaya Orkuncakilkaya requested a review from ilfa August 27, 2024 12:53
Copy link
Contributor

This PR will create a major release 🚀

5.0.0 (2024-08-29)

⚠ BREAKING CHANGES

  • Renamed Error Response Model Names
    ErrorEvent403ResponseErrorCommon403ErrorResponse
    ManyRequestsResponseTooManyRequestsResponse
  • Webhook tag field is now optional
  • API Methods now throws SerializationException
  • API Methods returns tuple instead of models
  • API Methods removed other than getModel
  • Upgraded minimum php version to 8.1
  • Request logic is rewritten, Upgraded minimum php version to 8.1

Features

  • add remoteControl, velocity and developerTools signals (5bf9368)
  • add delete visitor data endpoint (a00f325)
  • add support for validating webhook signatures inter-768 (6a4cbd6)
  • add update event endpoint (PUT) (cb21d0b)
  • change api to return tuple instead of serialized model (62e4ad3)
  • introduce rawResponse for getVisits and getEvent methods (9b01ba6)
  • introduce serialization exception (bfea23a)
  • only generate models and docs from swagger codegen (26e984f)
  • remove raw response and introduce with http info (ce2fedf)
  • rewrite request logic (0016822)
  • upgrade min php version to 8 (5698871)

Bug Fixes

  • serializaiton problem on sealed results (29cb26c)

@Orkuncakilkaya Orkuncakilkaya merged commit 159af19 into develop Aug 29, 2024
9 checks passed
@Orkuncakilkaya Orkuncakilkaya deleted the feature/update-schema branch August 29, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class VpnResultMethods is missing osMismatch
2 participants