- Specialized observable classes are now interfaces, with base abstract classes for ease of implementation.
- Introduced the
Obsevablesstatic class for quick initialization of factories. - Possibility of creating observables from
Suppliers usingPollingObservableFactory - Fixed possible memory release issue arising from circular dependencies.