Skip to content

Latest commit

 

History

History
50 lines (50 loc) · 2.25 KB

NEWS.md

File metadata and controls

50 lines (50 loc) · 2.25 KB

1.7.1 2021-04-02

  • Bumping version of mod-circulation to 10

1.7.0 2021-03-17

  • Correcting version number for R1 2021
  • README updates

1.6.4 2021-03-05

  • MODNCIP-15 - specify UTF-8 in POST
  • Default timeout changed to 30 secs (3 was too short - implementers seeing timeouts when system is slow). As before, the default can be modified on startup.
  • Attempt checkin if checkout fails due to timeout (for convenience). Only happens when the system gets extremely slow.
  • Removed 'Problem element unknown' from the response when the problem doesn't relate to a specific element. This was confusing.

1.6.3 2020-11-11

  • Putting back patron group lookup (was unintentionally removed)

1.6.2 2020-11-09

  • Fix for new dueDate format ParseException
  • Removed loanDate from check-out-by-barcode (not needed)

1.6.1 2020-10-23

  • Correct automated patron block endpoint
  • Checkout should check for automated patron blocks

1.6.0 2020-10-14

  • MODNCIP-9
    Use automated patron blocks for the LookupUser service

1.5.0 2020-10-01

1.4.2 2020-08-25

  • Added timeouts and try/catch to API calls

1.3.2 2020-06-26

  • Added module permission: addresstypes.collection.get

1.3.1 2020-06-19

  • Added module permission: automated-patron-blocks.collection.get

1.3.0 2020-06-12

  • Physical address included in LookupUser response is configurable
  • OK and BLOCKED message (for LookupUser) configurable
  • Removed check for 'request' block in Checkout service
  • Fix for locations with '/' characters
  • Dynamic types in addresses
  • Include more of physical address

1.1.2 2020-04-21

  • Corrected - include email in response when no physical address exists for patron

1.1.1 2020-04-02

  • Config values are looked up during each request
  • Corrected due date formatting
  • Added /admin/health
  • Corrected max-fine rule checking
  • Corrected patron block check for requests

1.1.0 2020-03-30

  • Healthcheck endpoint changed to /nciphealthcheck

1.0.0 2020-03-13

  • MODNCIP-2 - Move configuration from property files to mod-configuration
  • MODNCIP-3 - Add permissionSets to mod-ncip ModuleDescriptor