Hi,

Just let you know about some important changes in core related to
version 0.9.7:

  * [NEW] Revamped respond_to plugin. There is no support for
          'extension-based' content negotiation. It practically means
          that getting 'xml' using .xml suffix will not return XML.
          Instead of extension you could use ?format=xml or you can
          use 'Accept' header (Accept: application/xml).
  * [NEW] There is a new dependency for core 'rack-accept'. Will be
          packaged for Fedora very soon.
  * [FIX] Fixed object reload issue in client. Now when you save instance
          to a variable and execute some action an this variable, status
          of this instance will be changed according to API. Example:
          instance = client.instance('inst1')
          instance.status ==> 'RUNNING'
          instance.stop!
          instance.status ==> 'STOPPED'
  * [NEW] Client Rakefile now include 'ci_reporter' which means that our
          unit tests now could produce JUnit XML files (Hudson).
  * [FIX] Client && Server test suite is now all green ;-)

Hope that's all. Please let me know if you found something broken in your
application.

  -- Michal

-- 
--------------------------------------------------------
Michal Fojtik, [email protected]
Deltacloud API: http://deltacloud.org
--------------------------------------------------------
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to