Releases: mediapredict/daffodil
Releases · mediapredict/daffodil
Psycopg3
downgraded psycopg (NewRelic constraint)
Merge pull request #134 from igorkramaric/downgrade-psycopg-to-2.x downgrade psycopg (NewRelic constraint)
Django 5.x and Cython 3.x
...with a few optimizations that took place in previous couple of PRs, the library version will tick upwards to reflect all these changes together.
Equality and existence optimizations blended
Merge pull request #132 from igorkramaric/version-bump bumped version
existence test optimization within an AND block
v0.6.6 Merge pull request #129 from igorkramaric/be-more-liberal-with-AND-ex…
Optimize multiple equality expressions, strings and integers
This update will optimize multiple equality expressions within and AND block. There are a few exception though which are covered in tests.
Python 3.11
Merge pull request #124 from igorkramaric/python-3.11 use Python 3.11
`Django` 4.2, `psycopg2-binary` and `postgresql` DB backend
Merge pull request #122 from weswil07/upgrade-django-4.2 Upgrade Django to 4.2.
cython: cpdef to cdef vars
Merge pull request #120 from igorkramaric/fix-cpdef-to-cdef Fix cpdef to cdef
CURRENT_[DATE] offset
Merge pull request #114 from igorkramaric/add-timestamp-offset Add timestamp offset