All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add Ruby 3.2 support
- Remove Ruby 2.5 and 2.6 support
- Avoid logging using
disable_job_logs
class method.
- Replace travis with circleci.
- Use Rails 6 on Dummy app.
- Use update instead of deprecated update_attributes.
- Copy Job model into app.
- Change error type from string to text.
- New Job instance by retry.
- Initial release.