/CHANGELOG.rst
https://github.com/siddhantgoel/tornado-sqlalchemy · ReStructuredText · 82 lines · 65 code · 17 blank · 0 comment · 0 complexity · e3225def145c3a45e84aa4b7c63cc28a MD5 · raw file
- CHANGELOG
- =========
- v0.7.0
- ------
- - Support for multiple databases (thanks `@dingyaguang117`_!)
- 1. Drop :code:`session_factory` and :code:`make_session_factory` in favor of
- the new :code:`SQLAlchemy` instance
- 2. Drop :code:`declarative_base` in favor of the new :code:`SQLAlchemy.Model`
- property
- 3. Allow models to be associated to separate databases using
- :code:`__bind_key__`
- - [Please refer to `UPGRADING.rst`_ for help with upgrading.]
- v0.6.1
- ------
- - Pass :code:`SessionMixin` arguments directly to :code:`create_engine`
- - Format code using :code:`black`
- - Add test cases for concurrent session usage
- v0.5.0
- ------
- - Avoid initializing the pool executor at import time
- - Drop support for Python 3.3 and 3.4
- - Improve documentation and example code
- v0.4.1
- ------
- - Update README
- v0.4.0
- ------
- - Drop support for Python 2
- - Extend :code:`SessionMixin` to suport :code:`self.session`
- - Use :code:`__call__` pattern on :code:`declarative_base`
- - Add more test cases
- - Improve documentation and example code
- v0.3.3
- ------
- - Limit :code:`use_native_unicode` only to PostgreSQL connections
- - Update example code
- v0.3.2
- ------
- - Set :code:`default_max_workers` default value to CPU count
- v0.3.1
- ------
- - Minor improvements to :code:`setup.py`
- v0.3.0
- ------
- - Include README and LICENSE files in the package
- v0.2.2
- ------
- - Support SQLAlchemy's :code:`use_native_unicode` argument
- - Remove unused code
- - Improve documentation
- v0.2.1
- ------
- - Add default value for :code:`pool_size` argument
- - Add request handler test cases
- v0.2.0
- ------
- - Introduce :code:`SessionFactory` class
- - Support :code:`session_events`
- - Replace :code:`wrap_in_future` with :code:`as_future`
- - Update documentation
- v0.1.1
- ------
- - Initial release
- .. _@dingyaguang117: https://github.com/dingyaguang117
- .. _UPGRADING.rst: https://github.com/siddhantgoel/tornado-sqlalchemy/blob/master/UPGRADING.rst