Skip to content

Commit

Permalink
feat!: Merge branch '2.0.0-rc' into main (#111)
Browse files Browse the repository at this point in the history
* chore: disabling spectral linting

* chore: Update CHANGES.md

* chore: removed operation which was not following operationId constraint

* remove oauth (#99)

* fixing passkey api reference

* Deleting invalid spec files which is blocking helper library release

* chore: verify passkey is not for end user

* removed lookup bulk

* chore: deleting non existing api

* feat!: MVR release preparation (#109)

* docs: add UPGRADE.md

---------

Co-authored-by: kridai <[email protected]>
Co-authored-by: kridai <[email protected]>
Co-authored-by: Twilio <[email protected]>
Co-authored-by: sbansla <[email protected]>
Co-authored-by: sbansla <[email protected]>
Co-authored-by: AsabuHere <[email protected]>
  • Loading branch information
7 people authored Jun 18, 2024
1 parent 832bf7b commit cc2f698
Show file tree
Hide file tree
Showing 92 changed files with 188,729 additions and 22,122 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Run spectral linting
run: make spectral
# TODO disabling spectral linting since examples spec are not formatted correctly
#- name: Run spectral linting
# run: make spectral

deploy:
name: Deploy
Expand Down
8 changes: 8 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Upgrade Guide

_All `MAJOR` version bumps will have upgrade notes posted here._

[2024-06-18] 1.56.x to 2.x.x
-----------------------------
### Supports PUT method and JSON request body
This version adds support for PUT methods. It also provides the support for 'application/json' content type in request body.
Loading

0 comments on commit cc2f698

Please sign in to comment.