Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 3.84 KB

NEWS.md

File metadata and controls

77 lines (58 loc) · 3.84 KB

7.3.0 In progress

  • FOLSPRINGB-140 Add Testing Submodule for Test Management
  • Upgrade to spring-boot 3.2.0

7.2.0 2023-10-03

  • FOLSPRINGB-115 Add submodule for creating and utilizing system-user
  • FOLSPRINGB-118 Implement refresh token rotation method for edge module

7.1.0 2023-06-19

7.0.0 2023-04-25

6.1.0 2023-03-20

  • FOLSPRINGB-95 non-public beginFolioExecutionContext avoids wrong tenant/user
  • FOLSPRINGB-99 Add support for filtering by date range in JpaCqlRepository

6.0.2 2023-03-08

  • FOLSPRINGB-94 Broken queryByLike masking, SQL injection
  • #bb353da Fix issue with the race condition with CqlParser shared object

6.0.1 2023-02-08

  • FOLSPRINGB-89 postgresql 42.5.3 (SocketException: Too many open files)

6.0.0 2023-02-06

  • FOLSPRINGB-45 Improve logging
  • FOLSPRINGB-81 Migration to Spring Boot v3.0.2
  • Support for async execution using correct instance of FolioExecutionContext
  • Update to Java 17

5.0.0 2022-10-04

Breaking change: Replace calls to FolioExecutionScopeExecutionContextManager.beginFolioExecutionContext and FolioExecutionScopeExecutionContextManager.endFolioExecutionContext with FolioExecutionContextSetter usage.

4.1.0 2022-05-30

4.0.0 2022-02-15

  • FOLSPRINGB-42 Spring Boot 2.6.3, log4j-core 2.17.1 (CVE-2021-44832)
  • FOLSPRINGB-41 Added event methods to allow custom module logic on /_/tenant

3.0.0 2022-01-18

  • FOLSPRINGB-17 Migrate to Tenant API v2.0
  • FOLSPRINGB-32 Upgrade to Spring Boot v2.6.2

2.0.0 2021-09-01

  • FOLSPRINGB-19 Setup default logging
  • FOLSPRINGB-21 Add CQL support
  • FOLSPRINGB-23 Remove deprecated method getUserName() from FolioExecutionContext
  • FOLSPRINGB-25 Upgrade Spring Boot to v2.5.2

1.0.5 2021-03-25

  • FOLSPRINGB-15 Use x-okapi-user-id header to populate userId

1.0.4 2021-03-10

  • FOLSPRINGB-14 Fetch userId and userName from x-okapi-token

1.0.3 2021-03-04

  • FOLSPRINGB-13 Don't require x-okapi-tenant for admin endpoints

1.0.2 2021-03-01

  • FOLSPRINGB-11 Fix issue with unsatisfied dependency

1.0.1 2021-02-02

  • Fix spring data source adviser for proxy classes
  • Correct handling for Constraint Violation exceptions
  • Add equals()/hashCode()/toString() to OffsetRequest
  • Spring boot log4j2 dependency

1.0.0 2020-11-26

  • Initial module setup