Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

68 lines (43 loc) · 1.64 KB

Pip.Services Logo
IoC container for Python Changelog

3.2.5 (2021-02-04)

Bug fixes

  • BuildReferencesDecorator fixed find method

3.2.4 (2020-01-26)

Features

  • Removed unnecessary dependencies, specified versions.

3.2.3 (2021-06-18)

Bug fixes

  • Fixed double logging when starts in container
  • Fixed Container.open
  • Fixed example

3.2.1 - 3.2.2 (2021-06-17)

Bug fixes

  • Update requirements

3.2.0 (2021-05-04)

Bug fixes

  • fixed names of private, protected and public properties and methods
  • fixed interfaces method names

Features

  • added type hints

3.1.8 (2021-04-23)

Features

  • updated DefaultContainerFactory, add factories

3.1.7 (2021-04-23)

Bug fixes

  • fixed ManagedReferences close method

3.1.6 (2021-04-22)

Bug fixes

  • fix DefaultInfoFactory import

3.1.2-3.1.4 (2020-12-21)

Bug Fixes

  • a fixed config_path in ProcessContainer

3.1.1 (2020-08-04)

  • fixed config read in ContainerConfigReader.py and ProcessContainer.py

3.0.0 (2018-11-18)

Initial public release

Features

  • Build - Container default factory
  • Config - Container configuration
  • Refer - Container references
  • Container - components and manages their lifecycle
  • Proccess Container - container that runs as a system process