Contents
To make the API simpler, more user friendly and geared towards a common use case, "Session" object has been merged with the "Service" object.
The following attributes have moved from Session to Service object:
heartbeat_timeout
last_seen
All the "session" API endpoints have been removed and you now heartbeat a service instead of a session.
As a consequence services.timeout event has been renamed to service.timeout and the payload attribute now contains Service object which has timed out.
Note: This change is backward incompatible.
If you are using an official client library you need to upgrade to version 0.2.0 and update your code which calls the client library.
Added support for namespaces to the configuration API.
Namespace allows you to organize different (related) configuration values together in a hierarchical manner. They also make retrieving a subset of configuration values easier and more efficient.
For more information, please see the Concepts section.
These release notes correspond to the Preview for Rackspace Service Registry.
Register services in the registry and get notifications via the events feed when a service comes online or times out.
Events feed contains events which happened during a life-cycle of your account. Events include service coming online, service timing out, configuration value getting updated and configuration value getting removed.
Store configuration values (arbitrary key-value pairs) in the centralized place and get notifications via the event feed when a value is updated or removed.

