Skip to content

Releases: gabrieldemarmiesse/python-on-whales

v0.71.0

24 Apr 08:06
6ef2cc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.70.1...v0.71.0

v0.70.1

21 Mar 12:33
3474ecb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.70.0...v0.70.1

v0.70.0

10 Mar 11:16
6573bf3
Compare
Choose a tag to compare

This update contains (hopefully) all fixes for the breaking changes introduced in docker compose v2.24.7. If you still encounter issues, file a issue here and downgrade docker compose to v2.24.6 in the meantime.

What's Changed

New Contributors

Full Changelog: v0.69.0...v0.70.0

v0.69.0

17 Feb 12:48
4ed016d
Compare
Choose a tag to compare

What's Changed

Since this is a big release, I'll only put here the commits which have an impact on end users and remove internal refactoring.

New Contributors

Full Changelog: v0.68.0...v0.69.0

v0.68.0

14 Dec 09:40
e2f959f
Compare
Choose a tag to compare

What's Changed

  • Error docker.execute with str by @kashyab12 in #501
  • ✨ Added stream_logs to docker.compose.up() by @HemaZ in #505
  • ✨ Added stream_logs to docker.compose.stop() by @HemaZ in #507
  • ✨ Added stream_logs to docker.compose.start() by @HemaZ in #508
  • service create args: network,restart,secrets by @fuentes73 in #511
  • feat(service): Add --mount arg && update --replicas by @fuentes73 in #514

Full Changelog: v0.67.0...v0.68.0

v0.67.0

12 Nov 18:06
e17e50a
Compare
Choose a tag to compare

This release is the first where we'll slowly force some arguments to be positional only or keyword only. This is to ensure we have the flexibility in the future to change functions signatures without breaking people's code. Also that will make the user's code cleaner and less error prone.

If you get errors that look like "function xxxx take 2 positional arguments but recieved 4" then it's that we enforced the way to pass arguments. Double check the function signature in your documentation and IDE, it should be just a matter of specifying the argument name or not. Open an issue if you're having trouble.

In practice we don't expect much code to break, that seems unlikely.

If you're looking for some ressources:

What's Changed

New Contributors

Full Changelog: v0.66.0...v0.67.0

v0.66.0

05 Nov 10:33
9f7e98a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.65.0...v0.66.0

v0.65.0

30 Sep 08:47
d327f11
Compare
Choose a tag to compare

What's Changed

This release is the first one that uses a pyproject.toml. This should silence the pip warning that some users might get.

New Contributors

Full Changelog: v0.64.3...v0.65.0

v0.64.3

04 Sep 19:28
3198f59
Compare
Choose a tag to compare

What's Changed

  • fix(ContainerConfig): stop-signal can be str or int by @ambasta in #473

New Contributors

Full Changelog: v0.64.2...v0.64.3

v0.64.2

16 Aug 14:26
d885139
Compare
Choose a tag to compare

What's Changed

  • Remove deprecation warning when using pydantic V2 by @einarwar in #469

New Contributors

Full Changelog: v0.64.1...v0.64.2