• v0.1.6 9da851629d

    fix: rename create_collection indexes->index + doc notes (mongo-3/4/5)

    dsql released this 2026-07-01 04:28:36 +00:00 | 8 commits to main since this release

    • mongo-3: create_collection param renamed indexes -> index (it seeds ONE index; a key-spec
      builds one compound index, not two). update keyword call sites indexes= -> index=.
    • mongo-4: docstring notes an instance is single-use after close() (pymongo 4.x close is
      irreversible; connect() only pings).
    • mongo-5: docstring notes construction may raise InvalidURI for a malformed URI.
    • README: create_collection index note. bump v0.1.5 -> v0.1.6

    Signed-off-by: disqualifier dev@disqualifier.me

    Downloads