Skip to content

Commit 3ed9991

Browse files
committed
Reframe release note around the API change, not the upgrade
1 parent 7a4684b commit 3ed9991

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.release-notes/upgrade-lori-0.12.0.md renamed to .release-notes/connection-failed-timeout.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
## Upgrade ponylang/lori to 0.12.0
1+
## Add ConnectionFailedTimeout to ConnectionFailureReason
22

3-
We've updated the ponylang/lori dependency from 0.11.0 to 0.12.0.
4-
5-
Lori 0.12.0 adds a `ConnectionFailedTimeout` variant to its `ConnectionFailureReason` type, which we now pass through to our own `ConnectionFailureReason` union. If you have an exhaustive match on `ConnectionFailureReason`, you'll need to add the new arm:
3+
`ConnectionFailureReason` now includes `ConnectionFailedTimeout` for when a connection attempt times out before a TCP or TLS connection is established. If you have an exhaustive match on `ConnectionFailureReason`, you'll need to add the new arm:
64

75
Before:
86

0 commit comments

Comments
 (0)