Skip to content

Latest commit

 

History

History
174 lines (95 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

174 lines (95 loc) · 5.28 KB

Changelog

All notable changes to docker will be documented in this file

1.13.0 - 2024-05-27

What's Changed

  • Add optional UDP protocol to port mapping class with TCP as default protocol by @stephenstack in #58

New Contributors

  • @stephenstack made their first contribution in #58

Full Changelog: https://github.com/spatie/docker/compare/1.12.0...1.13.0

1.12.0 - 2023-12-28

What's Changed

  • Allow Symfony 7.x by @thecaliskan in #55
  • add custom docker bin option by @dimitri-koenig in #56

New Contributors

  • @thecaliskan made their first contribution in #55
  • @dimitri-koenig made their first contribution in #56

Full Changelog: https://github.com/spatie/docker/compare/1.11.0...1.12.0

1.11.0 - 2023-05-15

What's Changed

  • Support changing execute timeout by @joelambert in #53

New Contributors

  • @joelambert made their first contribution in #53

Full Changelog: https://github.com/spatie/docker/compare/1.10.1...1.11.0

1.10.1 - 2023-03-03

What's Changed

  • Refactor tests to pest by @AyoobMH in #50
  • updated Github shield link by @sfolador in #51
  • Update Macroable Dependency by @inmanturbo in #52

New Contributors

  • @AyoobMH made their first contribution in #50
  • @sfolador made their first contribution in #51
  • @inmanturbo made their first contribution in #52

Full Changelog: https://github.com/spatie/docker/compare/1.10.0...1.10.1

1.10.0 - 2022-12-23

What's Changed

  • Adds support for commands to be passed with start/run command by @tiagof in #49

New Contributors

  • @tiagof made their first contribution in #49

Full Changelog: https://github.com/spatie/docker/compare/1.9.0...1.10.0

1.9.0 - 2022-06-29

What's Changed

  • Allow to specify a docker network by @jkniest in #43

Full Changelog: https://github.com/spatie/docker/compare/1.8.2...1.9.0

1.8.2 - 2022-06-28

What's Changed

  • Allow to have "string" ports by @jkniest in #41

Full Changelog: https://github.com/spatie/docker/compare/1.8.1...1.8.2

1.8.1 - 2022-06-26

What's Changed

  • Ignore phpcsfixer cache file by @szepeviktor in #39
  • Allow to specify shell by @jkniest in #40

New Contributors

  • @szepeviktor made their first contribution in #39
  • @jkniest made their first contribution in #40

Full Changelog: https://github.com/spatie/docker/compare/1.8.0...1.8.1

1.8.0 - 2022-06-21

What's Changed

  • Add function to get the "docker inspect" information by @vedelaar in #38

New Contributors

  • @vedelaar made their first contribution in #38

Full Changelog: https://github.com/spatie/docker/compare/1.7.2...1.8.0

1.7.2 - 2022-05-27

What's Changed

  • Update README.md by @spekulatius in #32
  • Add tests for mapping classes by @maartenpaauw in #34
  • Fix array mapping docblocks by @maartenpaauw in #33
  • Add optional args to DockerContainer class by @wajdijurry in #37

New Contributors

  • @spekulatius made their first contribution in #32
  • @maartenpaauw made their first contribution in #34
  • @wajdijurry made their first contribution in #37

Full Changelog: https://github.com/spatie/docker/compare/1.7.1...1.7.2

1.7.1 - 2022-02-09

What's Changed

  • Add PHP 8.1 Support by @patinthehat in #28
  • Bump supported symfony/process version to ^6.0 by @saschahemleb in #29

New Contributors

  • @patinthehat made their first contribution in #28
  • @saschahemleb made their first contribution in #29

Full Changelog: https://github.com/spatie/docker/compare/1.7.0...1.7.1

1.7.0 - 2021-10-31

  • Emergency fix for PR #26 by @jbraband in #27

1.6.0 - 2021-10-29

  • add a couple config methods to DockerContainer class by @jbraband in #26

1.5.0 - 2020-12-30

  • add PHP 8.0 support (#21)

1.4.0 - 2020-11-19

  • add privileged (#19)

1.3.0 - 2020-04-23

  • add setLabel (#15)

1.2.0 - 2020-04-16

  • ability to set volume on a container (#14)

1.1.0 - 2020-04-10

  • add method to set environment variables (#12)

1.0.0 - 2020-02-04

  • initial release