Skip to content

Releases: clauspruefer/python-micro-esb

Release Version 1.1.1

25 Jan 11:27
7df3f66

Choose a tag to compare

  • Add simplified (multi) Backend Method Managing

Release Version 1.1

13 Jan 12:06
124131f

Choose a tag to compare

Version 1.1

  • Add user-based service call routing via ServiceRouter class
  • Introduce property_dict functionality for flexible property access excluding internal system properties
  • Support recursive class hierarchy object deserialization in ServiceExecuter
  • Improve JSONTransformer robustness with _SYSClassNames tracking for hierarchy processing
  • Add property registration feature for internal system properties via register_property()
  • Modify Example 02 to use NoSQL MongoDB backend for certificate management
  • Add Example 04 with NLAP proxy integration documentation
  • Add comprehensive integration tests for recursive json_transform()
  • Cleanup recursive hierarchy processing code in execute_get_hierarchy()
  • Update documentation for version 1.1 features

Release Version 1.0 + Minor Fixes

24 Aug 09:34
7213733

Choose a tag to compare

Version 1.0

  • Ensure all pylint checks pass
  • Update and refine documentation

Version 1.0 Release Candidate 2 (1.0rc2)

  • Introduce CHANGELOG.md
  • Update package metadata for version 1.0rc2
  • Support dynamic inclusion of configuration files
  • Enable setting PYTHONPATH via environment variable
  • Add configuration option to disable logging to stderr

Version 1.0 Release Candidate 1 (1.0rc1)

  • Implement proper handling of abc.ABCMeta