Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolver: Fix SRV lookup issues. #174

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Resolver: Fix SRV lookup issues. #174

merged 1 commit into from
Feb 15, 2023

Conversation

partim
Copy link
Member

@partim partim commented Feb 15, 2023

This PR fixes the trait bounds on FoundSrvs::into_stream which made it impossible to use. In addition, it adds a new method FoundSrvs::into_srvs that converts the value into an iterator over the found SRV records.

Fixes #172.

@partim partim merged commit 6826b43 into series-0.7 Feb 15, 2023
@partim partim deleted the series-0.7-srv-fix branch February 15, 2023 16:53
partim added a commit that referenced this pull request Mar 2, 2023
New

* Added a new method `FoundSrvs::into_srvs` that converts the value into an
  iterator over the found SRV records without resolving them further.
  ([#174])

Bug Fixes

* Fix trait bounds on `FoundSrvs::into_stream` to make it usable again.
  ([#174])
partim pushed a commit that referenced this pull request Jun 8, 2023
* Resolver: Fix SRV lookup issues. (#174)

This PR fixes the trait bounds on FoundSrvs::into_stream which made it
impossible to use. In addition, it adds a new method FoundSrvs::into_srvs
that converts the value into an iterator over the found SRV records.
partim added a commit that referenced this pull request Sep 18, 2023
New

* Added a new method `FoundSrvs::into_srvs` that converts the value into an
  iterator over the found SRV records without resolving them further.
  ([#174], [#214] by [@WhyNotHugo]); this was added in 0.7.2 but missing
  in 0.8.0)
* Added impl of `Borrow<Dname<[u8]>>` and `AsRef<Dname<[u8]>>` for
  `Dname<_>`. ([#219] by [@iximeow}], [#225])
* Added `Dname::fmt_with_dot` that can be used when wanting to display a
  domain name with a dot at the end. ([#210])

Bug Fixes

* Fixed trait bounds on `FoundSrvs::into_stream` to make it usable again.
  ([#174], [#214 by [@WhyNotHugo]]; this was fixed in 0.7.2 but missing in
  0.8.0)
* Fixed scanning of domain names that are just the root label. ([#210])
* Fixed `util::base64::SymbolConverter` to also include the final group in
  the output if there is padding. ([#212])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant