Skip to content

New Feature Release & Bugfixes

Compare
Choose a tag to compare
@mariotoffia mariotoffia released this 03 Mar 08:35
· 134 commits to master since this release

New Features

  • @fbraun4358 Added support for network alias so it is possible to use both standard network and alias functionality PR #173
  • @zplzk2 Allow user to specify "--ipc" within ContainerBuilder and Fluent API PR #167
  • Support for core 3.1
  • @sqeezy Added "Isolation" parameter for docker create PR #164
  • @MindaugasLaganeckas Helped out to create a automated toolchain
  • Added feature pass environment to compose PR #148
  • @truepele Improved GetContainers performance PR #146
  • @truepele Added ComposeUp: add no-start option; throw for incompatible options PR #142
  • Added support for custom runtime in FluentAPI PR #133
  • Add events and the ability deserialize events properly from a docker host. It also supports events not yet typed and thus ability to manage events that is new but not yet incorporated into FluentDocker. (Events Round 1) PR #134
  • Ability to set --dns on a container via fluent api Issue #122
  • @MindaugasLaganeckas New feature: WaitForMessageInLogs PR #120
  • Externalize rendering of DockerFile Issue #108
  • @MindaugasLaganeckas Added Feature: waitForHealthy PR #118

Bug FIxes:

  • Fixed so resolver is always created - no matter what Issue #165
  • @gitfool Fixed NetworkExtensions.ToHostPort returns wrong host endpoint PR #159
  • Better exception handling / throwing when each docker binary is not present
  • Hosts.Discover is much more error resilient
  • @truepele Fixed NetworkLs: Fix parsing of CreatedAt PR #144
  • [Fix] Liner ordering needs to be strict in FileBuilder. PR #119
  • @MindaugasLaganeckas Fixes copyTo/copyFrom with throwOnError: true PR #117