Releases: folio-org/edge-patron
Releases · folio-org/edge-patron
v5.2.0
- Add new API contract for POST and GET API of LC User registration (EDGPATRON-151)
- Implement POST staging user API with test case (EDGPATRON-150)
- Add new GET endpoint to fetch patron details based on emailId (EDGPATRON-149)
- Add allowed service-points endpoint for item level (EDGPATRON-148)
- Patron lookup in the secure tenant (EDGPATRON-147)
- Updated API doc for external_patron as per new modified error scenario (EDGPATRON-144)
- Fix PreferredEmailCommunication Service to Services (EDGPATRON-143)
- Add API doc for external_patron error scenario (EDGPATRON-142)
- Update LC user registration API contract (EDGPATRON-141)
- Update to
edge-common
v4.7.1 (EDGPATRON-139) - Update
patron
interface version to 6.0 (EDGPATRON-138) - Add GET external patron endpoint (EDGPATRON-134)
- Add PUT endpoint to update patron account by email (EDGPATRON-133)
- Add GET edge api for LOC patron (EDGPATRON-132)
- Add POST edge api for LOC patron (EDGPATRON-131)
- Enhance HTTP Endpoint Security with TLS and FIPS-140-2 (EDGPATRON-130)
v5.1.2
- Upgrade edge-common to 4.7.1 (EDGPATRON-139)
v5.1.1
5.1.1 2024-05-27
- Enhance HTTP endpoint security with TLS and FIPS-140-2 compliant cryptography (EDGEPATRON-130)
v5.1.0
- Upgrade to Vert.x 4.5.5, log4j-bom 2.23.0 (EDGEPATRON-128)
- Upgrade to Vert.x 4.4.6, Netty 4.1.100.Final (EDGPATRON-123)
v5.0.1
- Vert.x 4.4.6, Netty 4.1.100.Final (EDGPATRON-123)
v5.0.0
- Add allowed-service-points endpoint (EDGPATRON-119)
- Support Consortium Authentication & Routing (EDGPATRON-114)
- Fix
patron
interface version (EDGPATRON-113) - Use GitHub Workflows api-lint and api-schema-lint and api-doc (EDGPATRON-112)
- Updating
patron
,circulation
interfaces (EDGPATRON-113)
v4.11.0
- Upgrade to edge-common 4.4.2 (EDGPATRON-106)
v4.10.0
- Hold requests without a JSON body will now trigger a 400 error rather than a 500. (EDGPATRON-102)
- Improve error logging for external requests (EDGPATRON-101)
- Upgrade dependencies fixing DoS and HTTP Request Smuggling (EDGPATRON-91)
- Replace CompletableFuture with Future, fix spurious failures (EDGPATRON-92)
- Broken logging:
%d [%thread] %-5level %logger - %msg%n
(EDGPATRON-90)
v4.9.3
- EDGPATRON-99 Bump to Vert.x 4.3.3 and edge-common 4.4.1
v4.9.2
- EDGPATRON-96: Suppress headers, edge-common 4.4.0, fix timeout, enable compression