Jonathan Donaldson
cd41d40fbe
Update queue bindings ( #335 )
...
* Update queues
* Update queue bindings
* Fix tests and lint
* Fix tests
* Add support for message batches and retry / message options
* Add queue example
* Address comments
2024-03-29 07:19:37 -04:00
Roshan P
06214d9cba
Add worker-kv crate to repository. ( #494 )
...
* Initially adding files.
* Move examples, add to cargo build.
* remove files
* Fix KV paths and link dependencies to workspace.
* Add test package to cargo.lock
* Update kv test dependencies.
* Add send/sync to KvStore.
* Remove dead code.
* Fix cargo.lock
* Undo cargo.lock changes.
* Fix formatting.
* Make code idiomatic.
2024-03-27 17:56:18 -04:00
Kevin Flansburg
b2aabc1be1
Introduce http feature for http crate types ( #477 )
...
* http 1.1
* http feature flag
* Fetcher http flag
* Implement todos
* Implement redirect / ws / abort signal
* Add http tests to CI
* Add Cf context to http::Request
* Fix test working directories
* Axum example
* fix clippy in CI
* Handle generic http_body return type
* Documentation
* Remove unwraps
* Tweak introduction version in docs
* Final touches
2024-03-15 09:44:58 -04:00
Kevin Flansburg
5f078bfdeb
Release PR action ( #464 )
2024-03-08 09:48:04 -08:00
kpcyrd
e6845ccb81
Make Response::from_html use text/html; charset=utf-8 ( #447 )
...
* Make Response::from_html use `text/html; charset=utf-8`
* Make Response::ok use `text/plain; charset=utf-8`
* Fix code formatting
2024-02-28 10:13:39 -05:00
Esteban Borai
cbd98b4a94
feat: worker router example ( #404 )
2023-11-08 12:47:28 -05:00
Kevin Flansburg
92a1127f19
Postgres TLS Support ( #403 )
...
* Implement TlsStream for Socket
* starttls trait
* Implement TlsConnection in workers-rs
* Update example
* fmt
* docs and fix example
2023-11-08 09:07:20 -05:00
Sven Sauleau
749854f56f
Wasm Coredump support
...
Run the Wasm coredump transformation as part of `worker-build`. For
client-side support, expose the Wasm module and its memory to later
extract the Wasm Coredump on crash.
The Wasm Coredump transformation is gated behind an environment
variable. To run it use the following:
```
COREDUMP=1 worker-build
```
2023-07-25 18:57:33 +02:00
Zeb Piasecki
56513d9534
fix panic in tracing example
...
Multiple calls to init will cause a panic because a tracing subscriber has already been set globally.
2023-07-03 16:52:45 -04:00
Kevin Flansburg
3e451c42b9
Address comments
2023-06-20 11:13:10 -04:00
Kevin Flansburg
b1d4f3e507
tokio-postgres example
2023-06-20 11:13:10 -04:00
Kevin Flansburg
47bcf6a72e
tracing example
2023-06-20 11:13:10 -04:00
Kevin Flansburg
59ffa89fb5
low level client
2023-06-20 11:13:10 -04:00
Kevin Flansburg
0d597f8580
Hyper example
2023-06-20 11:13:10 -04:00