| #
8ee85fc4 |
| 01-Mar-2025 |
tottoto <[email protected]> |
chore: Remove html_root_url (#2184)
|
| #
5e9a5bcd |
| 02-Jan-2025 |
tottoto <[email protected]> |
chore: Use lint config in manifest (#2114)
|
| #
3009cf52 |
| 22-Oct-2024 |
tottoto <[email protected]> |
chore: Start development of version 0.13 (#2014)
|
| #
1470dfb9 |
| 27-Sep-2024 |
tottoto <[email protected]> |
chore: Generate file descriptor set constant directly (#1956)
|
|
Revision tags: v0.12.3 |
|
| #
4b8d2c46 |
| 26-Sep-2024 |
tottoto <[email protected]> |
chore: prepare 0.12.3 release (#1899)
* chore: prepare 0.12.3 release
* bump versions to 0.12.3
* update changelog
---------
Co-authored-by: Lucio Franco <[email protected]>
|
|
Revision tags: v0.12.2 |
|
| #
82a856fe |
| 26-Aug-2024 |
Dirkjan Ochtman <[email protected]> |
chore: prepare 0.12.2 release (#1881)
Co-authored-by: tottoto <[email protected]>
|
|
Revision tags: v0.12.1 |
|
| #
e0b6cafd |
| 17-Jul-2024 |
Lucio Franco <[email protected]> |
chore: release v0.12.1 (#1806)
|
|
Revision tags: v0.12.0 |
|
| #
2eeca95e |
| 08-Jul-2024 |
Lucio Franco <[email protected]> |
chore: release v0.12.0 (#1740)
* chore: prepare v0.12.0 release
* add changelog
* fix version links
* update changelog
* update changelog to include prost update
|
|
Revision tags: v0.11.0 |
|
| #
ea8cd3f3 |
| 08-Feb-2024 |
Lucio Franco <[email protected]> |
chore: prepare v0.11.0 release (#1626)
|
|
Revision tags: v0.10.2 |
|
| #
b3fca191 |
| 28-Sep-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.10.2` release (#1541)
|
|
Revision tags: v0.10.1 |
|
| #
d5c14fa2 |
| 21-Sep-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.10.1` release (#1529)
|
|
Revision tags: v0.10.0 |
|
| #
d59fe0da |
| 01-Sep-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.10` release (#1492)
|
| #
7b2b0eea |
| 28-Aug-2023 |
tottoto <[email protected]> |
chore: Add generated code to module tree (#1480)
|
| #
5fd635a3 |
| 25-Aug-2023 |
Kyle McCarthy <[email protected]> |
feat(tonic-types): add ability to extract rich error details from `google.rpc.Status` (#1430)
* feat: add from impls to convert between std_messages <-> pb
* feat: add trait to extract error detail
feat(tonic-types): add ability to extract rich error details from `google.rpc.Status` (#1430)
* feat: add from impls to convert between std_messages <-> pb
* feat: add trait to extract error details from pb::Status
* style: cargo fmt
---------
Co-authored-by: Lucio Franco <[email protected]>
show more ...
|
|
Revision tags: v0.9.2 |
|
| #
ae758016 |
| 17-Apr-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.9.2` release (#1362)
|
|
Revision tags: v0.9.1 |
|
| #
01cba499 |
| 03-Apr-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `0.9.1` release (#1343)
* Update documentation url in cargo tomls
* Bump versions to 0.9.1
* Update guides
* Add prepare/publish scripts
* Update changelog
|
|
Revision tags: v0.9.0 |
|
| #
3a497f2c |
| 31-Mar-2023 |
Lucio Franco <[email protected]> |
chore: Prepare `v0.9.0` release (#1337)
|
| #
69ce71ef |
| 20-Mar-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (Docs) (#1317)
* types: improve `lib.rs` docs, add `README` file
* types: update `Cargo.toml` file
|
| #
c1906074 |
| 13-Mar-2023 |
tottoto <[email protected]> |
chore(types): Remove unnecesarry unreachable_pub lint allowing (#1311)
|
| #
d54d02d3 |
| 27-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (LocalizedMessage) (#1295)
* types: add support for `LocalizedMessage` error message type
Following implementation at flemosr/tonic-richer-error.
*
feat(types): Add gRPC Richer Error Model support (LocalizedMessage) (#1295)
* types: add support for `LocalizedMessage` error message type
Following implementation at flemosr/tonic-richer-error.
* types: add `ErrorDetails::with_help_link`
show more ...
|
| #
d6041a99 |
| 23-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (Help) (#1293)
* types: add support for `Help` error message type
Following implementation at flemosr/tonic-richer-error.
* types: add `ResourceInf
feat(types): Add gRPC Richer Error Model support (Help) (#1293)
* types: add support for `Help` error message type
Following implementation at flemosr/tonic-richer-error.
* types: add `ResourceInfo` to `gen_status_with_details` test
* types: use `impl Into<Vec<T>>` instead of `Vec<T>` in pub fn's params
* types: comply with clippy
* types: fix names of some tests and vars in `std_messages`
show more ...
|
| #
7eeda243 |
| 21-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (ResourceInfo) (#1282)
* types: add support for `ResourceInfo` error message type
Following implementation at flemosr/tonic-richer-error.
* types:
feat(types): Add gRPC Richer Error Model support (ResourceInfo) (#1282)
* types: add support for `ResourceInfo` error message type
Following implementation at flemosr/tonic-richer-error.
* types: update doc comment examples
---------
Co-authored-by: Lucio Franco <[email protected]>
show more ...
|
| #
a52de8ae |
| 17-Feb-2023 |
Rafael Lemos <[email protected]> |
types: add support for `RequestInfo` error message type (#1280)
Following implementation at flemosr/tonic-richer-error.
|
| #
23785818 |
| 16-Feb-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (PreconditionFailure) (#1276)
* types: add support for `PreconditionFailure` error message type
Following implementation at flemosr/tonic-richer-err
feat(types): Add gRPC Richer Error Model support (PreconditionFailure) (#1276)
* types: add support for `PreconditionFailure` error message type
Following implementation at flemosr/tonic-richer-error.
* types: doc comments nits
* types: merge `impl` blocks at `std_messages`
show more ...
|
| #
555a8bcf |
| 15-Feb-2023 |
Rafael Lemos <[email protected]> |
types: add support for `ErrorInfo` error message type (#1269)
Following implementation at flemosr/tonic-richer-error.
|