Skip to content

Commit

Permalink
Start of 1.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 5, 2012
1 parent 863db5e commit 20bc205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.4.0

* Raven now tracks the state of the Sentry server. If it receives an error, it will slow down
requests to the server (by passing them into a named logger, sentry.errors), and increasingly
delay the next try with repeated failures, up to about a minute.

1.3.6

* gunicorn is now disabled in default logging configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='raven',
version='1.3.6',
version='1.4.0',
author='David Cramer',
author_email='[email protected]',
url='http://github.com/dcramer/raven',
Expand Down

0 comments on commit 20bc205

Please sign in to comment.