v2022.08.18
ocrmypdf/OCRmyPDFv2022.08.18Aug 18, 2022by knu
AI Summary
Major upgrades include switching from Ruby 2.6 to 2.7, migrating from RR to RSpec Mocks, and removing the BasecampAgent. The release also includes various gem updates and documentation fixes.
Key Highlights
- Upgraded Ruby from 2.6 to 2.7
- Migrated from RR to RSpec Mocks
- Dropped BasecampAgent
- Updated gems for Ruby 2.7 compatibility
- Added Liquid variable `_agent_`
Breaking Changes
- Dropped BasecampAgent
- Migrated from RR to RSpec Mocks
- Upgraded Ruby to 2.7
New Features
- Updated ruby versions to 2.6.9
- Made mysql flush appear as code
- Fixed error 'tried to create Proc object without a block'
- Upgraded mini_racer to latest version
- Added Liquid variable referring to the agent itself as `_agent_`
- Force setup_heroku to use heroku-18 stack
- Fixed ImapFolderAgent documentation regarding mime_types
Full Release Notes
## What's Changed * Mismatched ruby versions - updated to 2.6.9 by @2600box in https://github.com/huginn/huginn/pull/3058 * Drop BasecampAgent by @knu in https://github.com/huginn/huginn/pull/3056 * made mysql flush appear as code by @2600box in https://github.com/huginn/huginn/pull/3059 * Migrate from RR to RSpec Mocks by @knu in https://github.com/huginn/huginn/pull/3066 * fix error 'tried to create Proc object without a block' in Gemfile by @JaHIY in https://github.com/huginn/huginn/pull/3097 * Upgrade mini_racer to the latest version by @knu in https://github.com/huginn/huginn/pull/3103 * Add a Liquid variable referring to the agent itself as `_agent_` by @knu in https://github.com/huginn/huginn/pull/3104 * Force setup_heroku to use heroku-18 stack by @nighthawk in https://github.com/huginn/huginn/pull/3124 * Update gems for ruby 2.7 by @knu in https://github.com/huginn/huginn/pull/3130 * Upgrade Ruby to 2.7 by @knu in https://github.com/huginn/huginn/pull/3055 * Fix ImapFolderAgent documentation regarding mime_types by @axsuul in https://github.com/huginn/huginn/pull/3146 ## New Contributors * @2600box made their first contribution in https://github.com/huginn/huginn/pull/3058 * @JaHIY made their first contribution in https://github.com/huginn/huginn/pull/3097 * @nighthawk made their first contribution in https://github.com/huginn/huginn/pull/3124 **Full Changelog**: https://github.com/huginn/huginn/compare/v2022.01.04...v2022.08.18