Skip to content

Releases: folio-org/mod-circulation-storage

v13.0.0

11 Jun 12:57
Compare
Choose a tag to compare
  • Includes migration for missing staff slips (CIRCSTORE-273)
  • Pickup expired not showing in Circulation log (CIRCSTORE-265)
  • Use normalization for request.item.identifiers (for search requests by ISBN) (CIRCSTORE-186)
  • embed_postgres command line option is no longer supported (CIRCSTORE-280)
  • Upgrades to RAML Module Builder 33.0.0 (CIRCSTORE-280)
  • Upgrades to 4.1.0.CR1 (CIRCSTORE-280)

v12.2.1

22 Apr 17:26
Compare
Choose a tag to compare
  • Includes migration for missing staff slips (CIRCSTORE-273)
  • Pickup expired not showing in Circulation log (CIRCSTORE-265)

v12.2.0

09 Mar 15:48
Compare
Choose a tag to compare
  • Requests may include patron comments (CIRCSTORE-255)
  • Loan policies can define whether requests can extend overdue loans (CIRCSTORE-257)
  • Patron notice policies can define aged to lost related notices (CIRCSTORE-248, CIRCSTORE-264)
  • Publishes circulation log messages to pub-sub (CIRCSTORE-247)
  • Anonymizes loan history as well as loans (CIRCSTORE-260)
  • Uses a _timer interface to periodically expire requests every two minutes (CIRCSTORE-247)
  • Upgrades to RAML Module Builder 32.1.0 (CIRCSTORE-266)
  • Upgrades to vert.x 4.0.0 (CIRCSTORE-266)
  • Provides loan-policy-storage 2.3
  • Provides request-storage 3.4
  • Provides patron-notice-policy-storage 0.13
  • Provides _tenant 2.0
  • Requires pubsub-event-types 0.1
  • Requires pubsub-publishers 0.1
  • Requires pubsub-subscribers 0.1
  • Requires pubsub-publish 0.1

v12.1.4

19 Nov 16:32
Compare
Choose a tag to compare
  • Request log actions: Pickup expired, Expired (CIRCSTORE-247) - improvements

v12.1.3

19 Nov 13:06
Compare
Choose a tag to compare
  • Request log actions: Pickup expired, Expired (CIRCSTORE-247)

v12.1.2

06 Nov 09:20
Compare
Choose a tag to compare
  • Uses an advisory lock when revoking privileges during upgrade (CIRCSTORE-252, RMB-750)
  • Upgrades to RAML Module Builder 31.1.5 (CIRCSTORE-252)

v12.1.1

30 Oct 06:40
Compare
Choose a tag to compare
  • Upgrade to RMB 31.1.4 and Vert.x 3.9.4 (CIRCSTORE-249), most notable fixes:
  • Fix "tuple concurrently updated" when upgrading Q2 to Q3 with "REVOKE" (RMB-744)
  • Use FOLIO fork of vertx-sql-client and vertx-pg-client (RMB-740) with the following two patches
  • Make RMB's DB_CONNECTIONRELEASEDELAY work again, defaults to 60 seconds (RMB-739)
  • Fix duplicate names causing 'prepared statement "XYZ" already exists' (FOLIO-2840)
  • Upgrade to Vert.x 3.9.4, fixes premature closing of RowStream eclipse-vertx/vertx-sql-client#778 (RMB-738)

v12.1.0

06 Oct 15:12
Compare
Choose a tag to compare
  • Introduces aged to lost date property on loans (CIRCSTORE-231)
  • Added a variety of database indexes for loans and requests (CIRCSTORE-215, CIRCSTORE-219, CIRCSTORE-223, CIRCSTORE-228, CIRCSTORE-230)
  • Requires JDK 11 (CIRCSTORE-235)
  • Upgraded to RAML Module Builder 31.0.2 (CIRCSTORE-220, CIRCSTORE-232, CIRCSTORE-237)

v12.0.3

27 Aug 13:29
Compare
Choose a tag to compare
  • Cannot save new Loan Policy (CIRCSTORE-224)
  • Cannot save updated Loan Policy (CIRCSTORE-225)
  • Missing records when offset >= totalRecords (CIRCSTORE-226)
  • Record "new" has no field "loanspolicy_fixedduedatescheduleid" (CIRCSTORE-227)
  • Upgrade to raml-module-builder (RMB) 30.2.5 (CIRCSTORE-232)
    • GET query returns no records when offset value >= estimated totalRecords (RMB-684)
    • Upgrade foreign key of a sub-field like "fieldName": "foo.bar" (RMB-694)
    • Close prepared statements in PostgresClient stream get (RMB-693)
    • ResponseException for TenantAPI, fix wrong postTenant HTTP status code (RMB-687)
    • Drop obsolete rmb_internal_index
    • Move pg_trgm from wrong to public schema, don't drop & recreate (RMB-675)
  • Upgrade to RMB 30.2.6 (CIRCSTORE-237)
    • Update to Vert.x 3.9.2, fixing WebClient request timeout races (RMB-701)
    • NPE when RestVerticle calls LogUtil.formatStatsLogMessage (RMB-700)
    • Close PostgreSQL connection after invalid CQL failure (RMB-677)

v12.0.2

30 Jul 15:57
Compare
Choose a tag to compare
  • Introduces b-tree index for status.name property on loan records (CIRCSTORE-223)