Releases: syngenta/trellis-python
Releases · syngenta/trellis-python
0.0.61 - set 30 sec elasticsearch timeout
add elasticsearch timeout (#131) * add elasticsearch timeout * linter * Update es_connector.py * Update es_connector.py * pr review * pr review Co-authored-by: Paul Cruse III <[email protected]>
0.0.60: revamp mongodb batch_upsert (#125)
* revamp batch_upsert * changed batch_upsert publish to be per batch
0.0.59: More mongodb utilities (#124)
* delete_many(), count() and support params for insert_many() * batch_upsert() * super().publish('batch_upsert', items, **kwargs) * super().publish('delete_many', data, **kwargs) * fix lint issues * batch_delete * fixed tests after merging * removed delete_many Co-authored-by: Paul Cruse III <[email protected]>
0.0.58: MongoDB Adapter Batch_Create and Pagination in find() (#122)
* mongodb batch_create * try to fix tests * fixed tests and pushed pipfile * fixed tests * handle pagination in find * resolve comments
Mongo Support
We now support mongo
0.0.55
DB-1436 (#110) * updating mappings * fixing unit test * maybe fixing unit test * maybe fixing unit test * maybe fixing unit test * maybe fixing unit test * maybe fixing unit test * maybe fixing unit test * fixed unit test * updates from pr * unit test fix
0.0.51
Generate public url (#101) * generate public url without signature * imports * update rules * modify unsigned behaviour * lint * add config to resource * add tests * add tests
0.0.50
generate public url without signature (#100) * generate public url without signature * imports * update rules
0.0.49
use io object in kwargs (#99)
0.0.48
data can be passed as sns attributes