Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


Changes

type key summary components parent status
Loading...
Refresh

Additionally, in dcb-service

  • v.4.0.2

    • logging adjustments to BorrowingAgencyService

    • Don't pretty print json logs

    • NONCIRC items are not requestable

  • v.4.0.3

    • Expose environment variable to default logger

    • Correct misaligned property name for virtualPatron in SupplierRequest

    • Add data fetcher for requesting patron identity

    • Comment out AWS logging

  • v.4.0.4

    • Fix duplicate bibs in ingest record view

    • Fix patron blocks returning 404 being treated as an error

    • Enrich supplier request with patron request object when tracking

  • v.4.0.5

    • Raise problem exception when invalid data types are passed to Polaris when adding or updating items

Additionally, in dcb-admin-ui

  • NA

Deployment

Summary

Change Category

Required

Recommended

Not Required

Complete reset

Environment configuration

Host LMS configuration or setup

Service configuration

Ingest

Index

Library configuration

Deploy new Executables

Instructions

Verification

After clear down

  • Request a full repopulation of the Open/Elastic search index
#!/bin/bash

. ./setTarget.sh

TOKEN=`./login`

curl -X POST $TARGET/admin/reindex -H "Accept-Language: en" -H "Content-Type: application/json"  -H "Authorization: Bearer $TOKEN" -d '{}'


After deployment

  •  

  • No labels