Commit Graph

  • 35c4946d35 chore: Use namespaced dependency feature (#1187) tottoto 2022-12-14 03:06:20 +09:00
  • 363c04a2e8 chore: Remove unused bytes from dependencies (#1186) tottoto 2022-12-14 03:06:13 +09:00
  • 2dd09c02bd chore: Fix clippy lint (#1181) tottoto 2022-12-14 01:29:29 +09:00
  • 3076e8251e feat(types): add support for DebugInfo error message type (#1179) Rafael Lemos 2022-12-12 16:11:09 -03:00
  • d00fd0838b chore: Update cargo-deny config (#1169) tottoto 2022-12-07 04:40:24 +09:00
  • df8dd896da chore(examples): Remove dummy echo implementation (#1178) tottoto 2022-12-06 02:08:41 +09:00
  • 1efabf0003 chore: Fix CI msrv workflow (#1176) Lucio Franco 2022-12-01 12:22:22 -05:00
  • 6cdb3d4685 feat(types): Add gRPC Richer Error Model support (RetryInfo) (#1095) Rafael Lemos 2022-12-01 13:48:06 -03:00
  • f7499c8a6a chore: Bump msrv to 1.60 (#1171) tottoto 2022-12-02 01:41:31 +09:00
  • 95e8c8bdbb chore: Internal refactor to remove repeitition (#1144) bouzuya 2022-12-01 04:32:49 +09:00
  • 5c8a5d709c chore(examples): Fix blocking-server (#1173) tottoto 2022-12-01 03:38:39 +09:00
  • d6f0567818 chore: Prepare 0.8.4 (#1170) Lucio Franco 2022-11-29 14:22:54 -05:00
  • c7476fff42 fix(build): Fix CodeGen8uilder typo (#1165) (#1166) Alex Pearson 2022-11-29 14:01:27 -05:00
  • 076a81ce6e chore(examples): Update to listenfd 1.0 (#1168) tottoto 2022-11-30 04:00:20 +09:00
  • 8318e756d4 chore(interop): Update to console 0.15 (#1167) tottoto 2022-11-30 04:00:10 +09:00
  • dc079c12bf chore: Prepare v0.8.3 release (#1164) Lucio Franco 2022-11-28 13:35:48 -05:00
  • b53b387ced Fix some struct references on transport channel doc (#1152) Joan Antoni RE 2022-11-28 18:27:50 +01:00
  • c4525ba6ad feat(build): Add CodeGenBuilder (#1154) Lucio Franco 2022-11-28 12:10:44 -05:00
  • 542c5b37dc chore: update to axum 0.6.0 (#1155) David Pedersen 2022-11-28 16:40:46 +01:00
  • b65b52baf0 chore(interop): Update clap to 4.0.26 (#1162) tottoto 2022-11-29 00:39:34 +09:00
  • 933f560735 reflection: commit generated code (#1151) Artem Vorotnikov 2022-11-17 00:13:59 +03:00
  • 33e22bbc5e fix: do not panic while encoding oversized bodies (#1142) Marco Neumann 2022-11-10 16:07:35 +00:00
  • 3a542709a7 chore: Added protoc installation instruction for Windows (#1103) Gian Marco Gherardi 2022-11-09 21:39:23 +01:00
  • e188521149 feat(build): Add disable_comments option (#1127) bouzuya 2022-11-09 01:08:19 +09:00
  • c9cadd4b23 chore: remove patch caused cargo error (#1140) LIU JIE 2022-11-08 23:17:54 +08:00
  • 7153289b51 fix(reflection, health): Remove transport feature (#1112) Aleksander 2022-11-07 19:00:17 +02:00
  • f82488c499 chore: Fix type in routeguide (#1136) 2022-11-07 23:58:11 +08:00
  • 1f5bc9b9d5 feat(build): Add build_transport builder option (#1130) Lucio Franco 2022-11-04 11:04:23 -04:00
  • 6667ace032 Update minimal version of pin-project (#1132) Lucio Franco 2022-11-01 12:53:18 -04:00
  • a98d719fb4 feat(web): Removed Cors impl and replaced with tower-http's CorsLayer (#1123) Francesco Guardiani 2022-10-31 18:56:36 +01:00
  • 40536dc134 feat(web): Implement tower::Layer for tonic_web::Config (#1119) Francesco Guardiani 2022-10-28 19:59:01 +02:00
  • b409ddd478 feat: Expose Request#into_parts and Request#from_parts (#1118) Francesco Guardiani 2022-10-19 16:25:21 +02:00
  • 64e29c621b test(tonic-web): fix grpc_web_content_types() test not covering all cases (#1113) Nicolas Guiard 2022-10-18 19:25:24 +02:00
  • be1fe02e6e chore: bumping dependency axum to version 0.5.16 (#1110) Will-Low 2022-10-15 07:18:19 -07:00
  • 675b3b2e75 Create SECURITY.md (#1106) John Howard 2022-10-11 07:57:19 -07:00
  • 0b03b30ccc feat(transport): add from_listener for TcpIncoming (#1093) walter 2022-10-03 19:08:43 +08:00
  • 3663faf32d Update README.md (#1090) CaliViking 2022-09-28 12:47:32 -07:00
  • a7e29c9213 chore: Prepare 0.8.2 release (#1089) Lucio Franco 2022-09-28 10:56:22 -04:00
  • cddd992666 fix(transport): Bump axum for CVE-2022-3212 (#1088) Lucio Franco 2022-09-28 10:27:58 -04:00
  • c1b08dffac feat(build): add cleanup-markdown feature flag (#1086) Marek Kuskowski 2022-09-28 16:00:25 +02:00
  • 56ff45d9a3 feat: add Result<T> type alias for std::result::Result<T, tonic::Status> (#1085) Stephen Sampson 2022-09-26 13:24:33 -03:00
  • 3e40d819cf feat(types): Add gRPC Richer Error Model support (BadRequest) (#1068) Rafael Lemos 2022-09-21 16:12:45 -03:00
  • ee3d0dfe75 feat(tonic): impl Clone for Status using Arc (#1076) David Pedersen 2022-09-12 17:31:30 +02:00
  • 5723681777 chore: Prepare 0.8.1 release (#1072) Lucio Franco 2022-09-07 10:33:19 -04:00
  • 919d28b2b9 feat(transport): Expose hyper's H2 adaptive window on server (#1071) Adam Chalmers 2022-09-06 13:37:20 -05:00
  • 2a83f8ba1a expose Extensions::into_http and Status::from_error (#1067) Joe Dahlquist 2022-08-24 13:04:26 -07:00
  • 523a55044f chore: Reduce how much code gets monomorphized (#1032) Markus Westerlind 2022-08-23 20:29:15 +02:00
  • 0a2a2f3ac5 tonic-health: commit generated code (#1065) Ben Sully 2022-08-23 15:31:37 +01:00
  • 2d66a0aa30 Update helloworld-tutorial.md (#1057) Masakazu Muraoka 2022-08-15 23:33:01 +09:00
  • 433c4ebd80 chore: Add missing changelog entry (#1055) Lucio Franco 2022-08-09 11:29:32 -07:00
  • fb840583d3 chore(docs): Update docs to mention new protoc requirements in tonic >= 0.8.0 (#1050) Opisthoteuthis agassizii 2022-08-09 18:31:03 +02:00
  • 9be4e2479d chore: Update docs to reflect changes to compression feature (#1046) Nick Ashley 2022-08-02 16:38:08 +00:00
  • ec359ba35f chore: Prepare 0.8 release (#1044) Lucio Franco 2022-07-29 16:38:15 -04:00
  • 2a7c610011 Make TcpIncoming public (#1037) Alan Lawrence 2022-07-29 19:31:53 +01:00
  • 4288fd3517 reflection: add with_service_name method (#1042) Ross Light 2022-07-29 11:30:33 -07:00
  • e40ae113ad reflection: export server types (#1043) Ross Light 2022-07-29 09:12:01 -07:00
  • 9ea03c2c44 chore(doc): Fix typo in endpoint docs (#1026) Bryan Stenson 2022-06-28 13:47:34 -07:00
  • feae96c5be feat: Decouple NamedService from the transport feature (#969) Oliver Gould 2022-06-21 10:48:57 -07:00
  • 1d2083a1a6 feat(build): Add option to emit rerun-if-changed instructions (#1021) Mick van Gelderen 2022-06-21 16:27:46 +02:00
  • 10f6d2f1a9 feat: Add Grpc::with_origin for clients (#1017) Lucio Franco 2022-06-20 09:36:51 -04:00
  • 4388d822c4 tonic: Introduce a new method on Endpoint to override the origin (#1013) Quentin Perez 2022-06-20 15:29:11 +02:00
  • 8287988c21 chore(reflection): Use write macro instead of write_fmt (#1015) tottoto 2022-06-16 00:23:29 +09:00
  • a585a72293 feat!: remove codegen dependency on compression feature (#1004) Marcus Griep 2022-06-13 17:48:27 -04:00
  • d9f5c75112 chore: update clap dependency, fix deprecations (#1016) Marcus Griep 2022-06-13 16:34:27 -04:00
  • 91b73f9fc3 docs: document Streaming::message() return values (#1006) Matthias Vogelgesang 2022-05-23 21:30:06 +02:00
  • ec9ee61925 Small wording change for newbie-friendly clarity (#995) Joseph LeBlanc 2022-05-20 10:01:52 -07:00
  • de2e4ac077 feat(build): Better support for custom codecs (#999) Brandon Williams 2022-05-05 09:52:03 -07:00
  • 1b0b525115 chore: Prepare 0.7.2 release (#998) Lucio Franco 2022-05-05 10:19:30 -04:00
  • 6857c834c2 chore: Fix rustls server example (#997) Lucio Franco 2022-05-04 15:34:37 -04:00
  • 1dd5ad2b07 fix(transport): Emit HttpsUriWithoutTlsSupport only w/ tls feat (#996) Gus Wynn 2022-05-04 10:26:34 -07:00
  • 2e19b660e5 tonic: Document Ascii and Binary (#993) Adam Chalmers 2022-05-03 11:09:15 -05:00
  • edc5a0d88d feat: Add TryFrom implementations for MetadataValue (#990) Adam Chalmers 2022-05-02 12:38:42 -05:00
  • 2112ecc426 chore: Prepare tonic-build 0.7.1 (#988) Lucio Franco 2022-04-28 12:56:30 -04:00
  • 6d95473877 chore: fix some typos (#984) cui fliter 2022-04-28 07:37:12 +08:00
  • 13b55df1d0 chore: update tower-http (#985) David Pedersen 2022-04-27 15:14:55 +02:00
  • fd596a8f58 chore(tonic): Update rustls-pemfile to 1.0 (#979) tottoto 2022-04-26 22:31:45 +09:00
  • 4533a6e20e fix(build): Reduce Default bound requirement (#974) Conrad Ludgate 2022-04-20 20:38:38 +01:00
  • b4f96343af fix: don't enable default features in tower (#972) Noah Kennedy 2022-04-13 15:30:30 -05:00
  • 03fb09ccb8 chore: Add rustls examples (#968) Lucio Franco 2022-04-07 14:24:04 -04:00
  • 9e0d21f3eb chore: Add rust cache for CI (#961) Lucio Franco 2022-04-04 16:36:17 -04:00
  • 9836977d77 bump tonic to 0.7.1 Lucio Franco 2022-04-04 16:33:03 -04:00
  • 88695c05ad chore: Prepare 0.7.1 release (#962) Lucio Franco 2022-04-04 16:31:03 -04:00
  • f1ca90f288 feat(transport): Add channel feature flag (#960) Lucio Franco 2022-04-04 15:31:40 -04:00
  • 738ccba5e7 chore(web): Minor enhancement in document (#956) tottoto 2022-04-02 00:25:18 +09:00
  • c0970521f9 chore(interop): Use clap rename_all option instead of lint allowing (#957) tottoto 2022-04-02 00:25:09 +09:00
  • e87db5280e chore: Prepare aux crates for release (#955) Lucio Franco 2022-04-01 10:45:31 -04:00
  • 808c417cbd chore: Prepare 0.10 release (#954) Lucio Franco 2022-03-31 17:05:54 -04:00
  • d142e1aa4c chore: update to axum 0.5 (#953) David Pedersen 2022-03-31 21:57:16 +02:00
  • d4bd4758dd feat(build): Expose Prost generation plugin (#947) Tuetuopay 2022-03-31 20:52:38 +02:00
  • 9dab8be5fc chore: Fix clippy lints (#950) tottoto 2022-04-01 02:42:00 +09:00
  • 619654e3e6 chore(tonic): Update rustls-pemfile to 0.3 (#951) tottoto 2022-04-01 02:41:34 +09:00
  • 350ccf95e4 chore: Update tokio-util to 0.7 (#949) Adam Chalmers 2022-03-30 09:44:07 -05:00
  • c78274e3fe feat: Update prost to 0.10 (#948) Jesse Szwedko 2022-03-30 10:43:06 -04:00
  • 097e7e85a9 feat(health): Expose HealthService publically (#930) tison 2022-03-19 05:37:52 +08:00
  • 0859d82e57 feat(transport): support customizing Channel's async executor (#935) David Pedersen 2022-03-15 19:11:44 +01:00
  • 01e5be5080 Add example of detecting client drops in bidirectional streams on server side (#931) Sylwester Rąpała 2022-03-03 17:50:43 +01:00
  • e30bb7ede7 fix(transport): Make Server::layer() support more than one layer (#932) Alex Lyon 2022-03-01 13:49:36 -08:00
  • 37cd48304f fix(web): Fix error tonic-web doc url (#928) Yiyu Lin 2022-02-26 03:19:40 +08:00
  • a359539a22 chore: Update mock example (#926) Lucio Franco 2022-02-24 09:28:53 -05:00
  • a2745f9ae9 chore: Update README.md (#925) Obsido Han 2022-02-24 00:51:51 +08:00