This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
Releases: alercebroker/db-plugins
Releases · alercebroker/db-plugins
4.0.0
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
- @AlxEnashi made their first contribution in #37
- @pgallardor made their first contribution in #47
Full Changelog: 3.1.0...4.0.0
3.1.0
What's Changed
- Refactor session handling for SQL module by @dirodriguezm in #60
Full Changelog: 3.0.0...3.1.0
Release 3.0.0
What's Changed
- allow to pass additional arguments to Connection by @dirodriguezm in #33
- Fix mongo pagination count by @pcastelln in #34
- Fix/update setup 3.0.0 by @dirodriguezm in #42
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
Fix bo to init psql databases.
What's Changed
- Feat/fix sql init by @JavierArredondo in #32
Full Changelog: 2.1.3...2.1.4
Release 2.1.3
Custom filter in find_all function of SQL Queries
What's Changed
- Allow non dict sqlalchemy filter types by @dirodriguezm in #30
Full Changelog: 2.1.2...2.1.3
Release 2.1.2
What's Changed
- fix: auth source field optional by @dirodriguezm in #27
Full Changelog: 2.1.1...2.1.2
Release 2.1.1
What's Changed
- dev(setup): update version in setup.py by @JavierArredondo in #26
Full Changelog: 2.1.0...2.1.1
Release 2.0.2
What's Changed
- substract 180 to meanra value in object model for loc_definition by @DiegoMellisG in #22
New Contributors
- @DiegoMellisG made their first contribution in #22
Full Changelog: 2.0.1...2.0.2
Release 2.0.1
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
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
- Update/probabilities by @dirodriguezm in #3
- Update/new schema by @dirodriguezm in #4
- renamed magstats to magstat to keep consistency by @dirodriguezm in #5
- Prepare for integration with new db by @cvalenzu in #6
- fix feature version by @dirodriguezm in #7
- Collisions by @ercastil in #9
- Integration tests by @dirodriguezm in #10
- added flags by @dirodriguezm in #12
- Feature/mongo initdb by @dirodriguezm in #13
- fix(mongo connection): add authSource to connection by @JavierArredondo in #16
- fix update operation by @dirodriguezm in #17
New Contributors
- @dirodriguezm made their first contribution in #3
- @cvalenzu made their first contribution in #6
- @ercastil made their first contribution in #9
- @JavierArredondo made their first contribution in #16
Full Changelog: https://github.com/alercebroker/db-plugins/commits/2.0.0