<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in tonic</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2b7e2c3e - chore(transport): Remove redundant type reconstruct (#2176)</title>
        <link>http://172.16.0.5:8080/history/tonic/#2b7e2c3e</link>
        <description>chore(transport): Remove redundant type reconstruct (#2176)

            List of files:
            /tonic/tonic/src/transport/service/grpc_timeout.rs</description>
        <pubDate>Tue, 11 Feb 2025 01:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ceb25c3c - chore(channel): Fix typo (#2141)</title>
        <link>http://172.16.0.5:8080/history/tonic/#ceb25c3c</link>
        <description>chore(channel): Fix typo (#2141)

            List of files:
            /tonic/tonic/src/transport/channel/service/add_origin.rs</description>
        <pubDate>Sun, 12 Jan 2025 20:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7380454c - chore(doc): Remove unnecessary link definition (#2139)</title>
        <link>http://172.16.0.5:8080/history/tonic/#7380454c</link>
        <description>chore(doc): Remove unnecessary link definition (#2139)

            List of files:
            /tonic/tonic/src/transport/server/unix.rs</description>
        <pubDate>Sun, 12 Jan 2025 20:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c84e952f - chore(tls): Use rustls-pki-types crate pem api (#1971)</title>
        <link>http://172.16.0.5:8080/history/tonic/#c84e952f</link>
        <description>chore(tls): Use rustls-pki-types crate pem api (#1971)

            List of files:
            /tonic/tonic/src/transport/service/tls.rs</description>
        <pubDate>Wed, 06 Nov 2024 21:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>77cee9c5 - feat: optional `SSLKEYLOGFILE` support (#1539)</title>
        <link>http://172.16.0.5:8080/history/tonic/#77cee9c5</link>
        <description>feat: optional `SSLKEYLOGFILE` support (#1539)Add a `use_key_log` option to server and client TLS configs that -- whenset -- will enable rustls&apos;s `SSLKEYLOGFILE` handling.This is helpful when you want to intercept TLS traffic for debugging andis generally supported by many libraries and browsers. Also see:https://wiki.wireshark.org/TLS#using-the-pre-master-secret

            List of files:
            /tonic/tonic/src/transport/channel/service/tls.rs/tonic/tonic/src/transport/channel/tls.rs/tonic/tonic/src/transport/server/service/tls.rs/tonic/tonic/src/transport/server/tls.rs</description>
        <pubDate>Sat, 01 Mar 2025 01:00:00 +0000</pubDate>
        <dc:creator>Marco Neumann &lt;marco@crepererum.net&gt;</dc:creator>
    </item>
<item>
        <title>47ed9d3d - feat: Expose recover error service (#2159)</title>
        <link>http://172.16.0.5:8080/history/tonic/#47ed9d3d</link>
        <description>feat: Expose recover error service (#2159)

            List of files:
            /tonic/tonic/src/service/mod.rs/tonic/tonic/src/service/recover_error.rs/tonic/tonic/src/transport/server/mod.rs/tonic/tonic/src/transport/server/service/mod.rs</description>
        <pubDate>Thu, 23 Jan 2025 22:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b28b59b2 - feat(tls): AWS Libcrypto Support (#2008)</title>
        <link>http://172.16.0.5:8080/history/tonic/#b28b59b2</link>
        <description>feat(tls): AWS Libcrypto Support (#2008)* add tls crypto provider feature* fix features* fix* fix* add tls-aws-lc to conditional compilation* fix conditional compilation* fix conditional compilation* revert formatting* revert formatting* add tls-any and deprecate tls* formatting* revert formatting* revert formatting* clean up #[cfg(..)]* tests pass* update workflow for new features* internal feature flag* revert formatting* update docs* specify rustls version in tests* tls only depends on tls-ring* update CI + deps* minor change for force push* fmt* fix docs* fix ring docs link* Update Cargo.tomlCo-authored-by: Lucio Franco &lt;luciofranco14@gmail.com&gt;---------Co-authored-by: Lucio Franco &lt;luciofranco14@gmail.com&gt;

            List of files:
            /tonic/tonic/src/transport/channel/service/connector.rs/tonic/tonic/src/transport/server/conn.rs/tonic/tonic/src/transport/service/mod.rs</description>
        <pubDate>Wed, 06 Nov 2024 00:00:00 +0000</pubDate>
        <dc:creator>Jen Cecelia Reiss &lt;jen@architect.xyz&gt;</dc:creator>
    </item>
<item>
        <title>c9c4acbc - chore: Use cargo-udeps to check unused dependencies (#1364)</title>
        <link>http://172.16.0.5:8080/history/tonic/#c9c4acbc</link>
        <description>chore: Use cargo-udeps to check unused dependencies (#1364)* chore: Use cargo-udeps to check unused dependencies* Exclude uds example on windows* Revert to use tokio_stream::Stream instead of futures_core::Stream* Replace all futures_core:Stream with tokio_stream::Stream* chore(web): Replace futures_core::Stream with tokio_stream::Stream* chore(web): Use std version ready instead of futures-core version* chore(tonic): Use futures-core via futures-util* Revert &quot;chore(web): Use std version ready instead of futures-core version&quot;This reverts commit 9d9458d9e632613f35f34c877bc162b3a03967b6.* chore(examples): Refactor dependencies* chore(tonic): Use tokio-stream::iter* chore(reflection): Use tokio-stream::iter---------Co-authored-by: Lucio Franco &lt;luciofranco14@gmail.com&gt;

            List of files:
            /tonic/tonic/src/server/service.rs</description>
        <pubDate>Thu, 22 Jun 2023 13:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0d86e360 - chore: Remove OptionPin (#1377)</title>
        <link>http://172.16.0.5:8080/history/tonic/#0d86e360</link>
        <description>chore: Remove OptionPin (#1377)Use Option::as_pin_mut instead.

            List of files:
            /tonic/tonic/src/util.rs</description>
        <pubDate>Thu, 22 Jun 2023 13:00:00 +0000</pubDate>
        <dc:creator>Taiki Endo &lt;te316e89@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4263f875 - feat(tls): Implement AsMut for Certificate (#1621)</title>
        <link>http://172.16.0.5:8080/history/tonic/#4263f875</link>
        <description>feat(tls): Implement AsMut for Certificate (#1621)

            List of files:
            /tonic/tonic/src/transport/tls.rs</description>
        <pubDate>Thu, 08 Feb 2024 14:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>758d4f9a - chore: Rename Error to BoxError (#2011)</title>
        <link>http://172.16.0.5:8080/history/tonic/#758d4f9a</link>
        <description>chore: Rename Error to BoxError (#2011)

            List of files:
            /tonic/tonic/src/transport/channel/service/reconnect.rs/tonic/tonic/src/transport/error.rs</description>
        <pubDate>Thu, 17 Oct 2024 22:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f4a879db - chore!: Remove deprecated api (#2050)</title>
        <link>http://172.16.0.5:8080/history/tonic/#f4a879db</link>
        <description>chore!: Remove deprecated api (#2050)

            List of files:
            /tonic/tonic/src/transport/mod.rs</description>
        <pubDate>Sat, 23 Nov 2024 07:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ce043fd7 - chore(server): Add ConnectInfo service (#2118)</title>
        <link>http://172.16.0.5:8080/history/tonic/#ce043fd7</link>
        <description>chore(server): Add ConnectInfo service (#2118)

            List of files:
            /tonic/tonic/src/transport/server/service/io.rs</description>
        <pubDate>Sat, 04 Jan 2025 13:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b947e1ac - feat(channel): Make channel feature additive (#1574)</title>
        <link>http://172.16.0.5:8080/history/tonic/#b947e1ac</link>
        <description>feat(channel): Make channel feature additive (#1574)* feat(channel): Make channel feature additive* chore(channel): Move add_origin service module to channel module* chore(channel): Move user_agent service to channel module* chore(channel): Move reconnect service to channel module* chore(channel): Move connection service to channel module* chore(channel): Move discover service to channel module* feat(channel): Remove unused Connected implement for BoxedIo* chore(channel): Move channel part of io service to channel module* chore(channel): Move channel part of tls service to channel module* chore(channel): Move connector service to channel module* chore(channel): Move executor service to channel module* chore(channel): Clean up scope of channel service module* chore(channel): Clean up importing in channel service* chore(doc): Update feature flag document about transport and channel

            List of files:
            /tonic/tonic/src/transport/channel/service/io.rs/tonic/tonic/src/transport/channel/service/user_agent.rs</description>
        <pubDate>Wed, 19 Jun 2024 18:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>72b0fd59 - chore: Remove unused mutability (#2183)</title>
        <link>http://172.16.0.5:8080/history/tonic/#72b0fd59</link>
        <description>chore: Remove unused mutability (#2183)

            List of files:
            /tonic/tonic/src/transport/server/io_stream.rs</description>
        <pubDate>Sat, 01 Mar 2025 02:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>01f87548 - chore(router): Update to axum 0.8 (#1975)</title>
        <link>http://172.16.0.5:8080/history/tonic/#01f87548</link>
        <description>chore(router): Update to axum 0.8 (#1975)

            List of files:
            /tonic/tonic/src/transport/server/incoming.rs</description>
        <pubDate>Wed, 01 Jan 2025 22:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eaeb4705 - chore(channel): Simplify helper to create http connector (#2124)</title>
        <link>http://172.16.0.5:8080/history/tonic/#eaeb4705</link>
        <description>chore(channel): Simplify helper to create http connector (#2124)

            List of files:
            /tonic/tonic/src/transport/channel/service/discover.rs</description>
        <pubDate>Wed, 08 Jan 2025 09:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60b131d2 - feat: Add Body type (#2013)</title>
        <link>http://172.16.0.5:8080/history/tonic/#60b131d2</link>
        <description>feat: Add Body type (#2013)

            List of files:
            /tonic/tonic/src/transport/channel/mod.rs/tonic/tonic/src/transport/channel/service/connection.rs</description>
        <pubDate>Fri, 15 Nov 2024 22:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4bb7bbe7 - chore(channel): Use hyper_util::rt::TokioExecutor (#1813)</title>
        <link>http://172.16.0.5:8080/history/tonic/#4bb7bbe7</link>
        <description>chore(channel): Use hyper_util::rt::TokioExecutor (#1813)

            List of files:
            /tonic/tonic/src/transport/channel/service/executor.rs</description>
        <pubDate>Mon, 22 Jul 2024 12:00:00 +0000</pubDate>
        <dc:creator>tottoto &lt;tottotodev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6839a39a - feat(channel): Add local_address as an option Endpoint builder (#1567)</title>
        <link>http://172.16.0.5:8080/history/tonic/#6839a39a</link>
        <description>feat(channel): Add local_address as an option Endpoint builder (#1567)* Adds local_address as an option Endpoint builder.* Apply suggestions from code reviewCo-authored-by: tottoto &lt;tottotodev@gmail.com&gt;---------Co-authored-by: tottoto &lt;tottotodev@gmail.com&gt;

            List of files:
            /tonic/tonic/src/transport/channel/endpoint.rs</description>
        <pubDate>Thu, 16 Jan 2025 22:00:00 +0000</pubDate>
        <dc:creator>Jonathan Parris &lt;jparris@ddn.com&gt;</dc:creator>
    </item>
</channel>
</rss>
