Releases: folio-org/mod-circulation-storage
Releases · folio-org/mod-circulation-storage
v12.1.1
- 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
- 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
- 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
- Introduces b-tree index for
status.name
property onloan
records (CIRCSTORE-223)
v12.0.1
- Introduces b-tree index for
requestType
property onrequest
records (CIRCSTORE-219) - Upgrades to RAML Module Builder 30.2.4 (CIRCSTORE-220)
v12.0.0
- Renames
itemEffectiveLocationAtCheckOut
toitemEffectiveLocationIdAtCheckOut
in loan record (CIRCSTORE-208) - Introduces delayed billing information for loan (CIRCSTORE-199)
- Introduces notices for overdue fees / fines (CIRCSTORE-207)
- Creates
request delivery
andpick slip
staff slip templates during upgrade (CIRCSTORE-200) - Provides
loan-storage 7.0
- Provides
patron-notice-storage-policy 0.12
- Provides
scheduled-notice-storage 0.4
- Upgrades to RAML Module Builder 30.0.0 (CIRCSTORE-212)
v11.0.0
- Stores
overdue fine policy
andlost item policy
for loan (CIRCSTORE-177) - Stores
ISBN identifiers
for loaned item (CIRCSTORE-181) - Stores
claimed returned date
for loan (CIRCSTORE-187) - Stores a record of a check in having occurred (CIRCSTORE-193, CIRCSTORE-196)
- Make full text indexes use the simple dictionary (CIRCSTORE-178)
- Introduces indexes on various loan properties (CIRCSTORE-184)
- Includes
overdue fine policy
andlost item policy
in default rules (CIRCSTORE-192) - Upgrades to
RAML Module Builder 29.2.2
(CIRCSTORE-183) - Upgrades to
Vert.x 3.8.4
- Provides
loan-storage 6.6
- Provides
request-storage 3.3
- Provides
request-storage-batch 0.3
- Provides
check-in-storage 0.2
v10.0.1
- Make full text indexes use the
simple
dictionary (CIRCSTORE-178)
v10.0.0
- Introduces check in / check out patron sessions (CIRCSTORE-147, CIRCSTORE-148, CIRCSTORE-149)
- Introduces user request preferences (CIRCSTORE-154, CIRCSTORE-165)
- Introduces batch requests API (CIRCSTORE-164)
- Introduces
item effective location at check out
property onloan
record (CIRCSTORE-157) - Introduces
item declared lost date
property onloan
record (CIRCSTORE-175) - Introduces
Open - Awaiting delivery
request status (CIRCSTORE-169) - Introduces
item limit
for loan policies (CIRCSTORE-170) - Improves patron notice policy validation (CIRCSTORE-155, CIRCSTORE-158)
- Fixes hold shelf expiration bug which caused some requests to not expire (CIRCSTORE-163)
- Disallows alternate renewal period for fixed profile loan policies (CIRCSTORE-159)
- Includes default overdue fines and lost item fees policies in sample circulation rules (
CIRCSTORE-160, CIRCSTORE-171) - Changes container memory management (CIRCSTORE-173, FOLIO-2358)
- Provides
loan-storage 6.4
- Provides
request-storage 3.2
- Provides
loan-policy-storage 2.1
- Provides
patron-notice-policy-storage 0.11
- Provides
scheduled-notice-storage 0.3
- Provides
patron-action-session-storage 0.2
- Provides
anonymize-storage-loans 0.1
- Provides
request-preference-storage 2.0
- Provides
request-storage-batch 0.2
v9.1.1
- Fixes hold shelf expiration bug which caused some requests to not expire (CIRCSTORE-163)