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

fix: correct default for get_host_ip_address in case of unix or npipe #613

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

DDtKey
Copy link
Collaborator

@DDtKey DDtKey commented Apr 29, 2024

IpAddr can't be parsed from localhost, it expects domain.

We could use url::Host, but it would be a breaking change and method must be renamed in that case

`IpAddr` can't be parsed from `localhost`, it expects domain.

We could use `url::Host`, but it would be a breaking change and method must be renamed in that case
…` or `npipe`

`IpAddr` can't be parsed from `localhost`, it expects domain.

We could use `url::Host`, but it would be a breaking change and method must be renamed in that case
@DDtKey DDtKey changed the title fix: correct default for get_host_ip_address in case of unix or npipe fix: correct default for get_host_ip_address in case of unix or npipe Apr 29, 2024
@DDtKey DDtKey merged commit 8dd6406 into main Apr 29, 2024
9 checks passed
@DDtKey DDtKey deleted the fix-host-ip branch April 29, 2024 20:36
This was referenced Apr 29, 2024
DDtKey pushed a commit that referenced this pull request Apr 29, 2024
## 🤖 New release
* `testcontainers`: 0.16.4 -> 0.16.5 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.16.5] - 2024-04-29

### Details
#### Bug Fixes
- Correct drop of a network for sync container
([#612](#612))
- Correct default for `get_host_ip_address` in case of `unix` or `npipe`
([#613](#613))

#### Miscellaneous Tasks
- Update `serde-java-properties` to `0.2.0`
([#614](#614))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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