# Breaking changes related to VdsClient ##*v1.2.1* SVN Revision 135 * spv.vds.VdsClient.requestServiceURL is renamed to spv.vds.VdsClient.requestServiceInfo. It now returns a spv.vds.ServiceInfo structure instead of just a string. doc/spv/vds/ServiceInfo.html ##*v1.2.0* SVN Revision 116 * spv.ds.DsClient constructor now takes DsClientSettings instead of non-descript bools. * spv.vds.VdsClient is updated to use changed DsClient constructor, but this shouldn't break anything. * VdsClient.sessionGetConfigQuickInfo now uses spv.vds.ConfigQuickInfoResult instead of exposing the internal struct spv.vds.ipprot.output.ConfigQuickInfoResult. They are currently identical and shouldn't require modification apart from changing the class name in any type checks. * VdsClient.requestServiceURL no longer creates a VdsClient; it just returns the URL as a string. ##*v1.1* SVN Revision 101 * spv.vds.VdsClient.sessionGetCampains renamed to getCampaigns. * spv.ds.ImageParams new property bg_color_hex