Skip to content

Releases: rentpost/doctrine-multi-tenancy

1.2.0

31 Jan 23:32
Compare
Choose a tag to compare

This release includes support for a new FilterStrategy. There are 2 new "strategies" for filtering:

  • FirstMatch
  • AnyMatch

Docs have been added on these for more details.

There aren't any known BC breaks.

Full Changelog: 1.1.0...1.2.0

1.1.0

18 Oct 21:51
Compare
Choose a tag to compare

This release includes improvements to the disabled filter state. Previously, the value holders would still be processed, even if multi-tenancy was disabled. There are a number of cases where this isn't ideal. These are no longer processed when the filter is disabled. This results in a much better disabled/enabled experience and offers a way to bypass multi-tenancy more reliably.

1.0.3

19 Dec 02:13
Compare
Choose a tag to compare
  • Add support for doctrine/common 3.0
  • Syntax changes

1.0.2

14 Aug 04:39
Compare
Choose a tag to compare

We're now ensuring that it's not possible to mis-type an annotation property to disable the annotation. If the annotation is added, it must now be explicitly disabled or add at least one filter.