Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
- Use concurrent futures to reduce blocking IO (#37)
- Add a test suite (#41)
- Fix RabbitMQ connection `TimeoutError` (#42).
  Acquire and dispose broker connection per request
  • Loading branch information
codingjoe committed Oct 10, 2018
1 parent 57075ec commit 03ee76f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.6 (2018-10-10

This comment has been minimized.

Copy link
@amureki

amureki Oct 11, 2018

@codingjoe
I think we are missing documentation update: https://hirefire.readthedocs.io/en/stable/

There is at least one new flag USE_CONCURRENCY to be mentioned

This comment has been minimized.

Copy link
@codingjoe

codingjoe Oct 11, 2018

Author Collaborator

@ryanhiebert also it seems the new documentation didn't build. Can you check readthedocs?

This comment has been minimized.

Copy link
@ryanhiebert

ryanhiebert Oct 12, 2018

Owner

Things look OK to me from the build, but it's still not showing 0.6 release notes on the stable docs, only on the latest docs. @codingjoe : I've added you to the readthedocs project. Feel free to take a look and see if you can figure out what's going wrong.

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

- Use concurrent futures to reduce blocking IO (#37)
- Add a test suite (#41)
- Fix RabbitMQ connection `TimeoutError` (#42).
Acquire and dispose broker connection per request

0.5 (2017-01-20)
----------------

Expand Down
2 changes: 1 addition & 1 deletion hirefire/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5'
__version__ = '0.6'

0 comments on commit 03ee76f

Please sign in to comment.