Skip to content

Latest commit

 

History

History
114 lines (82 loc) · 6.97 KB

NEWS.md

File metadata and controls

114 lines (82 loc) · 6.97 KB

5.2.0 2024-10-31

5.1.0 2024-03-21

5.0.0 2023-10-13

4.11.0 2023-02-15

4.10.0 2022-10-19

  • 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)

4.9.0 2022-06-15

  • Fix header injection security vulnerability when tenant header is present in a request. (EDGPATRON-89)

4.8.0 2022-03-08

4.7.0 2022-01-12

4.6.0 2021-09-27

4.5.0 2021-06-17

4.4.0 2021-03-18

  • Introduces patron comments on requests (EDGPATRON-33)
  • Requires patron 4.2
  • Required circulation 9.5

4.3.0 2020-10-20

4.2.0 2020-06-12

4.1.0 2019-12-08

  • EDGPATRON-27: Cancelling Requests failed by non-UUID patronID

4.0.0 2019-12-08

  • 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

3.0.3 2019-09-11

  • EDGPATRON-19: Set request creation date to timestamp and remove expiration date if it's invalid.

3.0.2 2019-07-24

3.0.1 2019-07-10

3.0.0 2019-06-10

2.0.0 2019-03-22

1.0.0 2018-12-05

0.1.7 Unreleased

  • Initial Commit