Skip to content

v0.11.3: fix deduplication

Compare
Choose a tag to compare
@weisdd weisdd released this 19 Apr 16:05
· 90 commits to master since this release
cce8ae6
  • Key changes:
    • Fixed deduplication for negative non-regexp filters (previously, some of those would be let through without request modifications);
    • Internal refactoring:
      • Moved acl + lf logic to a new internal package querymodifier;
    • Added more tests.