<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/semver.md, branch arti-v1.1.8</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-16T15:14:09Z</updated>
<entry>
<title>tor-dirclient: Remove unused `StringBody` trait.</title>
<updated>2023-08-16T15:14:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-16T14:11:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3ea366539e39012d80b22c35753fe961b1e99f0'/>
<id>urn:sha1:c3ea366539e39012d80b22c35753fe961b1e99f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Make Requestable return requests with String bodies.</title>
<updated>2023-08-16T15:14:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-16T14:09:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd6c4674dc560d9c1dc355cac627edac32138f2c'/>
<id>urn:sha1:cd6c4674dc560d9c1dc355cac627edac32138f2c</id>
<content type='text'>
It's simpler to always use a `String` to represent directory request bodies.
We no longer need the `StringBody` trait.
</content>
</entry>
<entry>
<title>tor-dirclient: Deprecate download() instead of removing it.</title>
<updated>2023-08-16T15:13:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-14T14:58:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aa3e60b994d7f8bd4e8258b12c7aff7eb101b5d0'/>
<id>urn:sha1:aa3e60b994d7f8bd4e8258b12c7aff7eb101b5d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Add `HsDescUploadRequest`.</title>
<updated>2023-08-16T15:13:34Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-13T23:50:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=636a18bd7d8fe92f0a1e006db283fa3edb43fb06'/>
<id>urn:sha1:636a18bd7d8fe92f0a1e006db283fa3edb43fb06</id>
<content type='text'>
The hsdir publisher will send the `HsDescUploadRequest`s to the
appropriate directory using `send_request()`.
</content>
</entry>
<entry>
<title>tor-dirclient: Make the body type of a `Requestable` type configurable.</title>
<updated>2023-08-16T15:13:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-13T23:43:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8ce948bef970d3708365172d66394a5a68e1acac'/>
<id>urn:sha1:8ce948bef970d3708365172d66394a5a68e1acac</id>
<content type='text'>
Previously, the `Requestable` trait assumed the body of the request
would always be empty (`http::Request&lt;()&gt;`). This change replaces the
hardcoded `()` body type with the `Requestable::Body` associated type
(which will allow implementors to create requests with non-empty
bodies). This will enable us to reuse the `Requestable` trait for
building `POST` requests for uploading descriptors.
</content>
</entry>
<entry>
<title>tor-dirclient: Rename download() to send_request().</title>
<updated>2023-08-16T15:13:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-11T18:26:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a08f04a7698ae237e352c57ebb58456e727fc93'/>
<id>urn:sha1:9a08f04a7698ae237e352c57ebb58456e727fc93</id>
<content type='text'>
`download()` is actually a general-purpose function for sending HTTP
requests on a stream. We will soon repurpose it for `POST`-ing
descriptors, so let's rename it to `send_request`.
</content>
</entry>
<entry>
<title>Remove semver.md files for 1.1.6</title>
<updated>2023-06-30T14:28:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-30T14:28:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27bd990a79b14e27cebf3e64b425457901a7af91'/>
<id>urn:sha1:27bd990a79b14e27cebf3e64b425457901a7af91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing semver entry for new dirclient API from !1323</title>
<updated>2023-06-28T12:06:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-28T12:06:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42e4929226cf7bc27ac68c0c8c916c6cad8d9059'/>
<id>urn:sha1:42e4929226cf7bc27ac68c0c8c916c6cad8d9059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: Make maximum hsdesc length adjustable.</title>
<updated>2023-06-27T20:21:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-27T20:07:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38db06ee4b3ccb2fa7e6cd1d3af048ef42616d23'/>
<id>urn:sha1:38db06ee4b3ccb2fa7e6cd1d3af048ef42616d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove semver.md files.</title>
<updated>2023-05-03T12:33:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-03T12:33:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c65b52e552a91d269565d0ffafa28296f5d585cc'/>
<id>urn:sha1:c65b52e552a91d269565d0ffafa28296f5d585cc</id>
<content type='text'>
</content>
</entry>
</feed>
