doc/files/ChangeLog_txt.html in adwords4r-16.0.0 vs doc/files/ChangeLog_txt.html in adwords4r-17.0.0
- old
+ new
@@ -17,18 +17,77 @@
<h1>
ChangeLog.txt
</h1>
<ul class="files">
<li>ChangeLog.txt</li>
- <li>Last modified: Wed Jul 15 11:27:14 +0100 2009</li>
+ <li>Last modified: Wed Oct 14 15:56:53 +0100 2009</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p>
+17.0.0
+</p>
+<ul>
+<li>Changed the parameter order in API.get_service (aka API.service) to be
+get_service(name, version). The old ordering is still supported but
+deprecated. The version parameter is now optional and defaults to 13.
+
+</li>
+<li>Added ‘module’ method to all the services. This returns a
+reference to the module containing all the classes for the service, so the
+full class name isn’t necessary. For example,
+service_object.module::ClassName instead of
+AdWords::V13::SomeService::ClassName Using this will also make it easier to
+upgrade between API versions, since it removes the need for hardcoded
+numbers.
+
+</li>
+<li>Added ‘use_mcc’ property to the API object to make it easier to
+make requests at the MCC level. Setting it to true will make all requests
+be sent with no clientEmail or clientCustomerId. It’s also possible
+to invoke the ‘use_mcc’ method with a block, and only that
+block will be executed at the MCC level.
+
+</li>
+<li>Added ‘validateOnly’ property to the API object to make it
+easier to send requests with the ‘validateOnly’ header in
+v2009. This header makes it possible to check a request for validity
+without executing it.
+
+</li>
+<li>Changes in handling ‘alternateUrl’; now it only errors out if
+there’s no ‘environment’ defined.
+
+</li>
+<li>CSV data updated for operation rates, now has an extra column at the
+beginning for API version.
+
+</li>
+<li>Added several tests
+
+</li>
+<li>Moved wrapper generation to its own file, generator.rb. This cleans up
+services.rb.
+
+</li>
+<li>Added logging of the “operator” for v2009 mutate requests.
+
+</li>
+<li>Fixed sample adwords.properties to use ‘environment’.
+
+</li>
+<li>Fixed problem with empty lines in adwords.properties.
+
+</li>
+<li>Fixed problem making Production the default environment.
+
+</li>
+</ul>
+<p>
16.0.0
</p>
<ul>
<li>Removed support for the v200902 Sandbox, which has been deco’ed.
\ No newline at end of file