<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/README.md, branch arti-v1.4.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-08T17:20:50Z</updated>
<entry>
<title>arti: Optionally set up a Prometheus metrics exporter</title>
<updated>2025-04-08T17:20:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-24T16:04:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53a9a604a24dc3d151fc62bd17f8daae8a52674d'/>
<id>urn:sha1:53a9a604a24dc3d151fc62bd17f8daae8a52674d</id>
<content type='text'>
New cargo feature `metrics`, currently experimental.

New config option `metrics.prometheus.listen`.  Uses standard `Listen`
syntax, but not every configuration is supported due to upstream
limitations.

If the config option is set, use metrics-exporter-prometheus to offer
an HTTP scrape endpoint.  Or, if compiled out, fail.

Currently there are no actual metrics exported at all.
</content>
</entry>
<entry>
<title>fix `clippy::doc_overindented_list_items`</title>
<updated>2025-04-03T17:32:58Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-03T17:21:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=663339ffa8bd00ce59c2dd39c288d338505263c3'/>
<id>urn:sha1:663339ffa8bd00ce59c2dd39c288d338505263c3</id>
<content type='text'>
Example:

```text
warning: doc list item overindented
   --&gt; crates/arti-rpc-client-core/src/conn/connimpl.rs:322:9
    |
322 |     ///    indicates that no more messages will be received for this request.
    |         ^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
note: the lint level is defined here
   --&gt; crates/arti-rpc-client-core/src/lib.rs:8:9
    |
8   | #![warn(clippy::all)]
    |         ^^^^^^^^^^^
    = note: `#[warn(clippy::doc_overindented_list_items)]` implied by `#[warn(clippy::all)]`
```
</content>
</entry>
<entry>
<title>arti: Add `restricted-discovery` to the list of experimental features.</title>
<updated>2025-01-16T15:13:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-16T15:10:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e89e1f30c4a749523e299316f07e24a14cabd726'/>
<id>urn:sha1:e89e1f30c4a749523e299316f07e24a14cabd726</id>
<content type='text'>
Note: there are other experimental features we might want to document
here (possibly after we settle the discussion from #1706?)

Closes #1808
</content>
</entry>
<entry>
<title>Make memquota feature part of full in arti</title>
<updated>2024-10-22T13:26:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-21T09:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=013f15b491d0cd0ee59ef1570e55772554fc16b8'/>
<id>urn:sha1:013f15b491d0cd0ee59ef1570e55772554fc16b8</id>
<content type='text'>
Mark it no longer experimental, but part of full.  And document it.
</content>
</entry>
<entry>
<title>arti: Introduce a new default-runtime Cargo feature</title>
<updated>2024-10-17T10:25:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-16T14:31:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4006c8382fcc7989f4d35631e6e5db4052231b7c'/>
<id>urn:sha1:4006c8382fcc7989f4d35631e6e5db4052231b7c</id>
<content type='text'>
Now one can do a minimal build with
  cargo build -p arti --no-default-features --features=default-runtime
rather than needing to specify tokio,native-tls.
</content>
</entry>
<entry>
<title>arti: Remove outdated information from README.</title>
<updated>2024-10-08T14:19:25Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2024-10-08T14:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf4be513e931ba17e4178e0f2a4aca70b0edb7ae'/>
<id>urn:sha1:cf4be513e931ba17e4178e0f2a4aca70b0edb7ae</id>
<content type='text'>
We now support pluggable transports, so it's not true that there's no
anti-censorship support.
</content>
</entry>
<entry>
<title>docs: Add vanguard feature flag to README.</title>
<updated>2024-10-07T15:08:43Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2024-10-07T15:08:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=414d936d943eca46a150bfbfb5a84078277eee71'/>
<id>urn:sha1:414d936d943eca46a150bfbfb5a84078277eee71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Use locked build</title>
<updated>2024-05-16T10:47:36Z</updated>
<author>
<name>pinkforest</name>
<email>2932-pinkforest@gitlab.torproject.org</email>
</author>
<published>2024-05-16T10:47:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4734bdc1314ba041bb341c774754b3fab492bed2'/>
<id>urn:sha1:4734bdc1314ba041bb341c774754b3fab492bed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move onion-service-service to non-experimental section of READMEs.</title>
<updated>2024-02-20T20:16:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-20T20:16:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=09b04344f1d8360fcdae0473761502212552fa66'/>
<id>urn:sha1:09b04344f1d8360fcdae0473761502212552fa66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation regarding the `onion-service-client` feature</title>
<updated>2023-07-08T02:01:51Z</updated>
<author>
<name>Kunal Mehta</name>
<email>legoktm@debian.org</email>
</author>
<published>2023-07-08T02:01:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7acd7de3693dd4ba834e99385fee4931100c23c9'/>
<id>urn:sha1:7acd7de3693dd4ba834e99385fee4931100c23c9</id>
<content type='text'>
It is no longer experimental, but still not rated for security-sensitive
usage per &lt;https://blog.torproject.org/arti_116_released/&gt;.
</content>
</entry>
</feed>
