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

8.4 #14594

Merged
merged 50 commits into from
May 17, 2024
Merged

8.4 #14594

merged 50 commits into from
May 17, 2024

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    cb6d61f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    092e2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9d520 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    ccfefd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    b15c228 View commit details
    Browse the repository at this point in the history
  2. fix: make listDatabases() consistent with other connection methods an…

    …d add typescript support + docs
    vkarpov15 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f1667e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14506 from Automattic/IslandRhythms/list-databases

    feat: `listDatabases()` function
    vkarpov15 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    237b517 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4ba9f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4b8c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update model.js

    IslandRhythms committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d5d1ad8 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    IslandRhythms committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6605629 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14515 from Automattic/vkarpov15/list-databases-fix

    refactor(connection): move listDatabases implementation to node-mongodb-native driver
    vkarpov15 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    964fa85 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    ec518ed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge pull request #14519 from Automattic/IslandRhythms/gh-14450

    Add `Model.listSearchIndexes()`
    vkarpov15 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d509ae8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    03b7031 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    23869fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca274d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14541 from Automattic/vkarpov15/gh-14520

    types(document): make document _id type default to unknown instead of any
    vkarpov15 authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cb2e7c1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. fix(error): remove model property from CastError to avoid printing al…

    …l model properties to console
    
    Fix #14529
    vkarpov15 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cecbc44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca92be View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    2671828 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14568 from Automattic/vkarpov15/gh-14529-2

    fix(error): remove model property from CastError to avoid printing all model properties to console
    vkarpov15 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    8eefd65 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    db29c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a928cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19e744a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. feat(schema): add schema-level readConcern option to apply default re…

    …adConcern for all queries
    
    Fix #14511
    vkarpov15 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    df1c720 View commit details
    Browse the repository at this point in the history
  2. fix: add missing file

    vkarpov15 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0596f55 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #14577 from Automattic/vkarpov15/gh-12335

    handle initially null driver when instantiating Mongoose for Rollup support
    vkarpov15 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    55564e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14579 from Automattic/vkarpov15/gh-14511

    feat(schema): add schema-level readConcern option to apply default readConcern for all queries
    vkarpov15 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    822392e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e75b37 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. feat: add transactionAsyncLocalStorage option to opt in to automati…

    …cally setting `session` on all transactions
    
    Fix #13889
    vkarpov15 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    819fde3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d726d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    2df8f37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14582 from Automattic/vkarpov15/gh-14569

    feat(mongoose): export omitUndefined() helper
    vkarpov15 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    2d6358b View commit details
    Browse the repository at this point in the history
  3. fix tests

    vkarpov15 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    f498cc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb62a76 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge pull request #14584 from Automattic/vkarpov15/mongodb-6-6

    feat: upgrade mongodb -> 6.6.1
    vkarpov15 authored May 12, 2024
    Configuration menu
    Copy the full SHA
    bf2f35d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix tests

    vkarpov15 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3c74f46 View commit details
    Browse the repository at this point in the history
  2. Update docs/transactions.md

    Co-authored-by: hasezoey <hasezoey@gmail.com>
    vkarpov15 and hasezoey authored May 13, 2024
    Configuration menu
    Copy the full SHA
    5e9977b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c144bf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e1ecb View commit details
    Browse the repository at this point in the history
  5. test: fix tests

    vkarpov15 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    713c9ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    792bcac View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #14583 from Automattic/vkarpov15/gh-13889

    feat: add `transactionAsyncLocalStorage` option to opt in to automatically setting `session` on all transactions
    vkarpov15 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    ec7bad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5103366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09bdf11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3660041 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13900 from Automattic/vkarpov15/gh-13772

    Add inferRawDocType helper
    vkarpov15 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    f63388f View commit details
    Browse the repository at this point in the history
  6. fix: use mongodb@6.6.2

    vkarpov15 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    72d877d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    26375d6 View commit details
    Browse the repository at this point in the history