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: preserve the order of the keys #211

Merged
merged 10 commits into from
Nov 26, 2023
Merged

fix: preserve the order of the keys #211

merged 10 commits into from
Nov 26, 2023

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

  1. Update lib/mongo/messages.ex

    Co-authored-by: Rodolfo Carvalho <[email protected]>
    zookzook and rhcarvalho authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    34ad292 View commit details
    Browse the repository at this point in the history
  2. Update lib/mongo/messages.ex

    Co-authored-by: Rodolfo Carvalho <[email protected]>
    zookzook and rhcarvalho authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    901c13f View commit details
    Browse the repository at this point in the history
  3. Update lib/mongo/messages.ex

    Co-authored-by: Rodolfo Carvalho <[email protected]>
    zookzook and rhcarvalho authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9e6791d View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Co-authored-by: Rodolfo Carvalho <[email protected]>
    zookzook and rhcarvalho authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dced77f View commit details
    Browse the repository at this point in the history
  5. Update lib/mongo/messages.ex

    Co-authored-by: Rodolfo Carvalho <[email protected]>
    zookzook and rhcarvalho authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a1aec86 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Co-authored-by: Rodolfo Carvalho <[email protected]>
    zookzook and rhcarvalho authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    829dbe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. removed the benchmark code

    zookzook committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0ceb046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd8da0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Preserve order (#220)

    * fix: handle read preferences without tags
    
    * Fixed minor bug parsing url connection. Updated dependencies libraries. (#209)
    
    * Fixed minor bug parsing url connection. Updated dependencies libraries.
    
    * Incremented max_nesting option in credo refactor nestring
    
    * Changed function ReadPreference.primary() by ReadPreference.merge_defaults() in topology test file
    
    ---------
    
    Co-authored-by: Juan Antonio Jiménez <[email protected]>
    Co-authored-by: Michael Maier <[email protected]>
    
    * fix: applies the global timeout value to each query (#215)
    
    * Document BSON.Decoder and BSON.PreserveOrderDecoder
    
    But keep the documentation for those modules private for now.
    
    Expand the documentation on Data Representation and how to deal with
    preserving key order when encoding and decoding data.
    
    * Test BSON decoders
    
    * Document how to go from annotated maps with order keys to lists
    
    ---------
    
    Co-authored-by: zookzook <[email protected]>
    Co-authored-by: Juan Antonio <[email protected]>
    Co-authored-by: Juan Antonio Jiménez <[email protected]>
    4 people authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7be964c View commit details
    Browse the repository at this point in the history