On Nov 13, 11:28 pm, "loghound (John McLaughlin)" <logh...@gmail.com>
wrote:
Hi Guys,
Did you push up a new version of the feed tonight?
There seems to be at least one change. Previously titles had an
attribute of text
<title type='text'>Marriage!</title>
Now they are missing it
<title'>Marriage!</title>
Was this an intentional change? Are there any other changes we should
be aware of?
This change was intentional and it is one that we have made across
most of our Google Data services. We changed this to make requests and
responses more compact, since the Atom spec says that if no type is
set the default value is text. I think all of our client libraries
will handle this case and I hope that it hasn't broken your code. Have
you noticed changes in behavior due to this change?
Happy coding,
Jeff