Skip to content

Latest commit

 

History

History
173 lines (116 loc) · 8.62 KB

NEWS.md

File metadata and controls

173 lines (116 loc) · 8.62 KB

2.3.0 2021-11-xx

  • MODQM-181 - Kiwi R3 2021 - Log4j vulnerability verification and correction

Changes

  • MODQM-167 - Optimistic locking: mod-quick-marc modifications
  • MODQM-178 - Optimistic locking: Update return 409 if optimistic locking error
  • MODQM-179 - Remove ramls from the module

2.2.0 - Released

Changes

  • MODQM-134 - Change dataType to have common type for MARC related subtypes
  • MODQM-127 - MARC record does NOT open after saving an invalid field
  • MODQM-138 - Update quickMarc PUT endpoint to handle asynchronous record update
  • MODQM-145 - QuickMarc not subscribe to QM_COMPLETED topic
  • MODQM-146 - View MARC Holdings via quickMARC
  • MODQM-142 - Backend: Edit MARC Holdings via quickMARC
  • MODQM-150 - MARC holdings - 008 rules
  • MODQM-151 - MARC holdings - Leader rules
  • MODQM-154 - MARC authority - Leader rules
  • MODQM-155 - MARC authority - 008 rules

2.1.0 - Released

Changes

  • MODQM-96 - Add logging to controller and clients
  • MODQM-97 - Fix FeignException handler
  • MODQM-98 - Fetch user info while get record
  • MODQM-99 - Fix DB connections, not releasing while deriving record
  • MODQM-106 - Add category name to 007 field
  • MODQM-110 - Support MARC_BIB records instead of MARC
  • MODQM-124 - Fix derive without 001 field

2.0.5 - Released

Changes

Full Changelog

2.0.4 - Released

Changes

  • MODQM-103 - Fix unexpected changing of 006 field
  • MODQM-98 - Fetch user info while get record

Full Changelog

2.0.3 - Released

The only focus of this patch release was to add a standard admin healthcheck endpoint and remove Vert.X dependency

Full Changelog

Stories

  • MODQM-84 - Add standard admin healthcheck endpoint
  • MODQM-86 - Remove Vert.X dependency

2.0.2 - Released

The only focus of this patch release was to adjust POST payload according to the latest changes in 'mod-source-record-manager'

Full Changelog

Stories

  • MODQM-89 - Update POST /jobExecutions/{jobExecutionId}/records payload with required fields

2.0.1 - Released

The only focus of this patch release was to fix a bug during duplication of MARC records

Full Changelog

Bug Fixes

  • MODQM-85 - Could not Derive a new MARC bib record

2.0.0 - Released

The primary focus of this release was to support duplication of MARC records and migration of the module to Spring framework

Full Changelog

Stories

  • MODQM-52 - Update MARC 005 field and send to SRS along with other quickMARC changes
  • MODQM-56 - Add personal data disclosure form
  • MODQM-63 - Migrate to Spring stack
  • MODQM-78 - Implement GET status endpoint
  • MODQM-79 - Listen DI-events to update creation status
  • MODQM-80 - Integration between "mod-quick-marc" and srm

1.3.0 - Unreleased

1.2.2 - Released

The only focus of this patch release was to update schemas reference

Full Changelog

Bug Fixes

  • MODQM-47 - Bug with subfield and spaces when editing in quickMARC
  • MODQM-46 - Adjust the quickMARC edit UI to show a fill character for blank positions in 00X fields and indicators

1.2.1 - Released

The only focus of this patch release was to update schemas reference

Full Changelog

Bug Fixes

  • MODQM-48 - Some Source=MARC records are not accessible via quickMARC

1.2.0 - Released

The only focus of this release was to migrate on JDK11 and to update RMB

Full Changelog

Stories

  • MODQM-31 - mod-quick-marc: RMB Update
  • MODQM-26 - Migrate mod-quick-marc to JDK 11

1.1.1 - Released

The only focus of this patch release was to improve fixed-length CFs 006/007 processing

Full Changelog

Bug Fixes

  • MODQM-35 - GET /records-editor/records returns 422 when record has 006 field

1.1.0 - Released

The only focus of this hotfix release was to update quickMARC record's edit status

Full Changelog

Stories

  • MODQM-27 - quickMARC record's edit status

1.0.1 - Released

The only focus of this bug fix release was to fix bug in ParsedRecordDto to QuickMarcJson conversion

Full Changelog

Bug Fixes

  • MODQM-21 - Changing any field in Instance via quickMARC creates error for request to "records-editor/records/{id}"

1.0.0 - Released

The primary focus of this release was to implement backend logic for quickMARC - Simple MARC Records Editor

Stories

  • MODQM-20 - quickMARC: ParsedRecordDto -> QuickMarcJson error handling
  • MODQM-19 - quickMARC response status to 202 on record update
  • MODQM-18 - Update reference to data-import-raml-storage
  • MODQM-17 - View source & quickMARC subfield formatting consistency
  • MODQM-16 - Incorrect saved record fields order
  • MODQM-15 - mod-quick-marc: Update to RMB v30
  • MODQM-12 - quickMARC performance optimization
  • MODQM-11 - marc-json <-> ui-compatible-marc-json converter updating (changing of control fields 006, 007)
  • MODQM-10 - Update Record schema reference
  • MODQM-9 - API Tests for GET /records-editor/records
  • MODQM-8 - Integration with change-manager
  • MODQM-6 - quickMARC performance tests
  • MODQM-5 - Project Setup: mod-quick-marc
  • MODQM-4 - Implement PUT records-editor/marc-records/id
  • MODQM-3 - Implement GET records-editor/records endpoint
  • MODQM-2 - marc-json <-> ui-compatible-marc-json converter
  • MODQM-1 - UI-compatible json schema for MARC record