API Version History
The Rigor Optimization API uses version strings in the request URL to preserve backward compatibility. All methods follow the following URL structure:
(GET | POST | PUT | DELETE) https://optimization-api.rigor.com/{version}/{Path}
For example:
GET https://optimization-api.rigor.com/v2/Tests
New versions will be introduced only if breaking changes are necessary, otherwise revisions to existing versions will be published below. While we will endeavor to minimize breaking changes, we must also remain committed to keeping the API easy to use and powerful in the future. Rest assured legacy versions, if discontinued, will not be done so without ample warning.
What is a Breaking Change?
Method | Input Parameters | Response Bodies | |
---|---|---|---|
Breaking Change: | Existing methods removed or renamed | Required input parameters added, removed or renamed | Existing response fields removed, renamed, or change nesting level |
Non-Breaking Change: | New methods added | New optional inputs added | New response fields added |
Version History
Version 2 (Latest)
Updated: January 28, 2019
|
Updated: December 14, 2018
|
Updated: December 1, 2018
|
Updated: November 27, 2018
|
Updated: November 20, 2018
|
Updated: September 7, 2018
|
Updated: May 10, 2018
|
Updated: April 17, 2018
|
Updated: April 11, 2018
|
Updated: March 14, 2018
|
Updated: March 8, 2018
|
Updated: February 26, 2018
|
Updated: January 12, 2018
|
Updated: December 11, 2017
|
Updated: August 30, 2017
|
Updated: August 8, 2017
|
Updated: Feb 21, 2017
|
Updated: January 9, 2017
|
Updated: Sep 6, 2016
|
Updated: May 25, 2016
|
Updated: May 2, 2016
|
Updated: February 15, 2016
|
Updated: February 12, 2016
|
Released: January 11, 2016
|