Skip to content

Latest commit

 

History

History
95 lines (62 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

95 lines (62 loc) · 2.15 KB

Pip.Services Logo
MongoDB components for Python Changelog

3.2.5 (2022-11-21)

Bug Fixes

  • Fixed bug with empty 'id' when converting public/inner elements

3.2.4 (2022-04-15)

Bug Fixes

  • Fixed autogenerating id
  • Fixed null filter error

3.2.3 (2021-12-28)

Bug Fixes

  • Fixed bug with replacing object ID

3.2.1-3.2.2 (2021-12-27)

Features

  • Optimize code, added type hints
  • Updated CRUD operations for None values

Bug Fixes

  • Fixed is_open method
  • Fixed type hints

3.2.0 (2021-12-20)

Features

  • Migrated to pymongo 4

3.1.3 (2021-10-19)

Bug Fixes

  • Fixed MongoDbConnectionResolver uri resolve

3.1.2 (2021-08-30)

Bug Fixes

  • Fixed configure fro MongoDbPersistence

3.1.1 (2021-08-09)

Features

  • Added _auto_generate_id flag to IdentifiableMongoDbPersistence

3.1.0 (2021-05-12)

Bug Fixes

  • fix docs
  • fix private, protected method names
  • fixed returned types for operations

Features

  • Moved MongoDbConnection to connect package
  • To IdentifiableMongoDbPersistence added _convert_from_public_partial
  • Added tracing for methods
  • Added MongoDbIndex
  • Added type hints

3.0.6 (2021-04-22)

Bug Fixes

  • Fixed returning id in IdentifiableMongoDbPersistence.create

3.0.5 (2021-02-19)

Features

  • Added defineSchema method that shall be overriden in child classes
  • Added clearSchema method
  • Added creating local connection in MongoDb Persistence

3.0.1-3.0.4 (2020-03-01-2020-08-02)

Changes

  • moved methods to MemoryPersistence

Features

  • added DefaultMongoDbFactory
  • added MongoDbConnetction

Bug Fixes

  • fixed MongoDbPersistence

3.0.0 (2018-10-30)

Initial public release

Features

  • Connect - MongoDb connection resolver
  • Persistence - MongoDb persistence