<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell, branch arti-v1.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-v1.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-09-01T12:59:49Z</updated>
<entry>
<title>Bump crate versions in preparation for Arti 1.0.0 release.</title>
<updated>2022-09-01T12:59:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-01T12:52:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96875ea20875e3a5cfc9f348365f19a158578190'/>
<id>urn:sha1:96875ea20875e3a5cfc9f348365f19a158578190</id>
<content type='text'>
Because we want to work more on ensuring that our semver stability
story is solid, we are _not_ bumping arti-client to 1.0.0 right now.

Here are the bumps we _are_ doing.  Crates with "minor" bumps have
had API breaks; crates with "patch" bumps have had new APIs added.

Note that `tor-congestion` is not bumped here: it's a new crate, and
hasn't been published before.

```
tor-basic-utils         minor
fs-mistrust             minor
tor-config              minor
tor-rtcompat            minor
tor-rtmock              minor
tor-llcrypto            patch
tor-bytes               patch
tor-linkspec            minor
tor-cell                minor
tor-proto               minor
tor-netdoc              patch
tor-netdir              minor
tor-persist             patch
tor-chanmgr             minor
tor-guardmgr            minor
tor-circmgr             minor
tor-dirmgr              minor
arti-client             minor
arti-hyper              minor
arti                    major
arti-bench              minor
arti-testing            minor
```
</content>
</entry>
<entry>
<title>Clean up EstablishIntro cell</title>
<updated>2022-08-25T20:45:40Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-27T04:08:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=08e55bc9b12d77211f0318ec9694e24e26c65dcf'/>
<id>urn:sha1:08e55bc9b12d77211f0318ec9694e24e26c65dcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable doc_auto_cfg feature on every crate when documenting for docs.rs</title>
<updated>2022-08-24T16:22:41Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-08-17T19:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f939fa4804b3c934343141b79e8e2ded5fe0b0d'/>
<id>urn:sha1:7f939fa4804b3c934343141b79e8e2ded5fe0b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add semver notes</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-09T12:06:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9338293c8d6702087d38c1442965f60c6c7ce9c'/>
<id>urn:sha1:d9338293c8d6702087d38c1442965f60c6c7ce9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: PaddingNegotiate::start: take IntegerMilliseconds</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-08T14:58:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14c6e17797e0ac09b5ec528465567e4ba5ac11ca'/>
<id>urn:sha1:14c6e17797e0ac09b5ec528465567e4ba5ac11ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: PaddingNegotiate: give better spec xrefs</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-08T14:40:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bdaee82187b331660c815970891c374e1460219f'/>
<id>urn:sha1:bdaee82187b331660c815970891c374e1460219f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>channel padding: Rename low_ms and high_ms</title>
<updated>2022-08-17T09:54:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-08-02T11:56:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ed983800d190c042beba2e90955e37a718c5685'/>
<id>urn:sha1:7ed983800d190c042beba2e90955e37a718c5685</id>
<content type='text'>
These have the unit in the type.  Putting that in the field name too
is otiose.
</content>
</entry>
<entry>
<title>tor-cell, testing: Provide PaddingNegotiate::from_raw</title>
<updated>2022-08-16T17:43:23Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-25T13:54:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76403563e58a9462521a9a45abba456b29d440a7'/>
<id>urn:sha1:76403563e58a9462521a9a45abba456b29d440a7</id>
<content type='text'>
This allows test cases to describe precisely the contents of the
negotiation cell ought to be generated.
</content>
</entry>
<entry>
<title>chancell: PaddingNegotiate: Provide start_default and a Default impl</title>
<updated>2022-08-16T17:37:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-11T14:22:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38b76578bec76175e8f4109ba1e9beb25d96adf4'/>
<id>urn:sha1:38b76578bec76175e8f4109ba1e9beb25d96adf4</id>
<content type='text'>
As proposed in
  https://gitlab.torproject.org/tpo/core/torspec/-/merge_requests/77
</content>
</entry>
<entry>
<title>chancell: Introduce PaddingNegotiateCmd</title>
<updated>2022-08-16T17:37:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-27T13:52:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a26f341bd761e501c0f10a0ebbf9071b9d794d48'/>
<id>urn:sha1:a26f341bd761e501c0f10a0ebbf9071b9d794d48</id>
<content type='text'>
This gets rid of some random hardcoded literals.  We're going to want
to reuse this, too.
</content>
</entry>
</feed>
