syumai
|
0c1f74cc73
|
Merge pull request #137 from meandnano/feature/consumer
Implement Queues Consumer
|
2025-01-15 20:21:17 +09:00 |
|
syumai
|
008452bca1
|
remove unnecessary blank r2 files
|
2025-01-12 23:01:26 +09:00 |
|
syumai
|
d32d473c81
|
Merge pull request #148 from syumai/move-r2-into-cloudflare-r2-package
move r2 features to cloudflare/r2 package
|
2025-01-12 22:59:27 +09:00 |
|
syumai
|
f11ec6530f
|
update R2 examples
|
2025-01-12 22:54:47 +09:00 |
|
syumai
|
c30f8b601c
|
integrate cloudflare/(r2bucket,r2object,r2objects).go into cloudflare/r2.go
|
2025-01-12 22:45:43 +09:00 |
|
syumai
|
443e50a8bb
|
move R2 features to cloudflare/r2 package
|
2025-01-12 22:43:28 +09:00 |
|
syumai
|
2d9f50ba40
|
Merge pull request #147 from syumai/move-kv-into-cloudflare-kv-package
move kv features to cloudflare/kv package
|
2025-01-12 22:09:52 +09:00 |
|
syumai
|
c5873af476
|
split kv.go
|
2025-01-12 22:01:02 +09:00 |
|
syumai
|
43b36c4248
|
update KV example
|
2025-01-12 21:43:20 +09:00 |
|
syumai
|
b5dcf0d30d
|
move kv into cloudflare/kv package
|
2025-01-12 15:10:38 +09:00 |
|
syumai
|
62ac4c7b57
|
add more description about plans
|
2024-12-03 01:19:17 +09:00 |
|
syumai
|
ee1b3ad74b
|
Merge pull request #141 from syumai/replace-tinygo-with-go-in-readme
replace TinyGo with Go in Quick Start guide
|
2024-12-03 01:07:50 +09:00 |
|
syumai
|
8bcfd0df83
|
replace TinyGo with Go in README.md
|
2024-12-03 01:04:44 +09:00 |
|
mike.art
|
39b6eeae72
|
Implement Queues Consumer
|
2024-11-20 11:41:31 +01:00 |
|
syumai
|
a7fb285264
|
add Queues to Features list
v0.27.0
|
2024-11-10 00:52:46 +09:00 |
|
syumai
|
4beee48384
|
Merge pull request #133 from syumai/split-producer-send-message-funcs
split queues.Producer's Send funcs and BatchMessage constructors
|
2024-11-10 00:34:44 +09:00 |
|
syumai
|
15f2b81fcf
|
update queues example
|
2024-11-10 00:30:25 +09:00 |
|
syumai
|
d0919c3abf
|
add comments to queues public funcs
|
2024-11-10 00:30:20 +09:00 |
|
syumai
|
c55bf16a3e
|
update queues test impl
|
2024-11-10 00:28:47 +09:00 |
|
syumai
|
374d3a8461
|
rename queues.WithDelay to queues.WithDelaySeconds
|
2024-11-10 00:28:47 +09:00 |
|
syumai
|
c4e9274e73
|
update SendBatch impl
|
2024-11-10 00:28:47 +09:00 |
|
syumai
|
4fa8e20a64
|
rename producer_opts.go to sendoptions.go
|
2024-11-10 00:28:47 +09:00 |
|
syumai
|
b54a5edc0d
|
split queues.batchSendOptions
|
2024-11-10 00:28:47 +09:00 |
|
syumai
|
488aec9585
|
split queue.NewBatchMessage funcs
|
2024-11-10 00:28:47 +09:00 |
|
syumai
|
9cfa0111ef
|
split queue.Producer's send methods
|
2024-11-10 00:28:41 +09:00 |
|
syumai
|
693eaf206f
|
split batchmessage.go
|
2024-11-09 17:59:56 +09:00 |
|
syumai
|
605532b98b
|
Merge pull request #132 from syumai/split-wait-for-ready-from-serve
split Done funcs from workers.Serve / cron.ScheduleTask
|
2024-11-08 02:40:40 +09:00 |
|
syumai
|
379d0120a9
|
fix Done func name in handler.go
|
2024-11-08 02:37:16 +09:00 |
|
syumai
|
fc07f1d66e
|
add multiple-handlers example
|
2024-11-08 02:33:41 +09:00 |
|
syumai
|
68bb0c7e08
|
rename WaitForCompletion to Done
|
2024-11-08 02:33:28 +09:00 |
|
syumai
|
87cf65a213
|
update cron example
|
2024-11-08 02:23:20 +09:00 |
|
syumai
|
2a59c59bae
|
split cloudflare/cron.WaitForCompletion from cron.ScheduleTask
|
2024-11-08 02:23:20 +09:00 |
|
syumai
|
5f0fcb01dd
|
split workers.Ready and workers.WaitForCompletion from workers.Serve
|
2024-11-08 02:23:15 +09:00 |
|
syumai
|
6e29c1e9e5
|
Merge pull request #130 from ben-krieger/schedule-task-non-block
Support HTTP Request and Cron Trigger in Single Worker
|
2024-11-08 01:38:38 +09:00 |
|
Ben Krieger
|
84f6c350ca
|
Add cron.ScheduleTaskNonBlock for use with workers.Serve
|
2024-11-07 11:36:09 -05:00 |
|
syumai
|
8784539f6f
|
Merge pull request #129 from ben-krieger/response-content-length
Response content length
|
2024-11-08 01:34:56 +09:00 |
|
Ben Krieger
|
bdd54f02e7
|
Carry over non-zero Content-Length to Response
|
2024-11-07 11:23:07 -05:00 |
|
syumai
|
f0f5c6ff9e
|
Merge pull request #128 from ben-krieger/d1-blob
Support []byte arguments to D1 Query/Exec
|
2024-11-08 01:17:38 +09:00 |
|
syumai
|
dfdd7e760e
|
Merge pull request #125 from meandnano/feature/queues
Add message producer
|
2024-11-08 01:11:40 +09:00 |
|
Ben Krieger
|
6642597fbc
|
Support []byte arguments to D1 Query/Exec
|
2024-10-30 16:07:09 -04:00 |
|
mike.art
|
ae2bcf1937
|
Add tests and docs
|
2024-10-15 13:24:49 +02:00 |
|
mike.art
|
bdeff99c27
|
Fix "bytes" value mapping
|
2024-10-14 12:38:13 +02:00 |
|
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 |
|