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 7 Next »

Component

Version

New Version for Release?

dcb-service

v4.x

dcb-locate

v2.2.3

dcb-admin-ui

v1.x

dcb-devops

head


Changes

type key summary components parent
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

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