386 Commits

Author SHA1 Message Date
syumai
9137dc1dcc simplify closeCh wait 2024-04-21 03:32:55 +09:00
syumai
7750c67e27
Merge pull request #110 from syumai/fix-stream-conversion
fix stream conversion
2024-04-21 03:32:02 +09:00
syumai
175a83e68a fix stream conversion 2024-04-21 03:25:21 +09:00
syumai
18c1cd5093
Merge pull request #108 from syumai/add-null-check-to-r2-conversion
add missing null checks to R2 conversion
2024-04-18 02:14:35 +09:00
syumai
13b7485b1a add missing null checks to R2 conversion 2024-04-18 01:58:23 +09:00
syumai
482b28195a
Merge pull request #105 from syumai/support-sql-open-on-d1
support sql.Open for D1
v0.24.0
2024-04-17 02:10:24 +09:00
syumai
d37e160462 fix d1-blog-server example to use sql.Open for D1 2024-04-17 02:06:46 +09:00
syumai
eeb9a13d92 implement D1 driver's sql.Open 2024-04-17 01:51:31 +09:00
syumai
01783f2ba1
Merge pull request #102 from syumai/remove-dependencies-on-runtime-context
Remove dependencies on Context
2024-04-17 01:00:17 +09:00
syumai
c19126a1ce fix test 2024-04-17 00:59:25 +09:00
syumai
ca4bfba6cc fix examples 2024-04-17 00:56:47 +09:00
syumai
52a78e1789 remove runtimeObj from runtimecontext.New 2024-04-17 00:56:35 +09:00
syumai
627ed95530 remove dependencies on Context from cloudflare-related APIs 2024-04-17 00:52:30 +09:00
syumai
33e4ad8f50 remove context.Context from existing RuntimeContext related func params 2024-04-17 00:41:39 +09:00
syumai
9710147e94
Merge pull request #99 from syumai/fix-examples-build
add Makefile command to build example files
2024-04-17 00:26:11 +09:00
syumai
081d6e2763 add Build examples step to CI 2024-04-16 23:31:09 +09:00
syumai
c5def28fb1 fix service-bindings example 2024-04-16 23:27:40 +09:00
syumai
ccc1c0f061 output build target directory name in build-examples 2024-04-16 23:27:26 +09:00
syumai
69702dc1fb update compatibility date of worker-tinygo and pages-tinygo template 2024-04-16 11:11:26 +09:00
syumai
c87cca2b5f add command to build examples to Makefile 2024-04-16 10:21:09 +09:00
syumai
91dafbfb1e
Merge pull request #98 from elithrar/patch-1 2024-04-16 07:30:18 +09:00
Matt Silverlock
db45190160
build: update compat date, remove
Update the `compatibility_date` and remove the need for https://developers.cloudflare.com/workers/configuration/compatibility-dates/#streams-constructors as it is the default as of `2022-11-30`
2024-04-15 09:24:05 -04:00
syumai
a39272584a
Merge pull request #94 from syumai/add-hono-middleware
[experimental] add Hono middleware
v0.23.3
2024-02-11 23:17:10 +09:00
syumai
8ea4e2bf5f add RawResponse getter to hono context 2024-02-11 23:16:11 +09:00
syumai
fa22eea00b split SetResponse func of Hono 2024-02-11 23:12:28 +09:00
syumai
bd88dd6151 remove unused Header impl of hono middleware support 2024-02-11 21:56:32 +09:00
syumai
4b95d7f98c fix bugs of hono middleware support 2024-02-11 21:55:49 +09:00
syumai
6f021d5ba9 fixed to return Promise from runHonoMiddleware func 2024-02-11 19:54:58 +09:00
syumai
d9dc0f1480 remove reqObj from runHonoMiddleware func parameters 2024-02-11 19:51:22 +09:00
syumai
8cf026a01b [experimental] add Hono middleware 2024-02-11 19:30:23 +09:00
syumai
484c7be891 fix Proxy this target 2024-02-11 19:29:49 +09:00
syumai
bf3ab8ec41 remove blob() call from jshttp.ToResponse 2024-02-01 09:44:39 +09:00
syumai
94f29ebdf1 move fetch's stream logic to jshttp.ToStreamResponse v0.23.2 2024-02-01 09:33:52 +09:00
syumai
d31baa38b5
Merge pull request #93 from aki-0421/avoid-memory-error
Support stream in fetch pkg
2024-02-01 09:22:46 +09:00
aki-0421
8881a04947
F: add stream large file example 2024-01-25 08:56:56 +09:00
aki-0421
afebbac9d5
R: fix memory error 2024-01-25 08:56:34 +09:00
syumai
449cac3e91 fix streamReader to call cancel instead of close 2024-01-25 01:14:33 +09:00
syumai
94329a47e1 fix basic-auth-proxy example error handlings 2024-01-25 00:50:39 +09:00
syumai
f17923658e add more log to mysql-blog-server 2024-01-25 00:42:41 +09:00
syumai
a02892acec update workers-assets-gen version v0.23.1 2024-01-25 00:15:25 +09:00
syumai
4b950e8af6
Merge pull request #92 from syumai/return-fetch-body-directly
return fetch body directly
2024-01-25 00:07:37 +09:00
syumai
b7c9d03668 fix basic-auth-proxy to use cloudflare/fetch 2024-01-25 00:01:42 +09:00
syumai
5604a29f06 add jsutil.RawJSWriter and use it in jshttp.ResponseWriter 2024-01-25 00:00:36 +09:00
syumai
151971832c
Merge pull request #91 from syumai/init-go-instance-on-request
init Go instance on request
2024-01-24 22:12:27 +09:00
syumai
9810f12c78 init Go instance on request 2024-01-24 22:05:49 +09:00
syumai
90acb28d2e update workers-assets-gen version to v0.23.0 v0.23.0 2024-01-24 21:10:44 +09:00
syumai
3b8e2550b2
Merge pull request #88 from aki-0421/incoming-properties
Support Incoming Properties
2024-01-24 21:08:56 +09:00
aki-0421
eac1510668
R: merge pkg 2024-01-23 13:01:33 +09:00
aki-0421
86f9f1cf26
R: fix illegal invocation error 2024-01-23 12:53:32 +09:00
aki-0421
83be8bc604
R: refactor incoming with new runtimecontext 2024-01-22 22:07:24 +09:00