Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(query): remove count() and findOneAndRemove() from query chaining #14692

Merged
merged 11 commits into from
Jul 1, 2024

Commits on Jun 24, 2024

  1. fix(document): avoid passing validateModifiedOnly to subdocs so subdo…

    …cs get fully validating if they're directly modified
    
    Fix #14677
    vkarpov15 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    758eca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ea383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    091c85d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    561a580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc63f69 View commit details
    Browse the repository at this point in the history
  3. style: fix lint

    vkarpov15 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8b05872 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14685 from Automattic/vkarpov15/gh-14677

    fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified
    vkarpov15 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c062b1f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14686 from Automattic/vkarpov15/gh-14680

    fix(projection): handle projections on arrays in `Model.hydrate()` projection option
    vkarpov15 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    516464a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14687 from Automattic/vkarpov15/gh-14678

    fix: handle casting primitive array with $elemMatch in bulkWrite()
    vkarpov15 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    31111f2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14690 from tt-public/feat/type-withsession

    types(connection): fix return type of withSession()
    vkarpov15 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f89868b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6136846 View commit details
    Browse the repository at this point in the history