Skip to content

Releases: syngenta/trellis-python

0.0.42

27 Oct 17:37
3c03965
Compare
Choose a tag to compare
dynamodb raw_query (#83)

0.0.41: fix(deps): bump simplejson from 3.17.3 to 3.17.5 (#66)

25 Oct 19:54
487916d
Compare
Choose a tag to compare
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

11 Oct 20:48
2f31396
Compare
Choose a tag to compare
endpoint instead of db for connection caching (#79)

Co-authored-by: ncgl-syngenta <[email protected]>

0.0.38

08 Oct 18:40
1e6bd17
Compare
Choose a tag to compare
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

15 Sep 18:41
9d223fe
Compare
Choose a tag to compare
On conflict clause (#71)

0.0.33

07 Sep 13:14
62c45fb
Compare
Choose a tag to compare
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)

25 May 02:47
af251ed
Compare
Choose a tag to compare
* 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)

25 May 02:28
8e38762
Compare
Choose a tag to compare
* 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)

17 May 02:32
8e38762
Compare
Choose a tag to compare
* 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.21

16 May 20:21
489ac71
Compare
Choose a tag to compare
Removed the malformed property as a default so the date fields can ge…