Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 2.23 KB

v0.3.0 (2024-08-06)

Enhancements

Breaking Changes

  • #18: CI against Rails 7.1, drop Rails 6.0
    • Drop support for Rails 6.0

Enhancements

  • #22: Enable support for custom column names for tenant-level security policies

Chores

  • #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

v0.2.0 (2023-04-14)

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.

Breaking Changes

  • #16: Cast current_setting instead of tenant_id
  • #17: CI against Ruby 3.2 and PostgreSQL 15, drop Ruby 2.7

Chores

  • #13: Mention multiple databases support status
  • #15: Update License and CoC files

v0.1.0 (2023-01-23)

BugFixes

  • #12: Clear query cache after switching

Chores

  • #8: Project tweaks
  • #9: fix email
  • #10: CI against Rails 7.0/Ruby 3.1/PostgreSQL 14
  • #11: Fix typos in README.md

v0.0.1 (2021-11-10)

Initial release 🥳