This is another edition of our bi-weekly client library updates blog post.
DotNet
If you have any questions or would like to discuss these changes, please post on the forum.
Kevin Winter, AdWords API Team
DotNet
- Client library now supports OAuth 1.0a as an authentication mechanism.
- Added support for caching authTokens.
- Will now automatically retry for GOOGLE_ACCOUNT_COOKIE_INVALID error.
- Additionally, a number of issues were fixed: 51, 62, and 65.
- Support has been added to generate classes from the WSDL using pseudo-namespaces, to avoid conflicts with other classes. The library must be built from source with this option. Please see the README for more information. This addresses issue 4.
- Improved type conversion to better handle ID values on 32-bit systems. This addresses issue 62.
- First release based on Savon backend (0.4.0).
- Includes OAuth 1.0a support and Ruby 1.9 compatibility.
If you have any questions or would like to discuss these changes, please post on the forum.
Kevin Winter, AdWords API Team