mdbplyr 0.4.1

This is a bug-fix release. All four issues were found by running mdbplyr against a live MongoDB server rather than only against mocked collections, and each is covered by a new regression test.

Bug fixes

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