Skip to content

Releases: BerkeleyLibrary/framework

v1.1.0 - Validations and updates

24 Feb 02:20
Immutable release. Only release title and notes can be modified.
1.1.0
6cf7556

Choose a tag to compare

Updates to internal libraries include:

  • OmniAuth CAS to 3.x
  • Good Job to 4.x
  • Rails to 7.2

CalNet attributes are now validated when a user logs in, preventing issues such as email missing or student ID missing.

Time zones are handled more correctly in Alma library code, resolving some issues when jobs were run after 5 PM Pacific and had the next day in UTC.

Job logging was improved.

What's Changed

Full Changelog: 1.0.8...1.1.0

v1.0.8 - Good Job update, email hotfix

18 Feb 03:51
Immutable release. Only release title and notes can be modified.
1.0.8
65db360

Choose a tag to compare

This ensures that we read the email attribute for users logging in using the most case-insensitive interpretation of the LDAP attribute possible.

Additionally, we update Good Job to 3.99.1 to enable more deprecation warnings (which we should not see) and to be able to check the production deployment for v4 readiness.

What's Changed

  • user: Use either capitalisation for email attr by @awilfox in #23
  • Gemfile: Update Good Job to 3.99.1 by @awilfox in #24

Full Changelog: 1.0.7...1.0.8

v1.0.7 improve job logging

12 Feb 20:37
Immutable release. Only release title and notes can be modified.
f0f5ce3

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

v1.0.6 Uses latest Node LTS, Form using deliver_later for emails

12 Feb 18:18
Immutable release. Only release title and notes can be modified.
27c9926

Choose a tag to compare

What's Changed

  • Ap 226: Update Framework's Dockerfile to use the most recent Node LTS by @yzhoubk in #15
  • Calling deliver_later for forms instead of deliver_now by @davezuckerman in #16
  • app: Add ParameterMissing exception handling by @awilfox in #17

Full Changelog: 1.0.5...1.0.6

1.0.5

06 Feb 22:50
Immutable release. Only release title and notes can be modified.
1.0.5
17bbc97

Choose a tag to compare

This release includes additional health checks for services consumed by Framework; adds additional validation to the Bibliographical job to ensure an email is specified; and (hopefully) fixes the Alma item set form issue once and for all.

What's Changed

  • AP-534: Add additional health checks for external services by @yzhoubk in #13
  • app: Split Alma item set env dropdowns by @awilfox in #14
  • models: Validate Bibliographic::HostBibTask.email by @awilfox in #11

Full Changelog: 1.0.4...1.0.5

v1.0.4 adds mailcheck with okcomputer

05 Feb 23:05
Immutable release. Only release title and notes can be modified.
e163b60

Choose a tag to compare

Add a mailer check for okcomputer

v1.0.3

30 Jan 16:08
Immutable release. Only release title and notes can be modified.
1.0.3
1630dea

Choose a tag to compare

What's Changed

  • Proxy Borrower: Make faculty name/dept readonly by @awilfox in #5
  • Proxy Borrower: Make student name field readonly by @awilfox in #6
  • models: Prepend empty item to Alma Item Set lists by @awilfox in #7
  • Cleanup Gemfile by @awilfox in #8

Full Changelog: 1.0.2...1.0.3

v1.0.2 Update UCLibrary branding image

14 Jan 18:49
Immutable release. Only release title and notes can be modified.
bfef913

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

v1.0.1 Rename RLF to SLF

13 Jan 23:22
Immutable release. Only release title and notes can be modified.
ef6e5d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0 migrate from gitlab-> github, jenkins -> actions

21 Nov 21:51
Immutable release. Only release title and notes can be modified.
a5989da

Choose a tag to compare

Migrating from gitab and using Github actions now instead of jenkins to build the image.