Skip to content

3.0.0: Lazy connections

Compare
Choose a tag to compare
@thekid thekid released this 25 Jan 14:46
· 14 commits to master since this release
  • Heads up: Dropped support for PHP < 7.4 as well as XP Core <= 9.
    See xp-framework/rfc#343
    (@thekid)
  • Merged PR #51: Defer connecting the MongoDB cluster until actual I/O is
    performed. Implements the lazy by default option suggested in #50.
    (@thekid)