Skip to content

Commit

Permalink
v0.1.15: Add an endpoint field to profile responses (#51)
Browse files Browse the repository at this point in the history
This release adds an `endpoint` field to `DestinationProfile` responses,
which the controller may set to indicate that the target is known to be
an individual endpoint and not a service address.
  • Loading branch information
olix0r committed Nov 14, 2020
1 parent 7647048 commit d260ea2
Show file tree
Hide file tree
Showing 7 changed files with 623 additions and 626 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.15

* Add `endpoint` to profile responses
* Update Rust dependencies

## v0.1.14

* Add `opaque_protocol` to profile responses
Expand Down

0 comments on commit d260ea2

Please sign in to comment.