Anyblok-pyramid

Latest version: v1.2.2

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

Scan your dependencies

Page 4 of 6

0.6.3

------------------

0.6.2

------------------

* [FIX] utf-8 encoding in setup, need for readthedocs
* [REF] move from bitbucket (mercurial) to github (git)

0.6.1

------------------

* [FIX] for Python < 3.5

0.6.0

------------------

.. warning::

This version break the compatibility with previous version. The goal
is to use all the functionnality of pyramid, and give the tools to make
the bind with AnyBlok easily

* [REM] remove old Controller declarations:
* Declarations.Pyramid
* Declarations.PyramidHTTP
* Declarations.PyramidJSONRPC
* Declarations.PyramidXMLRPC
* [ADD] add anyblok request property
::

registry = request.anyblok.registry

* [ADD] installed_blok predicate for route and view
::

view_config(route_name='hello', installed_blok='my-blok')
def say_hello(request):
...

* [ADD] need_anyblok_registry predicate for route and view
::

view_config(route_name='hello', need_anyblok_registry=True)
def say_hello(request):
...

0.5.3

------------------

* [REF] Preload database, add log and check if the database exist before load
it
* [FIX] catch simple exception to reput in real rpc exception

0.5.2

------------------

* [FIX] use anyblok parser for config with gunicorn
* [REF] entry point init is now in anyblok

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.