mdbplyr 0.4.0

This release expands the lazy MongoDB translation layer introduced in v0.3.0, moving mdbplyr from a small core verb subset to a broader analytical backend with joins, window functions, richer summaries, and schema-aware selection helpers.

New verbs and query translations

Expanded select() and expression support

Grouping and summaries

across()

Window functions

Server version awareness

Behavior fixes and internals

Documentation and packaging