v1.2.1
The Fogbow team is glad to announce the Fogbow Manager v1.2.1
This release comes with bug fixes and improvements from v1.2.0. Major changes are:
- Use of SQLite instead of H2 as database technology due a bug in the H2 that makes database file always increasing;
- Creation of a new message between managers in order to remove served requests by requesting member. It is possible that a request to be forwarded to more than one member, when it is FULFILLED by someone of these members, the requesting member should delete requests have already sent to other members related to that one FULFILLED now;
- Remotion of resource capacity information from exchanged messages between Fogbow Rendezvous and Fogbow Manager. Rendezvous does not have these information anymore and the managers must exchange message with each other to figure out capacity related to the current federation user;
- Remotion of configuration about "I Am Alive" message period. This property is set by Rendezvous component from now and may be updated dynamically;
- Renaming of Local Credential plugin to Mapper plugin;
- Implementation of PENDING state of request. It means that request is not FULFILLED yet, but it was forwarded to a federation member;
- Fix of bug in RoundRobinMemberPicker plugin when allowed member list was empty, it was returning the last member picked instead of none.
And new plugins implementations, such as:
- FedeationUserMapperPlugin
- VOWhiteListAuthorizationPlugin