- Add Ruby 3.x support
- Add support for Sequel 5.x (4.x can still work but not recommended)
- Upgrade
stream-ruby
and fix delete activity by foreign id call - Handle deprecations for rspec
should
vsexpect
- Drop support Ruby <2.5 and add 2.7.x
- Drop support Rails <5.0 and Rails 6.x
- Use stream-ruby 4.x
- Add support to customize feed via actor for a polymorphic class
- It was hardcoded to
user
before and now uses lowercase class name, if you need a different behavior, overideactivity_owner_feed
#94
- It was hardcoded to
- Improve readme and add a changelog
- Migrate GitHub actions and enable Rubocop and fix detected issues