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

feat!: Merge branch '2.0.0-rc' into main #111

Merged
merged 36 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
904690e
chore: disabling spectral linting
kridai Jul 4, 2023
05a6dea
chore: Update CHANGES.md
kridai Jul 4, 2023
64aeba0
chore: Update CHANGES.md
kridai Jul 4, 2023
ad3581c
chore Update CHANGES.md
kridai Jul 4, 2023
a23b6f5
[Librarian] Regenerated @ 6ed189cbba23e3c77c423ac17bd7bfccfc88b126
twilio-dx Jul 4, 2023
8428513
[Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f74
twilio-dx Jul 14, 2023
cdfc99c
[Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0
twilio-dx Jul 27, 2023
540ef4f
[Librarian] Regenerated @ 1e94599903f1dbac80d3040ebbdba7d3f7fb074d
twilio-dx Aug 10, 2023
dd59313
[Librarian] Regenerated @ 38fb28edc02f73b8635b45a5612c5ae33eab39fe
twilio-dx Aug 24, 2023
55a9a2c
[Librarian] Regenerated @ b32d3e1eba2177c81eeca51181f67e618fe86dbe
twilio-dx Sep 7, 2023
b3b510a
[Librarian] Regenerated @ c9ac9b9736431d573d8dec29ad3095eee969cdea
twilio-dx Sep 21, 2023
7f6abd0
chore: removed operation which was not following operationId constraint
sbansla Oct 4, 2023
b7c2bfa
[Librarian] Regenerated @ a25fe2e20ee404d8f8642d6e5acceff276916c9e
twilio-dx Oct 5, 2023
a641dda
[Librarian] Regenerated @ 922c1fef02b8c8fbbbe2315aa9b9d1dba49f3fc0
twilio-dx Oct 19, 2023
e47ff00
[Librarian] Regenerated @ 5eb406c4977c9f6976e6053cb5b581056f541a59
twilio-dx Nov 6, 2023
bea8a72
remove oauth (#99)
sbansla Nov 17, 2023
3e67a43
[Librarian] Regenerated @ 24dcf52b3ba6769ea21d08329aa544a79742b6c2
twilio-dx Nov 17, 2023
63fd0d0
[Librarian] Regenerated @ 437c39e3f150e78058f5afb3ef0672e89fc59ec0
twilio-dx Dec 1, 2023
0ddccb6
fixing passkey api reference
sbansla Dec 6, 2023
49e26c8
Deleting invalid spec files which is blocking helper library release
AsabuHere Dec 7, 2023
df3234d
[Librarian] Regenerated @ 08c0904bec7ba6e5da9e5db6c4e0f74dfc97fb10
twilio-dx Dec 14, 2023
fc1ec29
chore: verify passkey is not for end user
sbansla Feb 7, 2024
07b7985
removed lookup bulk
sbansla Feb 8, 2024
2d267d4
chore: deleting non existing api
sbansla Feb 23, 2024
9ad7a2d
[Librarian] Regenerated @ f75e0fb81b57afeb6b457dc85e19644ebb530f9b
twilio-dx Feb 27, 2024
271513b
[Librarian] Regenerated @ 2264f28906b87ae1f1aedbf72f8dc0e4b57a545a
twilio-dx Mar 12, 2024
3fd68b0
[Librarian] Regenerated @ 84df4a97cab4aa96362a9d21aaf3909bbd2dbf5a
twilio-dx Mar 14, 2024
d957dc5
[Librarian] Regenerated @ 7e2caf2ef38bb07afedbc8ba24e3a235c57337ad
twilio-dx Apr 1, 2024
7054cee
[Librarian] Regenerated @ b894abe9525247ea4345d78891244817d397f6de
twilio-dx Apr 4, 2024
4260b29
[Librarian] Regenerated @ bd01257c5bef8696988f5e9f18d803d8ccdb5a0f
twilio-dx Apr 18, 2024
a4258ce
[Librarian] Regenerated @ 1baa147fbfa3bf2798f86ec43796ef1df42570d4
twilio-dx May 24, 2024
429c657
[Librarian] Regenerated @ b8a450aff168b5449d658833256ca2354e3ecbbc
twilio-dx Jun 6, 2024
26be35d
feat!: MVR release preparation (#109)
tiwarishubham635 Jun 14, 2024
6f22121
chore: sync with main
tiwarishubham635 Jun 18, 2024
4982eb9
docs: add UPGRADE.md
tiwarishubham635 Jun 18, 2024
337bcca
docs: updated UPGRADE.md
tiwarishubham635 Jun 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading