Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

46 lines (32 loc) · 1.69 KB

Changelog

Legend

  • 🚀 Features
  • ✨ Improvements
  • 🐞 Bugfixes
  • 🔧 Others

1.1.0 - 2024-11-23

  • 🚀 [Python] Added thread support with ThreadPipe and ThreadWait. See README.md for more details.
  • ✨ [Python] Keep same PipeStart object throughout the pipe for improved performances
  • ✨ [Python] Added the PipeStart.history attribute to keep track of all its values (only in debug mode)
  • 🔧 [Python] Split logic into smaller modules: base.py, extras.py, threads.py

1.0.4 - 2024-11-22

  • ✨ [Python] Added __slots__ to classes for improved performances
  • ✨ [Python] Added custom PipeError exception class for better error handling
  • 🐞 [Elixir] Fixed error message for the then function

1.0.3 - 2024-11-02

  • ✨ Official support for Python 3.13
  • 🔧 Fixed typo in project description
  • 🔧 Fixed typo in GitHub action step names and added comments
  • 🔧 Added missing GitHub action in CHANGELOG.md
  • 🔧 Updated README.md with a Performances block
  • 🔧 Updated CONTRIBUTING.md documentation
  • 🔧 Moved coverage config into pyproject.toml

1.0.2 - 2024-10-25

  • ✨ Classes and functions can now be imported directly, without going through submodules
  • 🔧 Fixed README.md "Build" badge to use the release events

1.0.1 - 2024-10-25

1.0.0 - 2024-10-25

✨ Official release of the pipe_operator library ✨