460 Commits

Author SHA1 Message Date
mike.art
ee70c46c1e Add message producer 2024-10-13 19:01:02 +02:00
syumai
ad33cfb9ba
Merge pull request #124 from syumai/fix-fetch-stream-empty-response
fixed panic on fetch returning empty response
v0.26.3
2024-08-11 22:15:33 +09:00
syumai
cf3b68b6b3 fixed panic on fetch returning empty response 2024-08-11 22:07:10 +09:00
syumai
50d520dbd0
Merge pull request #120 from Skee/main
add jsutil.MaybeInt wrapper; apply it to IncomingProperties.Asn
v0.26.2
2024-07-30 11:08:04 +09:00
Mircea Suciu
0b2343b258 add jsutil.MaybeInt wrapper; apply it to IncomingProperties.Asn 2024-07-29 13:19:42 +00:00
syumai
e5ed933894
Merge pull request #118 from vhespanha/fix-issue-49
add template for cron jobs creation (issue 49)
2024-06-26 23:37:18 +09:00
vinicius
2a97a83a50 rename tiny-go to tinygo to stay consistant with the project 2024-06-26 14:27:00 +00:00
vhespanha
53e3359fb9 add template for cron jobs creation 2024-06-25 22:27:30 -03:00
syumai
6d313765fb fix handler file names v0.26.1 2024-05-18 01:00:59 +09:00
syumai
9ca5cf3840
Merge pull request #114 from syumai/add-non-js-handler
add normal HTTP server listener for debugging purposes
2024-05-03 02:54:45 +09:00
syumai
f00717f861 add normal HTTP handler for debugging purposes 2024-05-03 02:47:30 +09:00
syumai
67461c4c6e use local DB for d1-blog-server example v0.26.0 2024-04-27 16:56:00 +09:00
syumai
a0eb7cdcb5 rename D1 row columns field name and changed to use result of rowsArray.shift() directly 2024-04-27 16:21:07 +09:00
syumai
640a515c7b change rowObj var name to rowArray 2024-04-27 15:34:02 +09:00
syumai
2b25f7619a
Merge pull request #113 from syumai/specify-shell-in-makefile 2024-04-25 09:12:34 +09:00
syumai
99db87d361 specify SHELL in Makefile 2024-04-25 08:50:01 +09:00
syumai
617355c21b
Merge pull request #112 from zztkm/fix#106
fix D1 driver implementation using stmt.raw({ columnNames: true })
2024-04-25 08:42:27 +09:00
zztkm
33abcb5423 fix some minor points 2024-04-25 07:59:07 +09:00
zztkm
cef5b9b6a2 fix D1 driver implementation using stmt.raw({ columnNames: true }) 2024-04-24 23:52:54 +09:00
syumai
73526abae1
Merge pull request #111 from syumai/fix-handler
fix handler error handlings
v0.25.0
2024-04-21 03:49:45 +09:00
syumai
1b359b90d9 reduce panic in stream canceling 2024-04-21 03:47:19 +09:00
syumai
0713696d4a reduced panic 2024-04-21 03:40:44 +09:00
syumai
ed6b2493ff use jsutil.Error 2024-04-21 03:38:10 +09:00
syumai
5e18504eb9 add jsutil.Error / jsutil.Errorf 2024-04-21 03:37:14 +09:00
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