Rally Software

What are the differences between 2.0 RC1 and the production version?

  • 1.  What are the differences between 2.0 RC1 and the production version?

    Posted Apr 16, 2015 01:32 PM
    I found a really useful app on Git and tried to switch it from the RC1 version of the 2.0 API (by removing the RC1 reference) and I get an uncaught type error even though it compiled with no errors.  Is there any documentation that can identify the interfaces that changed from RC1 to production release?

    error: Uncaught TypeError: Cannot read property '0' of undefined

    The error occurs when trying to create a datastore using a model definition that references an array that, using RC1, is built by calls to type.get for Ordinal and TypePath info.  Using released version, the array is empty.  There probably is a different mechanism to retrieve that information in the released API.