- Hold requests without a JSON body will now trigger a 400 error rather than a 500. (EDGPATRON-102)
- Fix header injection security vulnerability when tenant header is present in a request. (EDGPATRON-89)
- Support circulation interface v13 (EDGPATRON-79)
- Removed UUID string pattern from RAML file, as module now uses externalSystemID to look up patron data [EDGPATRON-61] (https://issues.folio.org/browse/EDGPATRON-61)
- Include API key parameter for every endpoint in RAML. EDGPATRON-63
- Update Log4j to 2.17.0. (CVE-2021-44228, CVE-2021-45105) (EDGPATRON-67, EDGPATRON-74)
- EDGPATRON-64: Update interface circulation version to 12.0
- EDGPATRON-62: Support new query arguments: sortBy, limit, offset for patron account info endpoint
- EDGPATRON-72: Inconsistent handling of invalid limit parameter
- Upgrade to vert.x 4.x [EDGPATRON-39] (https://issues.folio.org/browse/EDGPATRON-39)
- Requires
circulation 9.5 10.0 or 11.0
(EDGPATRON-44, EDGPATRON-46)
- Introduces patron comments on requests (EDGPATRON-33)
- Requires
patron 4.2
- Required
circulation 9.5
- EDGPATRON-35: Upgrade to JDK11
- EDGPATRON-30: EDGEPATRON (edge-patron) release
- EDGPATRON-31: Add 7.0 as acceptable login interface version
- EDGPATRON-27: Cancelling Requests failed by non-UUID patronID
- EDGPATRON-20: Process request cancellation comming from patron portal in discovery layer
- FOLIO-2235: Add LaunchDescriptor settings to each backend non-core module repository
- FOLIO-2358: Use JVM features (UseContainerSupport, MaxRAMPercentage) to manage container memory
- EDGPATRON-19: Set request creation date to timestamp and remove expiration date if it's invalid.
- EDGPATRON-18: Add
login
6.0 interface
- EDGPATRON-17: Update to
edge-common
v2.0.2
- EDGPATRON-13: Update to the
patron
3.0 interface - EDGPATRON-5: Update to RAML 1.0
- EDGPATRON-14: Remove the "queueLength" JSON field
- EDGPATRON-11: Update to the
patron
2.0 interface - EDGPATRON-9: Update to
edge-common
v2.0.0 - EDGPATRON-7: Add
login
2.0 interface dependency
- EDGPATRON-4: JSON descriptions
- Initial Commit