<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.1.7</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.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-01T15:40:26Z</updated>
<entry>
<title>Merge branch 'bump_versions_117' into 'main'</title>
<updated>2023-08-01T15:40:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T15:40:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3422169ff4158e56764e2f3c3d2fea31e8031fcd'/>
<id>urn:sha1:3422169ff4158e56764e2f3c3d2fea31e8031fcd</id>
<content type='text'>
Vesion bumps for 1.1.7.

See merge request tpo/core/arti!1458</content>
</entry>
<entry>
<title>Merge branch 'changelog_117_part2' into 'main'</title>
<updated>2023-08-01T15:13:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T15:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e96079b6d75cd351ce176c7c7e9a802bc1193d2'/>
<id>urn:sha1:9e96079b6d75cd351ce176c7c7e9a802bc1193d2</id>
<content type='text'>
Changelog 117 part2

See merge request tpo/core/arti!1457</content>
</entry>
<entry>
<title>Bump patchlevel versions of crates with trivial changes</title>
<updated>2023-08-01T15:03:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T15:01:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5cc3fe162944aff8efb975ac966f0e91b6908281'/>
<id>urn:sha1:5cc3fe162944aff8efb975ac966f0e91b6908281</id>
<content type='text'>
These crates have had trivial changes only: typically,
changes to documentation or to clippy warnings.  There's no
good reason to update which version of them other crates depend on,
so we only bump _their_ patchlevels.

```
tor-async-utils
caret
safelog
tor-events
tor-units
tor-rtcompat
tor-rpcbase
tor-llcrypto
tor-protover
tor-bytes
tor-hscrypto
tor-socksproto
tor-cert
tor-cell
tor-consdiff
tor-congestion
arti-rpcserver
arti-testing
arti-bench
arti-config
arti-hyper
```
</content>
</entry>
<entry>
<title>Merge branch 'fixup-features' into 'main'</title>
<updated>2023-08-01T15:01:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T15:01:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5970c90fcd9cfd256a63595af616a0d8add4090b'/>
<id>urn:sha1:5970c90fcd9cfd256a63595af616a0d8add4090b</id>
<content type='text'>
Run "fixup features" in preparation for a release.

See merge request tpo/core/arti!1456</content>
</entry>
<entry>
<title>Increment patchlevel versions of crates with minor changes</title>
<updated>2023-08-01T14:57:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:57:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3acdf102c705314aec63679e97240bb7d981d1c8'/>
<id>urn:sha1:3acdf102c705314aec63679e97240bb7d981d1c8</id>
<content type='text'>
These crates are at version 0.x.y, so we don't need to distinguish
new-feature changes from other changes:

```
tor-basic-utils
fs-mistrust
tor-error
tor-geoip
tor-checkable
tor-linkspec
tor-netdoc
tor-netdir
tor-persist
tor-ptmgr
tor-hsservice
```

This crate has a breaking change, but only when the semver-breaking
feature `experimental-api` is enabled:

```
tor-config
```

This crate is at version 1.x.y, but has no new public APIs, and
therefore does not need a minor version bump:

```
arti
```
</content>
</entry>
<entry>
<title>Update minor versions on crates that have had breaking changes</title>
<updated>2023-08-01T14:51:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:51:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f2ae5960393b64c1d7615d2d523e050d3bebe5a'/>
<id>urn:sha1:6f2ae5960393b64c1d7615d2d523e050d3bebe5a</id>
<content type='text'>
These crates had first-order breaking changes:

```
retry-error
tor-keymgr
tor-proto
tor-hsclient
tor-rtmock
```

Additionally, these broke because they re-exposed RetryError:

```
tor-circmgr
```

Additionally, these broke because they may re-expose something from
tor-proto:

```
    arti-client
    tor-chanmgr
    tor-dirclient
    tor-dirmgr
    tor-guardmgr
```

Additionally, these broke for other fiddly reasons:

`tor-ptmgr` implements traits from tor-chanmgr, which has a breaking
change above.

`arti-hyper` exposes types from arti-client in its API.
</content>
</entry>
<entry>
<title>changelog 1.1.7: Acknowledgments and links.</title>
<updated>2023-08-01T14:28:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:28:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=03eabedef44c962efa39027bb2e671cc30ab05a9'/>
<id>urn:sha1:03eabedef44c962efa39027bb2e671cc30ab05a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog: spelling fixes.</title>
<updated>2023-08-01T14:18:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=140564aab83c07cb7125276dd2a26f21ff7b124d'/>
<id>urn:sha1:140564aab83c07cb7125276dd2a26f21ff7b124d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'changelog_117' into 'main'</title>
<updated>2023-08-01T14:16:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:16:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=848d329c09873bc467b52f827ca7a5a1cf98908a'/>
<id>urn:sha1:848d329c09873bc467b52f827ca7a5a1cf98908a</id>
<content type='text'>
First draft of a changelog for 1.1.7

See merge request tpo/core/arti!1454</content>
</entry>
<entry>
<title>Merge branch 'update_20230801' into 'main'</title>
<updated>2023-08-01T13:19:58Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-01T13:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d1a3575aea95989e119f472986110391df8ebb6'/>
<id>urn:sha1:5d1a3575aea95989e119f472986110391df8ebb6</id>
<content type='text'>
Run cargo update in preparation for a release.

See merge request tpo/core/arti!1455</content>
</entry>
</feed>
