Onegov-core

Latest version: v0.67.0

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 33

0.45.0

~~~~~~~~~~~~~~~~~~~

- Adds support for decimal values to JSON.
[href]

- Forces the memory cache backend to use Dill to force the same codepath for
memcached/memcached-less data (now everything is always pickled).

This lets us catch pickling bugs during testing that we might otherwise
miss.
[href]

0.44.0

~~~~~~~~~~~~~~~~~~~

- No longer limits the number of overflow connections in the queue pool.

This is mainly useful for cronjob threads which need one connection each and
who will now only be limited by the connection limit of the database.
[href]

0.43.3

~~~~~~~~~~~~~~~~~~~

- Skips dill version 0.2.7 as this version leads to recursion errors.
[href]

- Enables a css minifier by default.
[href]

0.43.2

~~~~~~~~~~~~~~~~~~~

- Adds missing permission checking helper.
[msom]

0.43.1

~~~~~~~~~~~~~~~~~~~

- Adds the ability to force an update on all timestamp based models.
[href]

- Renames is_email_template to suppress_global_variables in the render_template
function.
[href]

0.43.0

~~~~~~~~~~~~~~~~~~~

- Orders independent upgrade tasks by their module dependencies.

This acts as a sane default for module upgrades. For example, if
onegov.ticket depends on onegov.user, all user tasks will be executed first.
Once the ticket tasks are run, the user tables are therefore up to date.

This change only affects the order of tasks which do not define no
explicit dependencies.

- Adds a datetime query argument converter.
[href]

Page 9 of 33

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.