Skip to content

Commit

Permalink
Initial changelog for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 20, 2012
1 parent 05a9f8f commit ff14b20
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
3.0.0

Version 3.0 of Raven requires a Sentry server running at least version 5.1, as it implements
version 3 of the protocol.

* Client.create_from_text and Client.create_from_exception have been removed.
* Client.message and Client.exception have been removed.
* The ``key`` setting has been removed.
* The ``DEBUG`` setting in Django no longer disables Raven.
* The ``register_signals`` option in RAVEN_CONFIG (Django) is no longer used.
* A new helper, Client.context() is now available for scoping options.
* Client.captureExceptions is now deprecated in favor of Client.context.

2.0.0

* New serializers exist (and can be registered) against Raven. See ``raven.utils.serializer`` for more information.
Expand Down

0 comments on commit ff14b20

Please sign in to comment.