Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Releases: alercebroker/db-plugins

4.0.0

14 Dec 20:00
553bfad
Compare
Choose a tag to compare

What's Changed

  • Added model for classifiers in mongo by @pcastelln in #36
  • Added next info in paginate query wo count true for mongo by @AlxEnashi in #37
  • Add xmatch field for mongo objects by @pcastelln in #38
  • Query: find_all and paginate now use aggregate method from pymongo by @pcastelln in #39
  • Fix counting error when query is empty by @pcastelln in #40
  • Added helper for probabilities update by @pgallardor in #47
  • Refactoring for mongo connections and query by @pcastelln in #49
  • Update full probabilities list directly in python and then update in DB by @pgallardor in #50
  • Reduced connections for mongo helper by @pcastelln in #58
  • Created a helper to update mongo probabilitiies by @AlxEnashi in #41
  • Update mongo object model by @AlxEnashi in #35

New Contributors

Full Changelog: 3.1.0...4.0.0

3.1.0

14 Dec 19:53
58f2fb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

Release 3.0.0

06 Sep 16:36
858bbec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.4...3.0.0

Breaking Changes!:

Previously the mongo client needed USER as key. Now the keys are from PyMongo so the USER key is replaced by USERNAME.

2.1.4

12 May 14:43
a60d03b
Compare
Choose a tag to compare

Fix bo to init psql databases.

What's Changed

Full Changelog: 2.1.3...2.1.4

Release 2.1.3

25 Mar 14:48
500118e
Compare
Choose a tag to compare

Custom filter in find_all function of SQL Queries

What's Changed

Full Changelog: 2.1.2...2.1.3

Release 2.1.2

21 Mar 14:15
5289fc5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

Release 2.1.1

09 Mar 12:10
311a4e1
Compare
Choose a tag to compare
Release 2.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.0...2.1.1

Release 2.0.2

09 Nov 12:30
b458fe1
Compare
Choose a tag to compare

What's Changed

  • substract 180 to meanra value in object model for loc_definition by @DiegoMellisG in #22

New Contributors

Full Changelog: 2.0.1...2.0.2

Release 2.0.1

04 Nov 18:52
028043e
Compare
Choose a tag to compare

What's Changed

  • Add option to pass arguments to pymongo find by @dirodriguezm in #19
  • fix(sigma_changes): sigma variables change to e_ variables and correction variables deleted like mandatory fields by @JavierArredondo in #20

Full Changelog: 2.0.0...2.0.1

Release 2.0.0

03 Nov 20:17
Compare
Choose a tag to compare

Release 2.0.0

The main feature is the MongoDB plugin

Features

  • MongoDB ORM layer
  • MongoDB connection class following the previous interface
  • MongoDB compatible models for the new database
  • MongoQuery extends pymongo.collection.Collection
  • Tests with mongomock
  • Added bulk_update to MongoQuery

What's Changed

New Contributors

Full Changelog: https://github.com/alercebroker/db-plugins/commits/2.0.0