<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/semver.md, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-13T18:46:18Z</updated>
<entry>
<title>chanmgr: Spawn task for ChannelProvider impl of get_or_launch()</title>
<updated>2026-01-13T18:46:18Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-01-08T18:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e9f9bc8b15831d1d1f3cfcfe25d810e3b0e6156'/>
<id>urn:sha1:0e9f9bc8b15831d1d1f3cfcfe25d810e3b0e6156</id>
<content type='text'>
To pull this off, ChannelProvider::get_or_launch() needed to change from
"&amp;self" to "self: Arc&lt;Self&gt;" so we could pass self to the spawned task.

This is fine as the caller of ChannelProvider (circuit reactor) has a
Arc&lt;ChanMgr&gt;.

This also removes the PhantomData for the runtime as we now actually use
it.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Add semver.md for breaking changes</title>
<updated>2026-01-13T18:46:18Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-01-08T17:40:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b6a4c01dfe7134a1e41cfb9a11066f8b71ce9b0'/>
<id>urn:sha1:7b6a4c01dfe7134a1e41cfb9a11066f8b71ce9b0</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>Remove semver.md files post-release</title>
<updated>2025-12-02T13:27:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T13:27:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e8b06787cfa55ca53b7e86566914652db14c2d05'/>
<id>urn:sha1:e8b06787cfa55ca53b7e86566914652db14c2d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Add a semver entry for ClientInitiatorHandshake</title>
<updated>2025-11-19T19:55:30Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-11-19T19:47:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c5aeaa9dab737c6da26284f0422319afa673fa55'/>
<id>urn:sha1:c5aeaa9dab737c6da26284f0422319afa673fa55</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Replace ClientCircSyncView in IncomingStreamRequestFilter</title>
<updated>2025-10-30T18:37:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-30T11:21:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6cc225907ddb9adf09ec02159f02d18937b0417'/>
<id>urn:sha1:b6cc225907ddb9adf09ec02159f02d18937b0417</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: remove all semver.md files</title>
<updated>2025-10-30T15:23:08Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-30T15:23:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bcb3883ec56e962763e634f8a69a62fb7cd30f8'/>
<id>urn:sha1:6bcb3883ec56e962763e634f8a69a62fb7cd30f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Change visibility for some channel objects</title>
<updated>2025-10-23T17:43:33Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T14:07:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5dc9a5df573879edff32fe092ef63fca723db9a7'/>
<id>urn:sha1:5dc9a5df573879edff32fe092ef63fca723db9a7</id>
<content type='text'>
Upcoming code for relay channels are put in the src/relay module and
thus we need visibility into some channel generic things.

Turns out also we don't need to re-export publicly UnverifiedChannel and
VerifiedChannel.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>release: Remove old semver.md files.</title>
<updated>2025-10-02T18:55:17Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-02T18:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a3453b20c17b06e399528073d55f69b8b79787a'/>
<id>urn:sha1:5a3453b20c17b06e399528073d55f69b8b79787a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>circmgr: Pass the timeout estimator to circuit constructor.</title>
<updated>2025-09-16T16:49:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-16T15:06:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b711b628faa530de207c8c20de571e6f138d9455'/>
<id>urn:sha1:b711b628faa530de207c8c20de571e6f138d9455</id>
<content type='text'>
This enables us to read the CBT estimates from the circuit reactor (we
need these to compute the half-stream timeouts for #264).
</content>
</entry>
<entry>
<title>proto: Use the CBT to compute half-stream timeouts.</title>
<updated>2025-09-16T16:43:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-16T13:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63c833d679aefc13bf4f64703fc56c639f5b6ad3'/>
<id>urn:sha1:63c833d679aefc13bf4f64703fc56c639f5b6ad3</id>
<content type='text'>
</content>
</entry>
</feed>
