Comment 0 for bug 1219064

Revision history for this message
Aaron Bentley (abentley) wrote :

The "charm" API endpoint should select the latest revision, but it does not. For example, http://staging.jujucharms.com/api/2/charm/precise/rails should select revision 1 or later, but instead selects revision 0. (This is presumably because mongodb falls back to insertion order.)

As of r371, API3 is not affected.