3 messages in com.googlegroups.bloggerdevRe: <title> in feeds changed tonight?
FromSent OnAttachments
loghound (John McLaughlin)13 Nov 2007 23:27 
Jeff Scudder15 Nov 2007 10:55 
loghound (John McLaughlin)15 Nov 2007 12:09 
Subject:Re: <title> in feeds changed tonight?
From:Jeff Scudder (j.@google.com)
Date:11/15/2007 10:55:50 AM
List:com.googlegroups.bloggerdev

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