Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.61 KB

Pip.Services Logo
MongoDB components for Golang Changelog

1.1.4 (2023-01-12)

  • Update dependencies

1.1.2 (2022-01-25)

Bug Fixes

  • Fixed MongoDbPersistence method in GetOneRandom.
  • Fixed database cursor closing after operations.
  • Fixed DefaultMongoDbFactory registration.

1.1.1 (2022-01-19)

Bug Fixes

  • Fix MongoDbPersistence method in GetListByFilter.

1.1.0 (2021-04-03)

Breaking changes

  • Moved MongoDbConnection to connect package
  • Added IMongoDbPersistenceOverrides to persistence constructors to support virtual methods

1.0.5 (2020-12-11)

Features

  • Update dependencies

1.0.4 (2020-08-05)

Features

  • Rafactoring code

1.0.3 (2020-08-04)

Features

  • Fix returns data in GetPageByFilter method

1.0.2 (2020-07-12)

Features

  • Moved some CRUD operations from IdentifiableMongoDbPersistence to MongoDbPersistence

1.0.1 (2020-05-19)

Features

  • Added GetCountByFilter method in IdentifiebleMongodbPersistence

1.0.0 (2020-03-05)

Initial public release

Features

  • build factory for creating MongoDB persistence components
  • connect instruments for configuring connections to the database
  • persistence abstract classes for working with the database