Release Notes
0.6.31
Deprecation Announcement
The IDS API will be discontinued at a later date and is being deprecated. The functionality of the IDS API will be fully available in the Documents API. Any new development should utilize the Documents API, and products that currently use the IDS API should plan to migrate. The IDS API will continue to be available on the Innography API servers until further notice, but new feature development may be restricted to the Documents API.
We will communicate a more complete deprecation timeline for the IDS API in this space when available.
0.6.30
- Improved population of US documents with letters in their grant numbers
These issues were filed to APP-19600
0.6.29
- Resolved exceptions that could occur with the
case
endpoint - Improved population of US documents with letters in their grant numbers
These issues were filed to APP-19542
0.6.28
0.6.27
- Improved filtering for exact matches
0.6.26
- Improved document type selection algorithm
0.6.25
Fixed an issue that prevented correct kind code specifications on the PDF endpoint.
0.6.24
- Added request and response logging.
- Improved matching logic around withdrawn patents.
- Improved selection of exact number matches.
0.6.23
- Improved selection of exact matches based on input number
- PDF improvements to document selection and performance
0.6.22
- Improved documentation
0.6.21
- Improved matching
- PCT number formatting improved
- Fixed typo in ipcrClassification objects
- PDF endpoint functionality restored for non-US patents
- Added support for non-English abstracts, improved tag scrubbing
0.6.20
- Fixes to parser for specified
kind_code
- Inputs
country_code
andkind_code
are now case insensitive
0.6.19
This release of the IDS API is major change from the previous versions.
The routes have been simplified. You will no longer specify the API Version, IP type, or document type in the URL. The inputs will now be
ids/{country_code}/{number}/{kind_code}
withkind_code
as an optional input. More details can be seen in the spec.When
kind_code
is given in the input, the API will return the specific case document data associated with that kind code.Structure of return has changed to be more flat, details are in the spec.
0.6.17
This release adds matching for withdrawn patents.
0.6.16
This release improves the formatting of the abstract
fields in the API responses, and updates the spec to reflect previous undocumented changes.
0.6.15
- This release populates the IPCR classification fields in the return data
caseId
has been renamed toipId
in the return objects to clarify that we are using the IP ID.
0.6.14
This release removes the mock responses and ships with actual matching capability and data response on all endpoints. This release also adds an endpoint for PDF downloads. More details are available in the spec.
0.6.13
This is the initial release of the IDS API endpoints. At the moment, they only return a mock response. This is meant to be used to test verification through the Innography Kong infrastructure. More details are available in the API specification.