• Register

Penguin Random House Developer Blog

Enhanced API v1.2.10 released

On Thursday August 11, 2016, version 1.2.10 of the Enhanced PRH API was released to production. If you encounter any problems with your applications as a result of these changes, please contact us at api@penguinrandomhouse.com.

Version 1.2.10 release notes

This is a minor release with a couple of new features added to support the Books on Tape site. The Title representation gained two audio fields, projectedMinutes and audioPackage while the listing gained a new sort option, "format" which orders the elements by format code. This use case for this sort option is with the /works/{workId}/titles resource where the different titles of a work will be ordered by format code.

Prior to the 1.2.10 release, there were a couple emergency releases that got version numbers 1.2.8 and 1.2.9.

New Feature

  • [RHAPI-565] - Add "projected_minutes" and "audiopackage" to Title representation

Task

  • [RHAPI-564] - Add "sort=format" option to title listings