Releases: ualbertalib/pushmi_pullyu
Releases · ualbertalib/pushmi_pullyu
Maintenance
[2.1.4]
Added
- Bring in and enforce inclusive language cops PR#469
Fixed
- Use
File.open
with a block for simple exception handling and ensuring files are closed #475 - Fix problem with authentication token expiration by @lagoan in #457
Changed
- Bump bundler from 2.3.12 to 2.4.9 PR#483
Chores
- Use add_dependency instead of add_runtime_dependency. PR#473
- Bump rexml from 3.2.8 to 3.3.2 by @dependabot in #462
- Bump timecop from 0.9.8 to 0.9.10 by @dependabot in #450
- Bump redis from 5.0.8 to 5.3.0 by @dependabot in #468
- Update CI for branch name changes by @pgwillia in #480
- Bump danger from 9.3.2 to 9.5.0 by @dependabot in #466
- Bump bagit from 0.4.6 to 0.6.0 by @dependabot in #482
- Update minitar requirement from ~> 0.7 to >= 0.7, < 2.0 by @dependabot in #481
- Bump rubocop-rspec from 2.24.1 to 3.1.0 by @dependabot in #478
- Bump rdf from 3.2.11 to 3.2.12 by @dependabot in #479
- Bump webmock from 3.19.1 to 3.24.0 by @dependabot in #477
- Bump rubocop from 1.64.0 to 1.66.1 by @dependabot in #473
- Bump rollbar from 3.4.1 to 3.6.0 by @dependabot in #472
- Bump activesupport from 7.1.1 to 7.1.4 by @dependabot in #470
- Bump rake from 13.0.6 to 13.2.1 by @dependabot in #426
Production v2.0.5
[2.0.5] - 2023-02-17
- Add rescue block to catch exceptions while waiting for next item #280
- Add logic to fetch new community and collection information from jupiter and create their AIPS. #255
- Add delay to re-ingestion attempts to allow for problems to be fixed #297
- Bump git from 1.9.1 to 1.13.0
This release includes a delay for reattempting to ingest an item on failure to deposit. This delay increases by doubling the time it waits on every failed attempt and can be configured with the following command line options:
-i, --ingestion_prefix PREFIX Prefix for keys used in counting the number of failed ingestion attempts
-x, --ingestion_attempts NUMBER Max number of attempts to try ingesting an entity
-f, --first_failed_wait NUMBER Time in seconds to wait after first failed entity deposit. This time will double every failed attempt
The default values will keep trying to reingest the items for a week maximum, after that the items are dropped from the queue.
Fix Authentication Failure with SSL
[2.0.2] - 2021-11-22
- Fix authentication bug when using ssl
- bump rubocop and rubocop-rspec
Production v2.0.0
Production v1.0.6
What's included:
- Fixed the minitar issue with filename too long error message #171
- Fixed the message sent to rollbar, and remove unwanted information
Production v1.0.5
- fixes the database connection error. move the setup of the connection when it's needed #170
Production v.1.0.4
- Added rollbar configuration to sanitize password in the Fedora API request related error message.