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

refactor!: drop re-export of CgroupnsMode accessible through core #630

Merged
merged 1 commit into from
May 12, 2024

Conversation

DDtKey
Copy link
Collaborator

@DDtKey DDtKey commented May 12, 2024

CgroupnsMode is accessible through testcontainers::core::CgroupnsMode, there is no need to re-export it on crate-level, it's not that common config and there is no high-demand on this.

Usually, only high-level structures are re-exported.

But I would like to consider improving the structure of our modules in the future.

`CgroupnsMode` is accessible through `testcontainers::core::CgroupnsMode`, there is no need to re-export it on crate-level, it's not that common config and there is no high-demand on this.

Usually, only high-level structures are re-exported.

But I would like to consider improving the structure of our modules in the future.
@DDtKey DDtKey added this to the 0.17.0 milestone May 12, 2024
@DDtKey DDtKey merged commit acec69d into main May 12, 2024
9 checks passed
@DDtKey DDtKey deleted the remove-extra-re-export branch May 12, 2024 14:09
@github-actions github-actions bot mentioned this pull request May 26, 2024
DDtKey pushed a commit that referenced this pull request May 26, 2024
## 🤖 New release
* `testcontainers`: 0.16.7 -> 0.17.0

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

<blockquote>

## [0.17.0] - 2024-05-26

### Details
#### Bug Fixes
- Collect bridge IP address correctly
([#626](#626))
- Replace missed panics with `Result`
([#638](#638))

#### Features
- Impl `Error` for `WaitError`
([#629](#629))
- [❗] Extend `exec` interface to return logs and exec code
([#631](#631))
- Ability to access container logs
([#633](#633))
- [❗] Switch to fallible API
([#636](#636))
- Make container and exec logs `Send`able
([#637](#637))
- Map container not found error to `eof` for container log streams
([#639](#639))
- Expose follow flag for `stdout` and `stderr`
([#640](#640))
- Add ability to read container logs into `Vec`
([#641](#641))
- [❗] Add container startup timeout with default of 1 minute
([#643](#643))

#### Miscellaneous Tasks
- Fix clippy warning without features enabled
([#632](#632))

#### Refactor
- [❗] Drop re-export of `CgroupnsMode` accessible through `core`
([#630](#630))
- [❗] Drop previously deprecated `get_host_ip_address`
([#628](#628))
- [❗] Return `PortNotExposed` error from `ContainerState::host_port_*`
([#644](#644))
</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