Kevin Tan
66c8544e8f
[python] support Sanic >=21 and python >= 3.10 ( #8045 )
...
### Related Issues
1. exception from python 3.10:
```
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary`
```
Remove the deprecated argument `loop` from `Queue`, which can also be omitted in python version < 3.10
2. exception from Sanic > 21.3:
```
File "C:\Users\Kevin\AppData\Local\Temp\zeit-fun-03f18b2d2c7d7\sanic\signals.py", line 93, in get
group, param_basket = self.find_route(
TypeError: 'NoneType' object is not callable
```
As of Sanic > 21.3, it cannot serve requests immediately after initializing, instead, we need implement the [ASGI lifespan protocol](https://asgi.readthedocs.io/en/latest/specs/lifespan.html ) and wait for the startup event completed.
here I complemented the protocol copied from (same source of the previous HTTP procotol): <https://github.com/jordaneremieff/mangum/blob/main/mangum/protocols/lifespan.py >
### Related link:
https://github.com/encode/uvicorn/pull/498
### 📋 Checklist
<!--
Please keep your PR as a Draft until the checklist is complete
-->
#### Tests
- [x] The code changed/added as part of this PR has been covered with tests
- [x] All tests pass locally with `yarn test-unit`
#### Code Review
- [x] This PR has a concise title and thorough description useful to a reviewer
- [x] Issue from task tracker has a link to this PR
Co-authored-by: Steven <steven@ceriously.com >
2022-07-20 09:50:53 -04:00
Steven
18c19ead76
[tests] Upgrade python tests to 3.9 ( #8181 )
...
New python 3.6 deployments will fail today per the previous announcement https://vercel.com/changelog/python-3-6-is-being-deprecated
This PR updates the tests to use python 3.9 instead.
2022-07-19 17:43:20 +00:00
Steven
bef1aec766
Publish Stable
...
- @vercel/build-utils@5.0.3
- vercel@27.1.5
- @vercel/client@12.1.2
- @vercel/frameworks@1.1.1
- @vercel/fs-detectors@2.0.1
- @vercel/go@2.0.7
- @vercel/hydrogen@0.0.4
- @vercel/next@3.1.7
- @vercel/node@2.4.4
- @vercel/python@3.0.7
- @vercel/redwood@1.0.8
- @vercel/remix@1.0.9
- @vercel/routing-utils@2.0.0
- @vercel/ruby@1.3.15
- @vercel/static-build@1.0.8
2022-07-15 15:40:37 -04:00
Steven
4f4a42813f
[build-utils][node][python][ruby] Update error message for EOL runtimes ( #8167 )
...
This PR updates the error message when the runtime version detected is EOL
2022-07-15 15:38:38 -04:00
Sean Massa
d2f8d178f7
Publish Stable
...
- @vercel/build-utils@5.0.2
- vercel@27.1.0
- @vercel/client@12.1.1
- @vercel/fs-detectors@2.0.0
- @vercel/go@2.0.6
- @vercel/hydrogen@0.0.3
- @vercel/next@3.1.5
- @vercel/node@2.4.3
- @vercel/python@3.0.6
- @vercel/redwood@1.0.7
- @vercel/remix@1.0.8
- @vercel/ruby@1.3.14
- @vercel/static-build@1.0.6
2022-07-12 15:34:28 -05:00
Nathan Rajlich
0a2af4fb94
Publish Stable
...
- @vercel/build-utils@5.0.1
- vercel@27.0.0
- @vercel/client@12.1.0
- @vercel/frameworks@1.1.0
- @vercel/fs-detectors@1.0.1
- @vercel/go@2.0.5
- @vercel/hydrogen@0.0.2
- @vercel/next@3.1.4
- @vercel/node@2.4.1
- @vercel/python@3.0.5
- @vercel/redwood@1.0.6
- @vercel/remix@1.0.6
- @vercel/ruby@1.3.13
- @vercel/static-build@1.0.5
2022-07-07 16:31:30 -07:00
Steven
3c48b40b43
Publish Canary
...
- @vercel/build-utils@5.0.1-canary.0
- vercel@26.0.1-canary.1
- @vercel/client@12.0.5-canary.0
- @vercel/go@2.0.5-canary.0
- @vercel/next@3.1.4-canary.1
- @vercel/node@2.4.1-canary.0
- @vercel/python@3.0.5-canary.0
- @vercel/redwood@1.0.6-canary.0
- @vercel/remix@1.0.6-canary.0
- @vercel/ruby@1.3.13-canary.0
- @vercel/static-build@1.0.5-canary.0
2022-07-05 17:44:26 -04:00
Steven
621b53bc49
Publish Stable
...
- @vercel/build-utils@5.0.0
- vercel@26.0.0
- @vercel/client@12.0.4
- @vercel/fs-detectors@1.0.0
- @vercel/go@2.0.4
- @vercel/next@3.1.3
- @vercel/node@2.4.0
- @vercel/python@3.0.4
- @vercel/redwood@1.0.5
- @vercel/remix@1.0.5
- @vercel/ruby@1.3.12
- @vercel/static-build@1.0.4
2022-07-05 08:47:49 -04:00
Nathan Rajlich
547e88228e
Publish Stable
...
- @vercel/build-utils@4.2.1
- vercel@25.2.3
- @vercel/client@12.0.3
- @vercel/go@2.0.3
- @vercel/next@3.1.2
- @vercel/node@2.3.3
- @vercel/python@3.0.3
- @vercel/redwood@1.0.4
- @vercel/remix@1.0.4
- @vercel/ruby@1.3.11
- @vercel/static-build@1.0.3
2022-06-30 12:24:13 -07:00
Steven
eed39913e1
Publish Stable
...
- @vercel/build-utils@4.2.0
- vercel@25.2.0
- @vercel/client@12.0.2
- @vercel/edge@0.0.1
- @vercel/frameworks@1.0.2
- @vercel/go@2.0.2
- @vercel/next@3.1.0
- @vercel/node@2.3.0
- @vercel/python@3.0.2
- @vercel/redwood@1.0.2
- @vercel/remix@1.0.2
- @vercel/routing-utils@1.13 .5
- @vercel/ruby@1.3.10
- @vercel/static-build@1.0.2
2022-06-28 10:15:33 -04:00
Nathan Rajlich
c1bc53dea8
Publish Canary
...
- @vercel/build-utils@4.1.1-canary.1
- vercel@25.1.1-canary.1
- @vercel/client@12.0.2-canary.1
- @vercel/frameworks@1.0.2-canary.0
- @vercel/go@2.0.2-canary.1
- @vercel/next@3.0.2-canary.1
- @vercel/node@2.1.1-canary.1
- @vercel/python@3.0.2-canary.1
- @vercel/redwood@1.0.2-canary.1
- @vercel/remix@1.0.2-canary.1
- @vercel/routing-utils@1.13 .5-canary.0
- @vercel/ruby@1.3.10-canary.1
- @vercel/static-build@1.0.2-canary.1
2022-06-14 09:15:20 -07:00
JJ Kasper
4bf6295d7a
Publish Canary
...
- @vercel/build-utils@4.1.1-canary.0
- vercel@25.1.1-canary.0
- @vercel/client@12.0.2-canary.0
- @vercel/go@2.0.2-canary.0
- @vercel/next@3.0.2-canary.0
- @vercel/node@2.1.1-canary.0
- @vercel/python@3.0.2-canary.0
- @vercel/redwood@1.0.2-canary.0
- @vercel/remix@1.0.2-canary.0
- @vercel/ruby@1.3.10-canary.0
- @vercel/static-build@1.0.2-canary.0
2022-06-10 09:37:52 -05:00
Steven
0c7b54edad
Publish Stable
...
- @vercel/build-utils@4.1.0
- vercel@25.1.0
- @vercel/client@12.0.1
- @vercel/go@2.0.1
- @vercel/next@3.0.1
- @vercel/node@2.1.0
- @vercel/python@3.0.1
- @vercel/redwood@1.0.1
- @vercel/remix@1.0.1
- @vercel/ruby@1.3.9
- @vercel/static-build@1.0.1
- @vercel/static-config@2.0.1
2022-06-08 10:44:17 -04:00
agadzik
39f7586621
Publish Canary
...
- @vercel/build-utils@4.0.1-canary.0
- vercel@25.0.2-canary.0
- @vercel/client@12.0.1-canary.0
- @vercel/go@2.0.1-canary.0
- @vercel/next@3.0.1-canary.0
- @vercel/node@2.0.2-canary.0
- @vercel/python@3.0.1-canary.0
- @vercel/redwood@1.0.1-canary.0
- @vercel/remix@1.0.1-canary.0
- @vercel/ruby@1.3.9-canary.0
- @vercel/static-build@1.0.1-canary.0
- @vercel/static-config@2.0.1-canary.0
2022-06-07 12:33:07 -04:00
Sean Massa
de0d2fba0b
Publish Stable
...
- @vercel/build-utils@4.0.0
- vercel@25.0.0
- @vercel/client@12.0.0
- @vercel/frameworks@1.0.1
- @vercel/go@2.0.0
- @vercel/next@3.0.0
- @vercel/node-bridge@3.0.0
- @vercel/node@2.0.0
- @vercel/python@3.0.0
- @vercel/redwood@1.0.0
- @vercel/remix@1.0.0
- @vercel/routing-utils@1.13 .4
- @vercel/ruby@1.3.8
- @vercel/static-build@1.0.0
- @vercel/static-config@2.0.0
2022-06-02 14:17:21 -05:00
Sean Massa
e0900128d6
[cli][client][tests] update to node14-compatible target (drop support for node12) ( #7865 )
...
Node 12 is EOL and we're starting to reference packages that don't install on node lower than 14, such as nuxt@3 and remix. Let's update to 14 for now.
---
Reimplements: https://github.com/vercel/vercel/pull/7819
2022-06-02 19:01:34 +00:00
Nathan Rajlich
960c66584c
[build-utils] Make repoRootPath non-optional ( #7909 )
...
This value is always set in the Vercel build infra, so mark the type as non-optional.
2022-06-01 19:39:45 +00:00
Steven
ad436313e1
Publish Stable
...
- @vercel/build-utils@3.1.1
- vercel@24.2.5
- @vercel/client@11.0.4
- @vercel/frameworks@1.0.0
- @vercel/go@1.4.4
- @vercel/next@2.9.0
- @vercel/node@1.15 .4
- @vercel/python@2.3.4
- @vercel/redwood@0.8.4
- @vercel/remix@0.0.2
- @vercel/ruby@1.3.7
- @vercel/static-build@0.26 .0
2022-05-31 10:44:36 -04:00
Nathan Rajlich
be74f79fa0
Publish Canary
...
- @vercel/build-utils@3.1.1-canary.2
- vercel@24.2.5-canary.2
- @vercel/client@11.0.4-canary.2
- @vercel/go@1.4.4-canary.2
- @vercel/next@2.8.67-canary.2
- @vercel/node@1.15 .4-canary.2
- @vercel/python@2.3.4-canary.2
- @vercel/redwood@0.8.4-canary.2
- @vercel/remix@0.0.2-canary.2
- @vercel/ruby@1.3.7-canary.2
- @vercel/static-build@0.25 .3-canary.2
2022-05-24 09:14:29 -07:00
JJ Kasper
08b04d0bda
Publish Canary
...
- @vercel/build-utils@3.1.1-canary.1
- vercel@24.2.5-canary.1
- @vercel/client@11.0.4-canary.1
- @vercel/frameworks@0.9.2-canary.0
- @vercel/go@1.4.4-canary.1
- @vercel/next@2.8.67-canary.1
- @vercel/node@1.15 .4-canary.1
- @vercel/python@2.3.4-canary.1
- @vercel/redwood@0.8.4-canary.1
- @vercel/remix@0.0.2-canary.1
- @vercel/ruby@1.3.7-canary.1
- @vercel/static-build@0.25 .3-canary.1
2022-05-23 10:38:42 -05:00
Nathan Rajlich
5a7851a7f7
[tests] Revert "update CI to use node@14 and drop support for node@12 ( #7819 )" ( #7853 )
...
Revert "[tests] update CI to use node@14 and drop support for node@12 (#7819 )"
This reverts commit 89b5aad367 .
2022-05-21 20:11:08 -07:00
Sean Massa
89b5aad367
[tests] update CI to use node@14 and drop support for node@12 ( #7819 )
...
Node 12 is EOL and we're starting to reference packages that don't install on node lower than 14, such as nuxt@3 and remix. Let's update to 14 for now.
2022-05-21 05:20:43 +00:00
Nathan Rajlich
e829ce47c3
Publish Canary
...
- @vercel/build-utils@3.1.1-canary.0
- vercel@24.2.5-canary.0
- @vercel/client@11.0.4-canary.0
- @vercel/go@1.4.4-canary.0
- @vercel/next@2.8.67-canary.0
- @vercel/node@1.15 .4-canary.0
- @vercel/python@2.3.4-canary.0
- @vercel/redwood@0.8.4-canary.0
- @vercel/remix@0.0.2-canary.0
- @vercel/ruby@1.3.7-canary.0
- @vercel/static-build@0.25 .3-canary.0
2022-05-19 16:56:36 -07:00
Steven
6e8935883b
Publish Stable
...
- @vercel/build-utils@3.1.0
- vercel@24.2.4
- @vercel/client@11.0.3
- @vercel/frameworks@0.9.1
- @vercel/go@1.4.3
- @vercel/next@2.8.66
- @vercel/node-bridge@2.2.2
- @vercel/node@1.15 .3
- @vercel/python@2.3.3
- @vercel/redwood@0.8.3
- @vercel/routing-utils@1.13 .3
- @vercel/ruby@1.3.6
- @vercel/static-build@0.25 .2
- @vercel/static-config@1.0.1
2022-05-19 16:30:30 -04:00
Nathan Rajlich
f26858b735
Publish Canary
...
- @vercel/build-utils@3.0.2-canary.0
- vercel@24.2.4-canary.0
- @vercel/client@11.0.3-canary.0
- @vercel/frameworks@0.9.1-canary.0
- @vercel/go@1.4.3-canary.0
- @vercel/next@2.8.66-canary.0
- @vercel/node-bridge@2.2.2-canary.0
- @vercel/node@1.15 .3-canary.0
- @vercel/python@2.3.3-canary.0
- @vercel/redwood@0.8.3-canary.0
- @vercel/routing-utils@1.13 .3-canary.0
- @vercel/ruby@1.3.6-canary.0
- @vercel/static-build@0.25 .2-canary.0
- @vercel/static-config@1.0.1-canary.0
2022-05-18 16:54:08 -07:00
JJ Kasper
c43db1788c
[tests] Add cross platform chunked testing and leverage turbo more ( #7795 )
...
* [tests] Use `turbo` for unit tests
* .
* .
* Revert "."
This reverts commit 3d6204fef3fda3c7b4bf08955a186fe806d7c597.
* Add "src/util/constants.ts" to outputs
* .
* Add `@vercel/node-bridge` outputs
* .
* Mac and Windows
* .
* Node 14
* .
* .
* Add templates to CLI output
* Run only selected test files
* Add cross platform testing
* make test paths relative and have minimum per chunk
* add install arg
* update shell
* bump cache key
* use backslashes on windows
* pass tests as arg
* update script name
* update turbo config
* forward turbo args correctly
* dont use backslashes
* chunk integration tests instead
* update env
* separate static-build tests
* ensure unit test turbo cache is saved
* ensure turbo cache is saved for dev/cli
* fix cache key and update timeout
* Increase static-build unit test timeout
* Leverage turbo remote caching instead of actions/cache
* apply suggestions and test chunking itself
* update other ci jobs
* fix test collecting
Co-authored-by: Nathan Rajlich <n@n8.io >
2022-05-18 13:27:20 -07:00
Steven
5e66d4b2cc
Publish Stable
...
- @vercel/build-utils@3.0.1
- vercel@24.2.2
- @vercel/client@11.0.2
- @vercel/go@1.4.2
- @vercel/node@1.15 .2
- @vercel/python@2.3.2
- @vercel/redwood@0.8.2
- @vercel/ruby@1.3.5
- @vercel/static-build@0.25 .0
2022-05-12 17:19:06 -04:00
Ethan Arrowood
4c20218e05
Publish Canary
...
- @vercel/build-utils@3.0.1-canary.1
- vercel@24.2.2-canary.1
- @vercel/client@11.0.2-canary.0
- @vercel/go@1.4.2-canary.0
- @vercel/node@1.15 .2-canary.0
- @vercel/python@2.3.2-canary.0
- @vercel/redwood@0.8.2-canary.0
- @vercel/ruby@1.3.5-canary.0
- @vercel/static-build@0.24 .2-canary.0
2022-05-11 15:47:48 -06:00
Andrew Gadzik
4b09c89e7d
[build-utils] Fix version mismatch ( #7776 )
...
Fixes 3a1eede63b
2022-05-09 14:51:04 -04:00
Steven
15c7ad241a
Publish Stable
...
- @vercel/build-utils@2.17 .0
- vercel@24.2.1
- @vercel/client@11.0.1
- @vercel/frameworks@0.9.0
- @vercel/go@1.4.1
- @vercel/node@1.15 .1
- @vercel/python@2.3.1
- @vercel/redwood@0.8.1
- @vercel/ruby@1.3.4
- @vercel/static-build@0.24 .1
2022-05-09 10:41:56 -04:00
Steven
ec57654b5b
Publish Canary
...
- @vercel/build-utils@2.16 .1-canary.4
- vercel@24.2.1-canary.4
- @vercel/client@11.0.1-canary.4
- @vercel/go@1.4.1-canary.4
- @vercel/node@1.15 .1-canary.4
- @vercel/python@2.3.1-canary.4
- @vercel/redwood@0.8.1-canary.4
- @vercel/ruby@1.3.4-canary.4
- @vercel/static-build@0.24 .1-canary.4
2022-05-09 10:13:58 -04:00
Nathan Rajlich
41d6666139
Publish Canary
...
- @vercel/build-utils@2.16 .1-canary.3
- vercel@24.2.1-canary.3
- @vercel/client@11.0.1-canary.3
- @vercel/frameworks@0.8.1-canary.1
- @vercel/go@1.4.1-canary.3
- @vercel/node@1.15 .1-canary.3
- @vercel/python@2.3.1-canary.3
- @vercel/redwood@0.8.1-canary.3
- @vercel/ruby@1.3.4-canary.3
- @vercel/static-build@0.24 .1-canary.3
2022-05-07 16:08:08 -07:00
Ethan Arrowood
d91bca7d6b
Publish Canary
...
- @vercel/build-utils@2.16 .1-canary.2
- vercel@24.2.1-canary.2
- @vercel/client@11.0.1-canary.2
- @vercel/frameworks@0.8.1-canary.0
- @vercel/go@1.4.1-canary.2
- @vercel/node@1.15 .1-canary.2
- @vercel/python@2.3.1-canary.2
- @vercel/redwood@0.8.1-canary.2
- @vercel/ruby@1.3.4-canary.2
- @vercel/static-build@0.24 .1-canary.2
2022-05-06 14:16:00 -06:00
agadzik
f88c862e9d
Publish Canary
...
- @vercel/build-utils@2.16 .1-canary.1
- vercel@24.2.1-canary.1
- @vercel/client@11.0.1-canary.1
- @vercel/go@1.4.1-canary.1
- @vercel/node@1.15 .1-canary.1
- @vercel/python@2.3.1-canary.1
- @vercel/redwood@0.8.1-canary.1
- @vercel/ruby@1.3.4-canary.1
- @vercel/static-build@0.24 .1-canary.1
2022-05-05 14:11:13 -04:00
Ethan Arrowood
8eabbfc666
Publish Canary
...
- @vercel/build-utils@2.16 .1-canary.0
- vercel@24.2.1-canary.0
- @vercel/client@11.0.1-canary.0
- @vercel/go@1.4.1-canary.0
- @vercel/node@1.15 .1-canary.0
- @vercel/python@2.3.1-canary.0
- @vercel/redwood@0.8.1-canary.0
- @vercel/ruby@1.3.4-canary.0
- @vercel/static-build@0.24 .1-canary.0
2022-05-02 11:33:22 -06:00
Steven
a400b9b29d
Publish Stable
...
- @vercel/build-utils@2.16 .0
- vercel@24.2.0
- @vercel/client@11.0.0
- @vercel/frameworks@0.8.0
- @vercel/go@1.4.0
- @vercel/node-bridge@2.2.1
- @vercel/node@1.15 .0
- @vercel/python@2.3.0
- @vercel/redwood@0.8.0
- @vercel/routing-utils@1.13 .2
- @vercel/ruby@1.3.3
- @vercel/static-build@0.24 .0
- @vercel/static-config@1.0.0
2022-04-29 14:11:32 -04:00
Nathan Rajlich
30d5e64291
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.6
- vercel@24.1.1-canary.8
- @vercel/client@10.4.2-canary.7
- @vercel/go@1.3.3-canary.6
- @vercel/node@1.14 .2-canary.7
- @vercel/python@2.2.3-canary.6
- @vercel/redwood@0.7.1-canary.6
- @vercel/ruby@1.3.3-canary.6
- @vercel/static-build@0.23 .2-canary.6
2022-04-28 17:50:59 -07:00
Nathan Rajlich
438576fc7c
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.5
- vercel@24.1.1-canary.7
- @vercel/client@10.4.2-canary.6
- @vercel/frameworks@0.7.2-canary.1
- @vercel/go@1.3.3-canary.5
- @vercel/node@1.14 .2-canary.6
- @vercel/python@2.2.3-canary.5
- @vercel/redwood@0.7.1-canary.5
- @vercel/ruby@1.3.3-canary.5
- @vercel/static-build@0.23 .2-canary.5
- @vercel/static-config@1.0.0-canary.1
2022-04-28 11:53:39 -07:00
Steven
b30343ef7b
[tests] Bump dependencies for jest/eslint/prettier/turbo/etc ( #7727 )
2022-04-28 14:52:46 -04:00
Steven
9d67e0bc06
[python] Add discontinue date for Python 3.6 ( #7709 )
...
This PR does a few things:
- Changes the existing warning message for Python 3.6 to print a discontinue date
- Will automatically fail new Python 3.6 deployments created after that date
- Consolidates logic to make Python version selection work in a similar manner to Node.js version selection
- Changes tests from JS to TS
2022-04-26 15:49:19 -04:00
Steven
466135cf84
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.4
- vercel@24.1.1-canary.6
- @vercel/client@10.4.2-canary.5
- @vercel/go@1.3.3-canary.4
- @vercel/node@1.14 .2-canary.5
- @vercel/python@2.2.3-canary.4
- @vercel/redwood@0.7.1-canary.4
- @vercel/ruby@1.3.3-canary.4
- @vercel/static-build@0.23 .2-canary.4
2022-04-25 12:49:34 -04:00
Steven
698b89a2ba
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.3
- vercel@24.1.1-canary.5
- @vercel/client@10.4.2-canary.4
- @vercel/frameworks@0.7.2-canary.0
- @vercel/go@1.3.3-canary.3
- @vercel/node@1.14 .2-canary.4
- @vercel/python@2.2.3-canary.3
- @vercel/redwood@0.7.1-canary.3
- @vercel/ruby@1.3.3-canary.3
- @vercel/static-build@0.23 .2-canary.3
2022-04-25 12:02:13 -04:00
Steven
bae2a2e4df
[python] Upgrade tests ( #7711 )
...
* [python] Upgrade tests
* Fix latest sanic asgi
* Bump flask
* Change requirements.txt to Pipfile
* Fix dev test
* Use verbose requirements.txt
* Flip requirements
2022-04-25 12:01:49 -04:00
Ethan Arrowood
b61f049f11
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.2
- vercel@24.1.1-canary.3
- @vercel/client@10.4.2-canary.2
- @vercel/go@1.3.3-canary.2
- @vercel/node@1.14 .2-canary.3
- @vercel/python@2.2.3-canary.2
- @vercel/redwood@0.7.1-canary.2
- @vercel/ruby@1.3.3-canary.2
- @vercel/static-build@0.23 .2-canary.2
2022-04-15 15:26:55 -06:00
Nathan Rajlich
71b83d5587
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.1
- vercel@24.1.1-canary.1
- @vercel/client@10.4.2-canary.1
- @vercel/go@1.3.3-canary.1
- @vercel/node@1.14 .2-canary.1
- @vercel/python@2.2.3-canary.1
- @vercel/redwood@0.7.1-canary.1
- @vercel/ruby@1.3.3-canary.1
- @vercel/static-build@0.23 .2-canary.1
2022-04-12 15:57:36 -07:00
Steven
e7f524defb
Publish Canary
...
- @vercel/build-utils@2.15 .2-canary.0
- vercel@24.1.1-canary.0
- @vercel/client@10.4.2-canary.0
- @vercel/go@1.3.3-canary.0
- @vercel/node@1.14 .2-canary.0
- @vercel/python@2.2.3-canary.0
- @vercel/redwood@0.7.1-canary.0
- @vercel/ruby@1.3.3-canary.0
- @vercel/static-build@0.23 .2-canary.0
2022-04-12 08:58:38 -04:00
Nathan Rajlich
4a8504fc45
Publish Stable
...
- @vercel/build-utils@2.15 .1
- vercel@24.1.0
- @vercel/client@10.4.1
- @vercel/frameworks@0.7.1
- @vercel/go@1.3.2
- @vercel/node@1.14 .1
- @vercel/python@2.2.2
- @vercel/redwood@0.7.0
- @vercel/routing-utils@1.13 .1
- @vercel/ruby@1.3.2
- @vercel/static-build@0.23 .1
2022-04-11 10:14:53 -07:00
Nathan Rajlich
c76dfbe8c9
Publish Canary
...
- @vercel/build-utils@2.15 .1-canary.0
- vercel@24.0.2-canary.0
- @vercel/client@10.4.1-canary.0
- @vercel/frameworks@0.7.1-canary.0
- @vercel/go@1.3.2-canary.0
- @vercel/node@1.14 .1-canary.0
- @vercel/python@2.2.2-canary.0
- @vercel/redwood@0.6.1-canary.0
- @vercel/routing-utils@1.13 .1-canary.0
- @vercel/ruby@1.3.2-canary.0
- @vercel/static-build@0.23 .1-canary.0
2022-03-29 18:12:23 -07:00
Steven
c76781fac9
Publish Stable
...
- @vercel/build-utils@2.15 .0
- vercel@24.0.1
- @vercel/client@10.4.0
- @vercel/frameworks@0.7.0
- @vercel/go@1.3.1
- @vercel/node-bridge@2.2.0
- @vercel/node@1.14 .0
- @vercel/python@2.2.1
- @vercel/redwood@0.6.0
- @vercel/routing-utils@1.13 .0
- @vercel/ruby@1.3.1
- @vercel/static-build@0.23 .0
2022-03-22 15:17:06 -04:00
Steven
451e0b0cfb
Publish Canary
...
- @vercel/build-utils@2.14 .1-canary.8
- vercel@24.0.1-canary.9
- @vercel/client@10.3.1-canary.8
- @vercel/frameworks@0.6.1-canary.7
- @vercel/go@1.3.1-canary.8
- @vercel/node@1.13 .1-canary.9
- @vercel/python@2.2.1-canary.8
- @vercel/redwood@0.5.2-canary.6
- @vercel/ruby@1.3.1-canary.8
- @vercel/static-build@0.22 .2-canary.6
2022-03-22 14:53:04 -04:00