- #18: CI against Rails 7.1, drop Rails 6.0
- Drop support for Rails 6.0
- #22: Enable support for custom column names for tenant-level security policies
- #19: Modified the sample code in "Sidekiq Integration"
- #20: CI against Ruby 3.3 and PostgreSQL 16, drop Ruby 3.0 and PostgreSQL 11
- #21: Add a guide for using Rails fixtures with RLS in test
This release includes changes to policies created by create_policy
. Migrations that have already been performed will not be affected, so it is safe to upgrade as-is, but for performance reasons it is recommended to update existing policies to the new format. See #16 for details.
- #16: Cast
current_setting
instead oftenant_id
- #17: CI against Ruby 3.2 and PostgreSQL 15, drop Ruby 2.7
- #12: Clear query cache after switching
- #8: Project tweaks
- #9: fix email
- #10: CI against Rails 7.0/Ruby 3.1/PostgreSQL 14
- #11: Fix typos in README.md
Initial release 🥳