Releases: folio-org/mod-agreements
Releases · folio-org/mod-agreements
Version 6.0.3
6.0.3 2024-05-03
- ERM-3138 Poppy: grails 5.3.6 fixing databinding DoS (CVE-2023-46131)
Version 6.1.2
6.1.2 2024-05-01
- ERM-3138 Grails 5.3.6 fixing databinding DoS (CVE-2023-46131)
Version 7.0.3
7.0.3 2024-04-26
- ERM-3190 DB Connections are not being released
- Refactor clearJobAllocation in JobRunnerService to properly handle instances where module shuts down
Version 7.0.2
7.0.2 2024-04-26
- ERM-3190 DB Connections are not being released
- Transactional annotations were being ignored, refactored JobRunnerService to properly set up necessary transactions
Version 7.0.1
7.0.1 2024-04-17
- ERM-3193 Error saving proxy
- ERM-3191 Add logging to support issue triage for HibernateOptimisticLockingFailureException
- ERM-3190 DB Connections are not being released
- ERM-3185 Remove PTI/PCI filter from the /titles/electronic endpoint in Agreements
- ERM-3181 sourceTitleCount should not be required on uploading packages via JSON using mod-agreements-package schema
- ERM-3180 LOCAL external source should not offer delete option
- ERM-3177 Check on
noSICount
in WorkSourceIdentifierTIRSImpl is not correct - ERM-3174 Review outdated/vulnerable dependencies in mod-agreements
- ERM-3157 Missed declaration of backend permissions
- ERM-3139 Propose additional info.log messages for jobs/processes
- ERM-3048 Add a package property to store remote source current title count
Version 6.1.1
6.1.1 2024-04-01
- ERM-3177 Check on
noSICount
in WorkSourceIdentifierTIRSImpl is not correct - ERM-3139 Propose additional info.log messages for jobs/processes
Version 7.0.0
7.0.0 2024-03-22
- ERM-3155 URL on PTI is limited to 255 characters
- ERM-3154 Consolidate package upsert summary logging in info log
- ERM-3153 Remove match_key porcesses/domain modelling
- ERM-3152 Ensure external data source set to idle after zombie job found
- ERM-3151 Implement flag to not fall back to IDFirstTIRS
- ERM-3148 Query optimisation on data ingest
- ERM-3141 Add remote source current title count property to data model
- ERM-3127 Use clearly identifiable user-agent for requests to GOkb
- ERM-3120 Add Content type filter to Agreements dashboard widget
- ERM-3111 Upgrade Grails from 5 to 6
- ERM-3072 Identify and implement indexes to be added
- ERM-3063 StringTemplate.Context refdata should be internal
- ERM-1796 Indicated module name in pg_stat_activity
Version 6.1.0
6.1.0 2024-03-04
- ERM-3156 Backport GOKb harvest performance and process fixes to Poppy compatible releases
- ERM-3154 Consolidate package upsert summary logging in info log
- ERM-3153 Remove match_key processes/domain modelling
- ERM-3152 Ensure external data source set to idle after zombie job found
- ERM-3151 Implement flag to not fall back to IDFirstTIRS from WorkSourceIDTIRs if all Works have a Work Source ID
- ERM-3148 Query optimisation on data ingest
- ERM-3132 Jobs stuck "Queued" due to java.lang.IllegalStateException
Version 6.0.2
6.0.2 2023-11-23
- ERM-3112 org.json:json:20201115 DoS/OOM
Version 6.0.1
6.0.1 2023-11-09
- ERM-3087 Add debug message to indicate ingest mode
- ERM-3064 Add preconditions to index creation
- ERM-3061 On setting document filter spaces are stripped from filter value
- Some service choices can now be selected via ENV_VAR at run time.
TIRS
can be chosen from:TitleFirst
,WorkSourceIdentifier
andIdFirst
(default)INGRESS_TYPE
can be chosen from :PushKB
andHarvest
(default)
- Extra logging enabled for aiding with TIRS debugging