Skip to content

v1.1.0

Compare
Choose a tag to compare
@giovannifs giovannifs released this 18 Sep 18:35
· 360 commits to master since this release

The Fogbow team gladly releases Fogbow v1.1.0!

This release comes with a number of new features, such as:

  • Implementation of Cloudstack Compute and Identity plugins;
  • Implementation of EC2 Compute and Identity plugins;
  • Implementation of Azure Compute and Identity plugins;
  • Implementation of Shibboleth Identity Plugin, which enables interoperability with CAFe;

And bug fixes and improvements from v1.0.0. Major changes are:

  • Deprecation of OCCI bypass calls. This feature will not be maintained and will not be available in the next releases. The Fogbow Manager will only support OCCI extensions that enables federated operations, such as the ones related to requests;
  • Performance improvements related to request scheduling by trying to avoid unnecessary communication with the underlying cloud, e.g. when user did not pass its own token and yet we tried to create an instance with an invalid token;
  • Update of HTTPClient to version 4.4.1 due to bugs in the previous version;
  • Creation of the Fogbow maven repository on github that replaces the local repository copy inside each Fogbow related project.