Debian Package Tracker
Register | Log in
Subscribe

mongo-cxx-driver

Choose email to subscribe with

general
  • source: mongo-cxx-driver (main)
  • version: 3.6.7-1
  • maintainer: Mongo C++ Driver Team (DMD)
  • uploaders: Roberto C. Sanchez [DMD] – Kevin Albertson [DMD]
  • arch: all any
  • std-ver: 4.6.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • exp: 3.6.7-1
versioned links
  • 3.6.7-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libbsoncxx-dev
  • libbsoncxx-noabi
  • libmongocxx-dev
  • libmongocxx-doc
  • libmongocxx-noabi
action needed
51 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit a1412edf23a8e09ad6b874d935fc6de12dcbb13a
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Mon Aug 8 15:48:54 2022 -0500

    Update libmongocrypt and libmongoc dependencies to required commits (#884)

commit f596865f25f6d3db5d03202e88196a4be1fbec21
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Fri Aug 5 16:52:07 2022 -0500

    Update mongocrypt and mongoc dependencies to latest releases (#883)

commit c192e50e39f57c322d971dbea280f4d4f1a59995
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Fri Aug 5 16:40:00 2022 -0500

    Fix missing compile options and definitions for polyfill selection (#882)

commit c30bf11db404b1ac7538f9a459a3f4673c098c44
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Fri Aug 5 10:35:13 2022 -0500

    CXX-2400 Add support for the comment field to all helpers (#880)
    
    * CXX-2400 Sync CRUD unified test files with 962fb5f2
    * CXX-2447 Sync CRUD unified test files with 96caeefe
    * CXX-2450 Sync CRUD unified test files with 0fc77cd4
    * CXX-2463 Sync CRUD unified test files with 938a402e
    * CXX-2475 Sync CRUD unified test files with 97c54e21
    * CXX-2486 Sync CRUD unified test files with 51ca03b0
    * CXX-2498 Sync CRUD unified test files with 9989df70
    * CXX-2519 Sync CRUD unified test files with ba44473e
    * Add support for expectResult as array of root documents
    * Add support for comment option

commit c7452871978c1410153bc4da2ca7ea33c145cbf3
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Tue Jul 26 08:54:39 2022 -0400

    CXX-2549 fix mixed-content errors over HTTPS (#879)
    
    * add "Content-Security-Policy" meta tag
    
    The "upgrade-insecure-requests" upgrades "http" to "https" requests.
    
    This resolves mixed content errors when accessing https://mongocxx.org.
    
    * fix version number referenced in documentation

commit 1c1d6449a078b71d2b73ac8615bcc6ca576d0deb
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Tue Jul 12 15:18:50 2022 -0500

    CXX-2415 Support setting tag set list with array (#878)
    
    * Add missing documentation for document::view conversion operator
    
    * Add support for setting tag set list as array

commit 2f4ca28d9962dab9974806633706e47eeac555a7
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Thu Jul 7 17:18:23 2022 -0400

    CXX-2540 sync calc_release_version.py from C driver
    
    Includes changes made in the following commits, with adjustments for the
    specifics of the C++ driver project.
    
    mongodb/mongo-c-driver@aca53d43accc6c6d611adfb90c2a53bfe36d44af
    mongodb/mongo-c-driver@a949c2a4ee2973415c5f8c29ca986de533a3f7ef

commit 17f665c6559ce7ebf1011455f3633e4624a710cf
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Fri Jul 8 16:59:38 2022 -0400

    Inject mongoc source directory for building libmongocrypt
    
    Based on mongodb/mongo-c-driver@5b91ef0fadf4d0b536be69d47bb1bd7cfb056f63

commit 646aee4013203f277b26efcbc0a276a1fa29de45
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Fri Jul 8 11:44:34 2022 -0500

    CXX-2298 Update createCollection() documentation with Time Series link (#874)

commit 984b1db6ebb5ecdf49c58e5fb7051a4064abcb24
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Thu Jul 7 15:23:58 2022 -0500

    Add 'let' option support for CRUD commands (#873)
    
    * CXX-2399 Sync CRUD unified spec tests with 1519da92
    
    * CXX-2399 Sync CRUD unified spec tests with 1fe5ca5e
    
    * CXX-2428 Sync CRUD unified spec tests with 1823a4e9
    
    * CXX-2455 Sync CRUD unified spec tests with 4a8ac5ff
    
    * CXX-2486 Sync CRUD unified spec tests with 51ca03b0
    
    * Add let support for delete commands
    
    * Add let support for find commands
    
    * Add let support for replaceOne
    
    * Add let support for update commands

commit 43c93631aa6257b6d3fe0e57f4a761f5b6b13dfb
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Fri Jul 1 10:02:09 2022 -0500

    CXX-2464 Update Versioned API tests to correctly handle backports (#872)

commit 40570a3df82f8660dad3637eeeae75c39e4d32a7
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Thu Jun 30 10:24:48 2022 -0500

    CXX-2492 Add zSeries RHEL 8.3 for 5.0 and 6.0 (#871)

commit 935001c5e0288a09cef84279633b917d1f0494f1
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Tue Jun 28 13:27:19 2022 -0500

    CXX-2347 Allow hint for unacknowledged writes (#870)
    
    * Sync CRUD spec tests to 59a5dadb
    
    * Revert skipping of unsupported *-hint-clientError tests
    
    * Support unacknowledged bulkWrite result in unified test runner
    
    * Add support for matching fields of string type
    
    * Support unacknowledged findAndModify result
    
    * Assert server support for hint errors as a client error
    
    * Fix missing include directories for test runners
    
    * Bump default C driver version

commit 3581760040f8ca95e5932b2d1cb9ca65ce0a891c
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Thu Jun 23 15:16:22 2022 -0500

    CXX-2186 Mitigate pain of using field names with dots and dollars (#867)
    
    * Sync CRUD unified spec tests to 44f83106
    
    * Improve error message when matching extra fields in non-root documents
    
    * Improve error messages when matching documents and arrays
    
    * Treat match of root $$unsetOrMatches doc as root doc
    
    * Document possible rejection by pre-5.0 servers
    
    * Pin mongoc and mongocrypt versions
    
    * Remove notes about reservation or illegality of dot-or-dollar keys

commit 3602ed7af0e1a8a012241983635f28fc292fa8e3
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Thu Jun 23 09:55:54 2022 -0500

    CXX-2202 Remove variant Ubuntu 18.04 s390x (#869)

commit d8d044a13f880fdd1ae7cea8fe4e5fb93906a239
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Wed Jun 22 13:59:18 2022 -0500

    Remove GitHub Workflow task compile-and-test-latest.yml (#868)

commit 03a6b759e4d1946c36dd3cbc686d2ef520eb598d
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Tue Jun 14 09:20:00 2022 -0500

    CXX-2229 Convert CRUD v2 spec tests to unified test format (#866)
    
    * Sync CRUD spec tests directly to 37ce3668
    
    * Skip unacknowledged-*-hint-clientError tests
    
    * Improve test failure message on missing field
    
    * Fix get_hostnames to account for single server topology
    
    * Add unified test runner support for hint in bulkWrite operations
    
    * Add unified test runner support for upsertedId result in updateOne
    
    * Add unified test runner support for pipeline stages in update operations

commit 09d9d7e736b86724c21e4e41e57c1112ebf5656b
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Wed Jun 8 11:25:17 2022 -0500

    CXX-2456 Support 'let' option in bulkWriteOptions (#864)
    
    * Add support for let in bulkWriteOptions
    
    * Add test runner support for let in bulkWriteOptions
    
    * CXX-2456 Sync unified CRUD spec tests to 343a56fe0
    
    * CXX-2461 Fix minServerVersion for bulkWrite let tests
    
    * CXX-2486 Add missing $$unsetOrMatches

commit ba999e02e30fbcefb026cb9fffa041cf6d69a4b1
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Tue Jun 7 17:07:19 2022 -0500

    Move mock KMS server creation into separate background task (#865)

commit 101c986e9d7d9357f82436e507b16a472397a33f
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Mon Jun 6 13:42:32 2022 -0500

    CXX-2464 Use count instead of collStats for estimatedDocumentCount (#863)
    
    * Add test runner support for creating collection views
    
    * Update CRUD, retryable reads, and versioned API spec tests
    
    * Avoid repeated output of skip warning during test file loop
    
    * Do not ignore patch number when comparing server versions
    
    * Support pinning mongo-c-driver version to commit hashes
    
    * Temporarily pin minimum mongoc version to latest commit (db7e894bc)

commit 1afd5102fd63322fa448f490d5f0dbaee78374bb
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Fri May 6 08:10:32 2022 -0400

    (Debian packaging) remove changelog cruft

commit eff953c51177bb1be480b16c72085317ad12bf7b
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Thu May 5 18:38:34 2022 -0400

    (Debian packaging) mark ready for release

commit 73953fe70761f0fd8e7299c19e4ba3c4c448c039
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Thu May 5 18:00:42 2022 -0400

    (Debian packaging) new upstream release

commit ab8091ec66cc765ec1117b9cb05978771242b8f7
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Thu May 5 17:45:56 2022 -0400

    update docs for 3.6.5, 3.6.6, and 3.6.7 (#861)

commit 3ab94b7d9d726a17200b88152e857d2487febbbf
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Thu May 5 17:42:59 2022 -0400

    CXX-2188 add timeseries unified tests (#860)
    
    * CXX-2188  add timeseries unified tests
    
    * support additional options to "createCollection" in unified spec test runner
    
    Co-authored-by: Jesse Williamson <jesse.williamson@mongodb.com>

commit 4fc122dc2a819ab46220ac273822f2d2f8cbb7aa
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Mon Apr 25 14:02:00 2022 -0400

    CXX-1916 remove unused YAML spec tests

commit 3677ac9b9215b16b6dcc41628effb44339273e49
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Mon Apr 18 21:48:44 2022 -0400

    ensure executing user owns Git repository for Debian build

commit 34da38bb86bd3fe38d95051f4ff022d89714cc70
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Wed Apr 13 11:56:44 2022 -0400

    CXX-2488 resync types CSFLE test (#856)

commit fa271cca04ac88e01648a31dfd9fd494c36c7df2
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Thu Apr 7 13:28:02 2022 -0400

    CXX-2483 fix CSFLE custom endpoint Case 5 (#855)

commit ea0e0396ca3372479459ba8777fca22bf12df9b3
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Tue Mar 22 17:50:51 2022 -0400

    CXX-2468 remove remaining xtrace (#852)

commit 0aaacf575485f9a28f537bb6e5790e84c3868d27
Author: Jesse Williamson <jesse.williamson@mongodb.com>
Date:   Tue Mar 22 13:45:37 2022 -0700

    Our current Catch2 helper says that an exception "contains" a message, (#850)
    
    when it was /expected/ to contain a message. This fixes the message to
    not be misleading.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>

commit 58b311079f03ead57296510a1dfc4b349e2fb346
Author: Jesse Williamson <jesse.williamson@mongodb.com>
Date:   Tue Mar 22 09:00:33 2022 -0700

    Consolidate output code for client-side encryption test check; make (#851)
    
    sure correct output is seen in all cases.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>

commit 9c965a089bc14e3c2bc38f325ac519032726668c
Author: Jesse Williamson <jesse.williamson@mongodb.com>
Date:   Mon Mar 21 11:51:02 2022 -0700

    Support Azure and GCP keystores in FLE (CXX-2111) (#848)
    
    * Add gcpKMS test files. Add test .json to test_files.txt
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Get test gcp credentials from environment.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Add Azure client-side encryption tests and data files.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Add prose tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Corpus changes: support Azure and GCP; formatting.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Add Azure and GCP corpus keys.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Update mci.yml for client-side encryption corpus tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Integrate client side encryption tests and helpers from
    azure-gcp.CXX-2111.
    
    Meld tests with Kevin's earlier PR's. Track down connection
    vs. SSL error and test failure.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Disable Power8 tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Add versioned API selection to failing tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Apply clang-format
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Restore Power8 tests; move setting up environment into relevant script
    clause.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Remove +o xtrace from .mci.yml
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Add set-virtualenv.sh script.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Remove set-virtualenv.sh
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Restore Power8 tests; remove extra script references and variable
    setup.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Apply clang-format.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Remove GCP "endpoint" variable.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Remove "endpoint" variable for Azure.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Only set encryption test vars in one place; restore Power8 tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Fixup client side spec test (build).
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Fixup test (remove endpoint capture).
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Added checking for GCP and Azure enviornment variables needed to run
    encryption tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Amend comments to include new KMS providers.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * clang-format
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Change "example.com" to "doesnoteexist.invalid".
    
    See: https://github.com/mongodb/mongo-cxx-driver/pull/843
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Restore versioned server API usage.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Move tests from expecting old "parse error" to host resolution error.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Revert some clnag-format changes
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Revert versioned API where one should not be selected.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * More fiddling with test versioning.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * clang-format client_side_encryption.cpp
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Remove redundant add_test_api()
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Require that all KMS enviornment variables be set to run client side
    encryption tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Rework test_util function for skipping or failing CSE tests.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>

commit 4b86d67f58d34919860abe960fcff7d3a562087d
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Mon Mar 21 13:06:01 2022 -0400

    skip Versioned API Example 5 on 5.3+ servers (#849)

commit 9d53a3670e38eb899285203a2a3ebc0dddb6cb21
Author: Ole Henrik Dahle <ole@dahle.no>
Date:   Thu Mar 3 17:41:13 2022 +0100

    CXX-2458 Avoid warnings when compiling with -Wfloat-equal (#842)
    
    Added pragma statements to suppress -Wfloat-equal flag for this file, since double equality comparison is on purpose.
    
    Co-authored-by: Ole Henrik Dahle <ole.henrik.dahle@indra.no>

commit 2c16fa1e02ae875d8b10ae6bb384f29e59729552
Author: Jesse Williamson <jesse.williamson@mongodb.com>
Date:   Tue Mar 1 18:08:53 2022 -0800

    CXX2183 - expose document validation failure details (#846)
    
    * CXX2183 - expose document validation failure details
    
    Ensure that the "details" field is included in errInfo on failure.
    
    https://jira.mongodb.org/browse/CXX-2183
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Basic structure working.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Tidied up a few things in response to review comments; tried
    to avoid going /too/ far...
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Update WRT review response; remove checking on failure.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Remove extraneous test code.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Clarify comment.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Review fixes; don't run on pre-5.0 servers; use versioned API.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Update in response to review comments; reformat; add validation
    of insert trigger.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Move flag change
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Fix compiler error.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Fix compiler error.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Minor cosmetic adjustment (and nudge build system).
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Fix linter complaint.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * Clang-format changes.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    * clang-format version mismatch
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>

commit aaab2d18b922afb70f73988d7a88f3fe003fbf97
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Thu Feb 17 19:44:06 2022 -0500

    fix two minor defects in unified test runner
    
    - add support for "double" in test assertions
    - remove extraneous assertion on 'isClientError'

commit 66c8828b61f2e1247383eed9043cc094c0d5974d
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Sat Feb 12 14:52:09 2022 -0500

    CXX-2274 support 'let' option for aggregate command

commit a7be2f22f2cd4c8664e48abae4f78b6f1c9d6e99
Author: ogrech-antidot <87519758+ogrech-antidot@users.noreply.github.com>
Date:   Sun Feb 20 20:44:48 2022 +0100

    CXX-2424 Add GridFS partial download (#804)
    
    Co-authored-by: Kevin Albertson <kevin.albertson@mongodb.com>

commit eb86512b05be20d2f51d53ba9b860c709e0799b3
Author: Kevin Albertson <kevin.albertson@mongodb.com>
Date:   Wed Feb 9 00:02:09 2022 +0000

    CXX-2445 replace example.com with doesnotexist.local (#843)

commit a6ee87e2ff23965eaddb2dc3bfc6d1e84c52a98d
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Thu Feb 3 14:22:13 2022 -0500

    CXX-2262, CXX-2263 (#841)

commit 62a5d123c47499cc6ec2810b0ec64dc24ef790df
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Fri Dec 17 15:27:54 2021 -0500

    CXX-2423 workaround pip install failure on pc64le

commit 2e2376eb984e57f23d15dadc80dda47bcf10c148
Author: steinmig <miguel.steiner@phys.chem.ethz.ch>
Date:   Sun Dec 12 19:07:24 2021 +0100

    Disabled static_assert in value_context for intel compiler (#837)

commit b858c5e18dce80bd9f8919f48b3be6fa3e066332
Author: Jesse Williamson <jesse.williamson@mongodb.com>
Date:   Thu Nov 4 20:41:54 2021 -0700

    CXX-2368 support read concern snapshot (#828)
    
    
    * Add snapshot-sessions data.
    
    This commit adds data from CXX-2371, as described here:
    https://jira.mongodb.org/browse/CXX-2371
    
    * Add cmake support for unified session tests.
    
    * Add slight informational improvements to runner's environment variable
    lookup.
    
    * remove unnecessary CAPTURE of test file contents
    
    * fix distinct result
    
    * pass session argument to count_documents operation
    
    * pass session argument to runCommand, updateOne, listDatabases, listCollections
    
    * support listIndexes
    
    * fix writeConcern parsing
    
    * use wc majority for inserting initialData
    
    * apply clang-format
    
    * Fixup for test; cannot check condition until another bug is patched.
    
    * Respond to review comments.
    
    Signed-off-by: Jesse Williamson <jesse.williamson@mongodb.com>
    
    Co-authored-by: Kevin Albertson <kevin.albertson@mongodb.com>

commit 4fd7e28e99ee94f6e5fb9a7cdcc3785104ee1674
Author: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Date:   Mon Oct 18 12:04:41 2021 -0500

    CXX-2206 add KMS TLS tests for client side encryption (#835)

commit 93967db817327a05e0c5e76d767b948670f31911
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Sat Oct 9 12:53:52 2021 -0400

    (Debian packaging) mark ready for release

commit 2097e5203840f4ec073ca57fb56edc5291b62d6d
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Sat Oct 9 12:18:20 2021 -0400

    (Debian packaging) Update to Standards-Version 4.6.0 (no changes)

commit dbbba9a87dfde943ae90299b5ea4c72f2ffe354d
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Sat Oct 9 12:17:12 2021 -0400

    (Debian packaging) Drop Samantha Ritter as uploader

commit 6f6178519c6613d02d4bf483920eb98d8803beba
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Sat Oct 9 06:35:48 2021 -0400

    (Debian packaging) new upstream release

commit c7f7fb5eb4896a16a9edb8832ddc1c33c53d2fb4
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Fri Jun 4 17:45:19 2021 -0400

    (Debian packaging) mark ready for release

commit f8a72731492dd9e50ef9a466f9d3af22389f0c7f
Author: Roberto C. Sánchez <roberto@connexer.com>
Date:   Fri Jun 4 17:27:50 2021 -0400

    (Debian packaging) new upstream release
Created: 2022-08-14 Last update: 2022-08-16 15:07
news
[rss feed]
  • [2022-05-06] Accepted mongo-cxx-driver 3.6.7-1 (source) into experimental (Roberto C. Sanchez)
  • [2021-10-09] Accepted mongo-cxx-driver 3.6.6-1 (source) into experimental (Roberto C. Sanchez)
  • [2021-09-15] mongo-cxx-driver REMOVED from testing (Debian testing watch)
  • [2021-09-14] Removed 3.6.3-1 from unstable (Debian FTP Masters)
  • [2021-08-16] mongo-cxx-driver 3.6.3-1 MIGRATED to testing (Debian testing watch)
  • [2021-06-04] Accepted mongo-cxx-driver 3.6.5-1 (source) into experimental (Roberto C. Sanchez)
  • [2021-04-19] Accepted mongo-cxx-driver 3.6.3-1 (source) into unstable (Roberto C. Sanchez)
  • [2020-12-02] Accepted mongo-cxx-driver 3.6.2-1 (source) into experimental (Roberto C. Sanchez)
  • [2020-11-04] Accepted mongo-cxx-driver 3.6.1-1 (source) into experimental (Roberto C. Sanchez)
  • [2020-08-01] Accepted mongo-cxx-driver 3.6.0-1 (source) into experimental (Roberto C. Sanchez)
  • [2020-04-09] Accepted mongo-cxx-driver 3.4.1-1 (source amd64 all) into experimental, experimental (Debian FTP Masters) (signed by: Roberto C. Sanchez)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • buildd: logs, exp, clang, cross
  • popcon
  • browse source code
  • edit tags
  • other distros

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing