Skip to content

Releases: NYPL-Simplified/circulation

4.1.7

20 Dec 14:50
b7dcbfb
Compare
Choose a tag to compare

Changes

  • Update NCES IDs
  • Migrate 4th and 5th Grade from Middle to Early for Clever

4.1.6

16 Aug 13:39
0fe73db
Compare
Choose a tag to compare

Changes

  • Added patron's age group to signin callback urls
  • Added sorting facets to search results
  • Adjust gunicorn requests

4.1.5

31 May 13:59
d1bab60
Compare
Choose a tag to compare

Improvements

  • Update NCES IDs
  • Include is_new=<true|false> URL parameter after login OE-929
  • Include faceting links to search results OE-927
  • Adjust update_lane_size script schedule
  • Perform standard database vacuum instead of full vacuum SIMPLY-4262

4.1.4

17 Apr 12:45
5dca0a5
Compare
Choose a tag to compare

Improvements

Bug Fixes

4.1.3.1

09 Feb 15:36
a99d663
Compare
Choose a tag to compare

Bug Fixes

  • Upgrade pymarc version to fix build errors

4.1.3

02 Feb 21:21
fc886d5
Compare
Choose a tag to compare

Improvements

  • Specify a database pool_recycle for 30 minutes SIMPLY-4243
  • Remove max-age Cache-Control directive for customized OPDS feeds SIMPLY-3970

Bug Fixes

4.1.2

12 Dec 22:43
45ed82a
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fix malformed Authorization headers 500 error SIMPLY-4217
  • Fix IndexError on Novelist book search SIMPLY-4220

4.1.1

25 Oct 13:46
d7ed20e
Compare
Choose a tag to compare

New Features

Improvements

  • Increase default pool_size and max_overflow for database connections
  • Additional Admin API documentation SIMPLY-4175 SIMPLY-4174
  • User created lanes default visibility is set to hidden SIMPLY-4218
  • Create a database maintenance window for the cron jobs SIMPLY-4169
  • Update First Book authentication SIMPLY-4176

Bug Fixes

4.1.0

31 Aug 20:30
b3c9e3d
Compare
Choose a tag to compare

Improvements

This release focuses on updating requirements and dependencies. SIMPLY-4168

  • Upgraded Ubuntu from 18.04 to 20.04
  • Upgraded Python from 3.6 to 3.10
  • Post core merge cleanup — combined requirements files and updated them
  • Removed Adobe's Authentication Web Service as this functionality exists in the Library Registry SIMPLY-4099
  • Improved Works API documentation SIMPLY-4101
  • Disabled PatronRecordReaper
  • Removed dangling database connections from the initialization method
  • Resolved an issue with Axis360 ACS fulfillment SIMPLY-4189

4.0.2

25 Jul 15:32
c5b34a2
Compare
Choose a tag to compare

New features

  • Support early return of Axis 360 audiobooks/AxisNow ebooks SIMPLY-1742
  • Set appropriate CORS headers to allow cross-domain requests SIMPLY-3923
  • Early support for OpenAPI documentation for Admin endpoints

Improvements

  • Combined the separate Dockerfiles into a single multi-stage Dockerfile SIMPLY-3880
  • Auto-reindex when books are added or removed from a list SIMPLY-3907
  • OAuth Client Credential Password flow as an alternative to HTTP Basic Auth OE-162
  • Optimize AxisNow fulfillments OE-246

Admin interface improvements

Bug fixes