-
Notifications
You must be signed in to change notification settings - Fork 768
release: 7.7.0 #4350
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
Merged
Merged
release: 7.7.0 #4350
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
9027800
codegen metadata
stainless-app[bot] f4f7261
chore(api): update composite API spec
stainless-app[bot] 58229bb
chore(api): update composite API spec
stainless-app[bot] a1af84e
chore(api): update composite API spec
stainless-app[bot] 187e694
codegen metadata
stainless-app[bot] b92374d
feat: feat: add MoQ relays to prod (RT-603)
stainless-app[bot] 36db216
codegen metadata
stainless-app[bot] 9294d3f
codegen metadata
stainless-app[bot] 0144eba
codegen metadata
stainless-app[bot] bc77696
codegen metadata
stainless-app[bot] 99fc940
codegen metadata
stainless-app[bot] b684bae
feat: fix(moq): render MoQ via explicit custom casing (RT-603)
stainless-app[bot] 6622331
chore(api): update composite API spec
stainless-app[bot] 8a21c65
codegen metadata
stainless-app[bot] 8235bcf
chore(api): update composite API spec
stainless-app[bot] 4f11ccc
codegen metadata
stainless-app[bot] 3136763
codegen metadata
stainless-app[bot] 6787268
chore(api): update composite API spec
stainless-app[bot] de6a694
feat: feat: ES-13122 Add email-auth API endpoints
stainless-app[bot] 051ddf0
codegen metadata
stainless-app[bot] 573d9fb
chore(api): update composite API spec
stainless-app[bot] b01a29a
chore(api): update composite API spec
stainless-app[bot] 5025ca8
codegen metadata
stainless-app[bot] 1936b63
codegen metadata
stainless-app[bot] 43cca81
feat: feat(email_security): Add API to do bulk message movements and …
stainless-app[bot] 639b8af
chore(api): update composite API spec
stainless-app[bot] 1a562b3
codegen metadata
stainless-app[bot] 14b5631
chore(internal): codegen related update
stainless-app[bot] c77d457
chore(api): update composite API spec
stainless-app[bot] c9aa9fe
chore(api): update composite API spec
stainless-app[bot] b008758
feat: feat(lex): add Log Explorer to SDK config
stainless-app[bot] be52bf1
chore(api): update composite API spec
stainless-app[bot] 8502dc9
codegen metadata
stainless-app[bot] 88a4d5d
chore(api): update composite API spec
stainless-app[bot] 43d78b5
chore(api): update composite API spec
stainless-app[bot] 23b53b6
chore(api): update composite API spec
stainless-app[bot] dcacfed
chore(api): update composite API spec
stainless-app[bot] add9c23
chore(api): update composite API spec
stainless-app[bot] 42ede70
codegen metadata
stainless-app[bot] d323ad4
chore(api): update composite API spec
stainless-app[bot] e023472
feat: feat(casb): publish CASB APIs to public SDK
stainless-app[bot] e52ea1e
codegen metadata
stainless-app[bot] 20d6ecd
chore(api): update composite API spec
stainless-app[bot] eeaf786
codegen metadata
stainless-app[bot] dbca6aa
chore(api): update composite API spec
stainless-app[bot] e3339e0
Build SDK
vaishakdinesh 429886a
Build SDK
vaishakdinesh de40203
Build SDK
vaishakdinesh 9a6b798
Build SDK
vaishakdinesh 4a2c153
Merge branch 'vaishak/refresh-go-custom-code-tracking-2026-07-07' int…
vaishakdinesh eb2bf2b
chore: apply accumulated custom code (ci jobs, gitlab config)
vaishakdinesh 6cad6cb
ci: bump CI job timeouts to 30 minutes
vaishakdinesh f9b3f27
fix(dns): restore Shadow* query params on RecordListParams and Includ…
vaishakdinesh ff0dad1
Merge branch 'vaishak/refresh-go-custom-code-tracking-2026-07-08' int…
vaishakdinesh 0f44441
fix(browser_rendering): swap HTML for URL on AccessibilityTreeNewPara…
vaishakdinesh 3de4191
chore: unblock CI test job and fix union field merge panics
vaishakdinesh 88ae6e2
Merge branch 'vaishak/release-770-prep-2026-07-08' into 'main'
vaishakdinesh 2fa539e
chore(main): release 7.7.0
vaishakdinesh 90d6f2f
Merge remote-tracking branch 'github/main' into release-770
vaishakdinesh 24980ca
docs(changelog): document additional breaking changes for DEXTests an…
vaishakdinesh ccd5db9
feat(email_routing): add AccountRules.List and restore Rules.List
vaishakdinesh 702a799
chore: drop .gitlab-ci.yml from GitHub branch
vaishakdinesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "7.6.0" | ||
| ".": "7.7.0" | ||
| } |
|
vaishakdinesh marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1 @@ | ||
| configured_endpoints: 2412 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare/cloudflare-874436f83bd9c383144c69da47c4b767bb9c6f4f2bb4945af58cf3b6015f0f62.yml | ||
| openapi_spec_hash: beaf9a654991bf65d642e05c03460e4c | ||
| config_hash: 2f529580a17438fc62cd0b47db41b6f1 | ||
| configured_endpoints: 2448 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.