sdk-rust icon indicating copy to clipboard operation
sdk-rust copied to clipboard

Rust library to interact with CloudEvents

Results 38 sdk-rust issues
Sort by recently updated
recently updated
newest added

Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...

dependencies
javascript

Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...

dependencies
javascript

Hi, I was trying to use this package with async-nats, but it's not supported yet. Do you have any plans to update it? Sorry if I missed something, but I'm...

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.4 to 5.2.1. Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1 (2025-03-26) Security cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header requests with an IP...

dependencies
javascript

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @​chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @​chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...

dependencies
javascript

Looking to add a fix or get clarification on how to use example at `example-projects/rdkafka-example` ```rust let message_record = MessageRecord::from_event(event).expect("error while serializing the event"); let delivery_status = producer .send( FutureRecord::to(topic_name)...

I noticed this comment in the message tests: https://github.com/cloudevents/sdk-rust/blob/main/src/event/message.rs#L185 ``` #[test] fn message_v03_roundtrip_binary() -> Result { //TODO this code smells because we're missing a proper way in the public APIs...

It looks like the last issue has been closed in early 2023 and current PRs are not being reviewed anymore :-(