mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-29 03:00:26 +00:00
Add 3.0
This commit is contained in:
parent
bbf422f689
commit
0bba76147a
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
Version History
|
Version History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
`3.0.0`_ Mar 18, 2020
|
||||||
|
---------------------
|
||||||
|
- Updated service to Python 3.7
|
||||||
|
- Switch from using @gen.coroutine/yield to async def/await
|
||||||
|
- Update to Tornado 6
|
||||||
|
- Update all libraries to current versions. This may require switching to alternative libraries.
|
||||||
|
|
||||||
`2.1.0`_ May 3, 2017
|
`2.1.0`_ May 3, 2017
|
||||||
--------------------
|
--------------------
|
||||||
- Consolidate code
|
- Consolidate code
|
||||||
|
@ -26,7 +33,8 @@ Version History
|
||||||
----------------------
|
----------------------
|
||||||
- Initial implementation
|
- Initial implementation
|
||||||
|
|
||||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.1.0...HEAD
|
.. _Next Release: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/3.0.0...HEAD
|
||||||
|
.. _3.0.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.1.0...3.0.0
|
||||||
.. _2.1.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.0.0...2.1.0
|
.. _2.1.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.0.0...2.1.0
|
||||||
.. _2.0.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/1.0.1...2.0.0
|
.. _2.0.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/1.0.1...2.0.0
|
||||||
.. _1.0.1: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/1.0.0...1.0.1
|
.. _1.0.1: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/1.0.0...1.0.1
|
||||||
|
|
Loading…
Reference in a new issue