Skip to content

v4.1.0

Compare
Choose a tag to compare
@philvarner philvarner released this 22 Apr 15:25
· 2 commits to main since this release

[4.1.0] - 2024-04-22

Changed

  • breaking Collections Auth features (ENABLE_COLLECTIONS_AUTHX) now fails closed
    rather than open. If _collections is not specified or is empty, caller has no
    access to collections. Also, adds a special collection name * that means access
    to all collections is granted.
  • breaking The thumbnails behavior is now disabled by default, and can be enabled
    with ENABLE_THUMBNAILS = true.