- Use bcrypt instead of py-bcrypt as the latter has been deprecated by passlib. [href]
- Support hstore types. [msom]
0.4.18
~~~~~~~~~~~~~~~~~~~
- Adds a function that returns the object associated with a path. [href]
- Fix options not being translated on i18n-enabled forms. [href]
0.4.17
~~~~~~~~~~~~~~~~~~~
- Replaces pylibmc with python-memcached, with the latter now having Python 3 support. [href]
- Fix onegov-core upgrade hanging forever. [href]
0.4.16
~~~~~~~~~~~~~~~~~~~
- Make sure we don't get a circulare dependency between the connection and the session. [href]
- Adds the ability to define multiple bases on the session manager. [href]
- Switch postgres isolation level to SERIALIZABLE for all sessions. [href]
0.4.15
~~~~~~~~~~~~~~~~~~~
- Gets rid of global state used by the session manager. [href]
- Adds the ability to define configurations in independent methods (allowing for onegov.core.Framework extensions to provide their own configuration). [href]
- Adds functions to create and deserialize URL safe tokens. [msom]
0.4.14
~~~~~~~~~~~~~~~~~~~
- Adds a sendmail command that replaces repoze.sendmail's qp. [href]