Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-1763

Deprecate human_readable_serialization collection option

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      We introduced a human_readable_serialization option in RUST-1687 as a fallback for our possibly-breaking bug fix to force non-human-readable serialization in all of our API methods. However, we don't think this is an option we should maintain in the long-term for the following reasons:

      • There are many places to keep track of and configure human_readable throughout the code which creates a larger maintenance burden for this option.
      • Most users are not concerned with the way their data is represented in the database as long as it properly round-trips through the driver.
      • Users who do care about the format of their data in the database can write custom serialization/deserialization logic to handle the formatting themselves.

      Rather than support this option outright, we should deprecate it now and remove it in the next major release to give any users who are affected by the serialization fix a workaround while they fix their code.

            Assignee:
            abraham.egnor@mongodb.com Abraham Egnor
            Reporter:
            isabel.atkinson@mongodb.com Isabel Atkinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: