Skip to content

Releases: folio-org/mod-circulation-storage

v5.3.0

10 Jul 12:52
Compare
Choose a tag to compare
  • Upgrades RAML module builder to version 19.1.5, to allow for database connection expiry (CIRCSTORE-62, RMB-154)

v5.2.0

27 Jun 10:48
Compare
Choose a tag to compare
  • Adds Closed - Cancelled request status enum (CIRCSTORE-59)
  • Adds cancellation properties to requests (CIRCSTORE-47)
  • Introduces cancellation reasons API (CIRCSTORE-57)
  • Provides cancellation-reason-storage interface 1.0 (CIRCSTORE-57)
  • Provides request-storage interface 2.1 (CIRCSTORE-59, CIRCSTORE-47)

v5.1.0

25 Jun 14:50
Compare
Choose a tag to compare
  • Provides staff-slips-storage interface 1.0 (CIRCSTORE-52)
  • For loan-history end-point: Allows limit/offset to set by default when query is null

v5.0.1

01 May 15:30
Compare
Choose a tag to compare
  • Upgrades RAML Module Builder to version 19.0.0 (CIRCSTORE-43, RMB-130)
  • Uses generated sources for generated code (CIRCSTORE-43, RMB-130)
  • Renames metaData property for loans to metadata (CIRCSTORE-43)
  • Renames metaData property for requests to metadata (CIRCSTORE-43)
  • Renames metaData property for fixed due date schedules to metadata (CIRCSTORE-43)
  • Only allows one loan rules definition at a time (CIRCSTORE-50)
  • Provides loan-storage interface 4.0 (CIRCSTORE-43)
  • Provides request-storage interface 2.0 (CIRCSTORE-43)
  • Provides fixed-due-date-schedules-storage interface 2.0 (CIRCSTORE-43)
  • Uses embedded PostgreSQL 10.1 during tests (CIRCSTORE-43, RMB-126)

v4.6.0

18 Apr 11:06
Compare
Choose a tag to compare
  • Allows snapshot of proxying patron metadata to be stored with a request (CIRCSTORE-46)
  • Provides request-storage interface 1.5 (CIRCSTORE-46)

v4.5.0

13 Mar 21:50
Compare
Choose a tag to compare
  • Adds systemReturnDate to loans (CIRCSTORE-44)
  • Adds status property to requests (CIRCSTORE-37)
  • Adds proxyUserId to requests (CIRCSTORE-40)
  • Fixed due date schedules can now be created with the same due and to dates (CIRCSTORE-42)
  • Validation errors during creation or update of fixed due date schedules are returned in responses (CIRCSTORE-42)
  • Provides loan-storage interface 3.5 (CIRCSTORE-44)
  • Provides request-storage interface 1.4 (CIRCSTORE-37, CIRCSTORE-40)

v4.2.0

12 Feb 11:09
Compare
Choose a tag to compare
  • Search loan policies using CQL (CIRCSTORE-37)
  • Provides loan-policy-storage interface 1.2 (CIRCSTORE-37)

v4.1.0

12 Feb 11:09
Compare
Choose a tag to compare
  • Adds loanPolicyId property to a loan, to keep the last policy that was applied to this loan (CIRCSTORE-32)
  • Provides loan-storage interface 3.4 (CIRCSTORE-32)

v4.0.0

22 Dec 12:22
Compare
Choose a tag to compare

Expose new fixed due date schedule end point (/fixed-due-date-schedule-storage/fixed-due-date-schedules, CIRCSTORE-9)

  • Allow only one open loan per item (CIRCSTORE-19) - see readme for further details
    (note that this constraint is expressed as a major change in implementation version
    yet the interface version remains the same)
  • Adds relationship between loan policies and fixed due date schedules (CIRCSTORE-29)
  • Adds deliveryAddressTypeId property to a request for fulfillment to an address (CIRCSTORE-30)
  • Adds itemStatus property to a loan, in order for it to be included in the action history (CIRCSTORE-27)
  • Adds itemStatus property to loan history, when provided in requests for loan (CIRCSTORE-27)
  • Provides loan-storage interface 3.3 (CIRCSTORE-27)
  • Provides request-storage interface 1.2 (CIRCSTORE-30)
  • Provides fixed-due-date-schedules-storage interface 1.0 (CIRCSTORE-9)
  • Provides loan-policy-storage interface 1.1 (CIRCSTORE-29)

v3.3.0

11 Oct 16:02
Compare
Choose a tag to compare
  • Allows requests to be searched and sorted via CQL (CIRCSTORE-22)
  • Allows snapshot of item metadata to be stored with a request (CIRCSTORE-23)
  • Allows snapshot of requesting patron metadata to be stored with a request (CIRCSTORE-24)
  • Provides request-storage interface 1.1
  • Add "Publish Module Descriptor" step to Jenkinsfile (FOLIO-728)
  • Remove old Descriptors (towards FOLIO-701)
  • Generates Descriptors at build time from templates in ./descriptors (FOLIO-701, CIRCSTORE-21)
  • Adds mod- prefix to names of the built artifacts (FOLIO-813)
  • Move loan-policy.json and period.json to ramls/raml-util (CIRC-11)