v0.7.0
This version adds:
- Prototype Service Factories
- Automatic release of consumed services when a bundle stops. This will avoid some stale references when using service factories. WARNING: This is an important change in behavior, which might break some projects which use stale references to pass information from one bundle version to another during an update (which is a bad way to do it).
- Deprecation handling of the
imp
package - Added a
Framework.delete()
method to avoid the need to know about theFrameworkFactory
class.
This release also removes some Python 2.6 compatibility code that was remaining. and which is not necessary anymore, as this version of Python is not supported anymore by iPOPO.
A big thank you to @elrhedda for his feedback.