ZF-4872: Add core support for Google Data protocol version 2
Description
Add core support for Google Data protocol version 2, including support for the final AtomPub specification as defined in RFC 5023.
Changes include:
- Support for the new 'GData-Version' HTTP header.
- New namespaces for AtomPub (app) and OpenSearch (openSearch) in version 2.
- Support for using ETags to implement optimistic concurrency (ETag headers and gd:etag XML elements are recognized, and later used to set 'If-Match' HTTP headers).
- Support for setting arbitrary headers on most HTTP-bound operations.
Comments
Posted by Trevor Johns (tjohns) on 2008-11-10T13:04:52.000+0000
Marking as fixed for the 1.7 release.
Posted by Wil Sinclair (wil) on 2008-11-13T14:09:55.000+0000
Changing issues in preparation for the 1.7.0 release.