Releases: syngenta/trellis-python
Releases · syngenta/trellis-python
0.0.42
dynamodb raw_query (#83)
0.0.41: fix(deps): bump simplejson from 3.17.3 to 3.17.5 (#66)
Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.17.3 to 3.17.5. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.17.3...v3.17.5) --- updated-dependencies: - dependency-name: simplejson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Cruse III <[email protected]>
0.0.39
endpoint instead of db for connection caching (#79) Co-authored-by: ncgl-syngenta <[email protected]>
0.0.38
Connection caching (#78) * test and update sql connector * lint * add test * pr review * pr review Co-authored-by: ncgl-syngenta <[email protected]>
0.0.35
On conflict clause (#71)
0.0.33
syntax error & other fixes (#69) * syntax error * syntax error * text instead of json * commit * rollback Co-authored-by: ncgl-syngenta <[email protected]>
0.0.24: Remove malformed (#53)
* Removed the malformed property as a default so the date fields can get indexed * Fixed unit test * Modified input string to use strict_date_optional_time instead of the manually formatted Z string. This ES ISO parser accepts it and allows for some more flexibility (date present with no time) around our input stamps without blowing up. * Changed flatted to object as flattened isn't present in the OSS version of elasticsearch in AWS * Updated package versions Co-authored-by: Jason Krohn <[email protected]>
0.0.23: Remove malformed (#52)
* Removed the malformed property as a default so the date fields can get indexed * Fixed unit test * Modified input string to use strict_date_optional_time instead of the manually formatted Z string. This ES ISO parser accepts it and allows for some more flexibility (date present with no time) around our input stamps without blowing up. Co-authored-by: Jason Krohn <[email protected]>
0.0.22: Remove malformed (#52)
* Removed the malformed property as a default so the date fields can get indexed * Fixed unit test * Modified input string to use strict_date_optional_time instead of the manually formatted Z string. This ES ISO parser accepts it and allows for some more flexibility (date present with no time) around our input stamps without blowing up. Co-authored-by: Jason Krohn <[email protected]>