1 message in com.googlegroups.google-base-data-apiAnnouncement: .NET library 1.0.9.3 av...
FromSent OnAttachments
Frank Mantek12 Jan 2007 07:49 
Subject:Announcement: .NET library 1.0.9.3 available for download
From:Frank Mantek (fman@gmail.com)
Date:01/12/2007 07:49:43 AM
List:com.googlegroups.google-base-data-api

The Google .NET client library 1.09 is now available for download.

Go to http://code.google.com/p/google-gdata/ for release notes, documentation and downloads.

Note that a .CHM file and HTML documentation is included in the download.

Changes since the last binary release:

== 1.0.9.3 == - Google Base changes: New features: - GBaseQuery supports the following optional parameters; orderby, sortorder, refine and content - Support for gm:stats tags - GBaseUriFactory can now generate the feed uri of other customers

Fixes: - Fixed the GBaseAttributeType hierarchy for date/dateTime/dateTimeRange - Fixed the type of the hardcoded ExpirationDate property in GBaseAttributes - Added a Makefile for Mono builds. This one replaces the Ant file.

== 1.0.9.2 == - Removed the MethodOverride default for the CalendarService. If you need that (due to firewalls not allowing PUT/DELETE requests, you can reenable this with setting the MethodOverride flag on the factory: ((GDataGAuthRequestFactory)calsvc.RequestFactory).MethodOverride = false; - Changed the X-Method-Override behaviour for DELETE, to fix an issue with .NET mobile (the mobile client would crash when the contentLength was set to 0 and no stream was requested).

== 1.0.9.1 == - Added a KeepAlive property to the factory object. This is set to true by default. .NET 2.0 clients, are due to behaviour changes in that runtime encouraged to set this to false.

Enjoy