Skip to content

memori-v2.1.1

Latest
Compare
Choose a tag to compare
@harshalmore31 harshalmore31 released this 02 Oct 12:09
· 1 commit to main since this release

Release Notes – v2.1.1

Bug Fixes

Patch Release: Fixed hostname resolution issues with MongoDB Atlas connections using modern mongodb+srv:// format.

MongoDB Atlas Connection Fixes

  • Fixed DNS Resolution Warnings: Resolved hostname resolution warnings when connecting to MongoDB Atlas using mongodb+srv:// URIs
  • Improved SRV URI Parsing: Enhanced connection string parsing logic to properly handle DNS seedlist discovery
  • Better Error Handling: Added proper exception handling for server topology inspection
  • Type Safety: Fixed MyPy type checking errors for conditional MongoDB imports

Technical Improvements

  • Fixed hostname parsing logic in mongodb_connector.py and mongodb_manager.py
  • Added proper SRV URI detection to skip unnecessary DNS resolution attempts
  • Enhanced error handling for server descriptions without address attributes
  • Improved conditional import patterns for optional MongoDB dependencies