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 '8.0.0-rc' to main #702

Merged
merged 87 commits into from
Mar 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
35d3b03
chore: drop support for python 3.6 (#632)
JenniferMah Jan 10, 2023
329800a
build: generate RC branch from oai-generator
mattcole19 Jan 10, 2023
fdda73b
Revert "build: generate RC branch from oai-generator"
mattcole19 Jan 10, 2023
d8b3ce1
feat: generate rest using open-api-generator (#633)
mattcole19 Jan 12, 2023
1a587ee
chore: refactor client (#634)
claudiachua Jan 12, 2023
17a210c
chore: generate code with template fixes
mattcole19 Jan 17, 2023
3170791
Revert "chore: generate code with template fixes"
mattcole19 Jan 17, 2023
a25ab50
chore: generate code with template fixes (#635)
mattcole19 Jan 19, 2023
eabfaa9
test: update tox config and replace deprecated test functions (#636)
Jan 19, 2023
d8850f0
chore: Security upgrade pygments from 2.5.2 to 2.7.4 (#609)
twilio-product-security Jan 19, 2023
61f1d4e
docs: remove docs output from repo (#637)
Jan 19, 2023
0bc8c88
chore: relax test dependencies and remove unused dependencies (#638)
Jan 19, 2023
6314d0b
chore: rename last_request/response (#639)
JenniferMah Jan 23, 2023
a31405f
chore: Split Shortcuts (#640)
claudiachua Jan 25, 2023
45816bf
fix: remove Flex shortcuts for removed APIs (#641)
claudiachua Jan 25, 2023
f5467bf
fix: remove camelcase duplicates domains (#642)
claudiachua Jan 26, 2023
d0c066e
chore: remove deprecated grants (#644)
JenniferMah Jan 26, 2023
4efc7c7
chore: remove deprecated twiml methods (#643)
JenniferMah Jan 26, 2023
dc3f8bf
chore: generate client (#645)
mattcole19 Jan 26, 2023
70617fc
feat: generate version files (#647)
mattcole19 Feb 3, 2023
02ccd56
fix: remove brackets (#648)
claudiachua Feb 8, 2023
cf73bf0
chore: keep v2010 shortcuts (#651)
JenniferMah Feb 13, 2023
db7d99c
chore: sync with latest changes
Feb 13, 2023
a384d56
feat: generate init files appropriately (#649)
beebzz Feb 15, 2023
babc14e
fix: correct the python list resource name (#652)
Feb 15, 2023
e540798
feat: Pagination (#653)
claudiachua Feb 15, 2023
2d39d9a
feat: add return types to shortcuts (#654)
Feb 15, 2023
7fa82b4
feat: add account setter (#655)
Feb 16, 2023
6429769
feat: create, get, call methods (#658)
claudiachua Feb 22, 2023
c69f031
Fix import statements (#659)
claudiachua Feb 22, 2023
6026b39
Api Context & Instance Class (#660)
claudiachua Feb 23, 2023
3e5244c
fix: Operations Parameters and Remove $ from URI Paths (#661)
claudiachua Feb 23, 2023
7cb9f34
Fix: Add Underscore to ListProperty (#662)
claudiachua Feb 27, 2023
0841be2
fix: include serialize.prefixed_collapsible_map (#663)
claudiachua Feb 27, 2023
a7515b5
sync with latest
Mar 2, 2023
c3072fe
feat: add enum classes (#664)
Mar 2, 2023
84b5006
fix: init import statements (#666)
claudiachua Mar 3, 2023
e8eaf2f
Adding python cluster tests (#669)
rakatyal Mar 6, 2023
578e420
fix: correct the enum names (#665)
Mar 6, 2023
2409726
fix: move the init files for preview endpoints (#667)
Mar 6, 2023
cb3f43e
fix: correct the param typing for enums (#670)
Mar 6, 2023
a3b0a76
Adding remaining docstrings (#672)
rakatyal Mar 7, 2023
474485b
fix: correct the FormTypes enum reference (#673)
Mar 7, 2023
5ae79a4
fix: github actions and python-tests (#671)
claudiachua Mar 9, 2023
eb16f43
Should call fetch (#674)
claudiachua Mar 9, 2023
946e996
docs: Add upgrade guide for 8.0.0-rc (#675)
rakatyal Mar 10, 2023
39fc5fe
Update test-and-deploy.yml
Mar 14, 2023
8fcb6ac
docs: update UPGRADE.md to include resource links for Voice TwiML cha…
stern-shawn Mar 14, 2023
7ed8bf4
feat: async support (#676)
Hunga1 Mar 14, 2023
c90b484
feat: make python code prettier (#678)
claudiachua Mar 14, 2023
fcbaa4e
Support utf 8 (#679)
claudiachua Mar 16, 2023
dfa6f18
chore: sync with latest changes
Mar 16, 2023
ab49546
chore: remove renamed file
Mar 16, 2023
f8240c4
fix: only include list operations if a path is present (#682)
Mar 16, 2023
e36364e
chore: update generated header to be r-string (#681)
Mar 16, 2023
daecc55
chore: allow 'None' for non-parent params (#680)
Mar 16, 2023
a6f6aa8
chore: fix pyright errors in http folder (#683)
Mar 17, 2023
eb44ff6
fix: Update README / docstring for Authenticating Client (#684)
claudiachua Mar 20, 2023
2325f29
chore: refactor base initialization (#686)
Mar 20, 2023
6903bfe
fix: mark dependents as optional and drop empty path solutions (#688)
Mar 20, 2023
8a62877
chore: move list implementations to the bottom (#689)
Mar 20, 2023
283be94
Prep for RC release (#685)
rakatyal Mar 21, 2023
e8163c1
fix: revert version parts to use single-quotes
Mar 22, 2023
90795ec
docs: Fix upgrade guide (#690)
rakatyal Mar 22, 2023
916ab49
Revert "fix: revert version parts to use single-quotes"
Mar 22, 2023
1f6ef8f
[Librarian] Regenerated @ 063fefeb406fa3d6866703c240040a1e9146ca75
twilio-dx Mar 22, 2023
e457db0
Release 8.0.0-rc.1
twilio-dx Mar 22, 2023
da6141e
fix: re-remove deprecated TwiML methods
Mar 23, 2023
17e5f17
fix: use ‘str’ for non-enum complex response properties (#691)
Mar 23, 2023
a723853
feat: add typings to base domain files (#692)
Mar 23, 2023
c4feb04
feat: add typings to Client class (#694)
Mar 24, 2023
e8de65a
feat: add return types to rest classes (#693)
Mar 24, 2023
aa9a4dd
fix: update the Dict property types (#695)
Mar 24, 2023
5b1621b
fix!: refactor internal resource property storage (#696)
Mar 27, 2023
d6ed2b5
fix: drop the tollfree_verification shortcut
Mar 27, 2023
f88a323
chore: drop unused solutions (#698)
Mar 28, 2023
6d42edd
feat: add more typings to the base and http modules (#697)
Mar 28, 2023
28be8aa
feat: add more types for the generated rest classes (#699)
Mar 28, 2023
770ca69
fix: add form model generation (#700)
Mar 28, 2023
dd7588e
fix: correct the stream and list types (#701)
Mar 29, 2023
8f7aa2d
Merge branch 'main' into 8.0.0-rc
Mar 29, 2023
b7d2e7f
Merge branch 'main' into 8.0.0-rc
Mar 29, 2023
c5388fc
drop RC instructions
Mar 29, 2023
299b41f
update v8 release date
Mar 29, 2023
519b1ae
chore: update sonar properties (#703)
claudiachua Mar 29, 2023
933557b
drop duplicate TwiML
Mar 29, 2023
876e6fb
add _properties refactor to upgrade guide
Mar 29, 2023
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
Prev Previous commit
Next Next commit
fix: remove Flex shortcuts for removed APIs (#641)
  • Loading branch information
claudiachua authored Jan 25, 2023
commit 45816bfe98209ae0d958e48033917281c3521eae
10 changes: 0 additions & 10 deletions twilio/rest/flex_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,11 @@ def flex_flow(self):
warn('flex_flow() is deprecated. Use v1.flex_flow() instead.', DeprecationWarning, stacklevel=2)
return self.v1.flex_flow

@property
def good_data(self):
warn('good_data() is deprecated. Use v1.good_data() instead.', DeprecationWarning, stacklevel=2)
return self.v1.good_data

@property
def interaction(self):
warn('interaction() is deprecated. Use v1.interaction() instead.', DeprecationWarning, stacklevel=2)
return self.v1.interaction

@property
def user_roles(self):
warn('user_roles() is deprecated. Use v1.user_roles() instead.', DeprecationWarning, stacklevel=2)
return self.v1.user_roles

@property
def web_channel(self):
warn('web_channel() is deprecated. Use v1.web_channel() instead.', DeprecationWarning, stacklevel=2)
Expand Down