<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/raven.git, branch bugfix/optional-dsn</title>
<subtitle>github.com: getsentry/raven-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/'/>
<entry>
<title>bugfix: Make DSN secret optional</title>
<updated>2018-04-18T09:02:50+00:00</updated>
<author>
<name>Armin Ronacher</name>
<email>armin.ronacher@active-4.com</email>
</author>
<published>2018-04-18T07:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=0cde5237c2e9ebf5d198e9666fe9cea38d190054'/>
<id>0cde5237c2e9ebf5d198e9666fe9cea38d190054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ref: Update pytest requirements (#1224)</title>
<updated>2018-04-18T09:02:30+00:00</updated>
<author>
<name>Ashley Camba</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2018-04-18T09:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=6869e2d3b5b3a90bcd00322676ab97ab20c90082'/>
<id>6869e2d3b5b3a90bcd00322676ab97ab20c90082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match nodejs client environment variable support</title>
<updated>2018-03-29T20:16:14+00:00</updated>
<author>
<name>Anthony Lukach</name>
<email>anthonylukach@gmail.com</email>
</author>
<published>2018-03-21T19:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=9c72270099a283b2f74a0bca3ae8d09aaa161895'/>
<id>9c72270099a283b2f74a0bca3ae8d09aaa161895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: Stop mutating record.data</title>
<updated>2018-03-29T19:44:45+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2018-03-28T11:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=9223d40d0c8da7fbbe60eb2bf58fea3992bee910'/>
<id>9223d40d0c8da7fbbe60eb2bf58fea3992bee910</id>
<content type='text'>
Without this patch raven's logging handler can't be used with connexion,
because connexion does the following[1]:

     logger.debug('Getting data and status code',
                extra={
                    'data': response,
                    'data_type': type(response),
                    'url': flask.request.url
                })

When response was a dictionary raven would modify it, thus causing
unexpected and unwanted side effects.

[1] https://github.com/zalando/connexion/blob/9f20c5ffb70ccde05193077e677da2a09af362c9/connexion/apis/flask_api.py#L110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this patch raven's logging handler can't be used with connexion,
because connexion does the following[1]:

     logger.debug('Getting data and status code',
                extra={
                    'data': response,
                    'data_type': type(response),
                    'url': flask.request.url
                })

When response was a dictionary raven would modify it, thus causing
unexpected and unwanted side effects.

[1] https://github.com/zalando/connexion/blob/9f20c5ffb70ccde05193077e677da2a09af362c9/connexion/apis/flask_api.py#L110
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG.md</title>
<updated>2018-03-29T19:05:07+00:00</updated>
<author>
<name>Armin Ronacher</name>
<email>armin.ronacher@active-4.com</email>
</author>
<published>2018-03-29T19:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=e056c9dd6852d77b49ad1041f63605eb2523c286'/>
<id>e056c9dd6852d77b49ad1041f63605eb2523c286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Add a client for Sanic</title>
<updated>2018-03-29T19:03:23+00:00</updated>
<author>
<name>Armin Ronacher</name>
<email>armin.ronacher@active-4.com</email>
</author>
<published>2018-03-29T19:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=1328d65561801f6b500e8ba3bf712cdfe1691a3a'/>
<id>1328d65561801f6b500e8ba3bf712cdfe1691a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Disable dill logger by default (#1218)</title>
<updated>2018-03-29T18:07:02+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2018-03-29T18:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=fcffd7ec731b4278e76c0febf2110729a320a86d'/>
<id>fcffd7ec731b4278e76c0febf2110729a320a86d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Correct flake8 usage on pre-commit hook (#1217)</title>
<updated>2018-03-29T17:31:26+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2018-03-29T17:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=083a984776f750b1eb9f902f1fdf9bfdee8526e3'/>
<id>083a984776f750b1eb9f902f1fdf9bfdee8526e3</id>
<content type='text'>
rant: If anyone breaks this again I will strip your commit access.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rant: If anyone breaks this again I will strip your commit access.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tornado dependency fixes:#1206 (#1214)</title>
<updated>2018-03-22T09:24:53+00:00</updated>
<author>
<name>Ashley Camba</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2018-03-22T09:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=dad68e86a6008588a6094af011c225a69fc98ee4'/>
<id>dad68e86a6008588a6094af011c225a69fc98ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Changelog unreleased entry</title>
<updated>2018-03-01T09:30:50+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2018-03-01T09:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=ce252ca6baf3f899cdcc7509ad1e7c9081e3b3e7'/>
<id>ce252ca6baf3f899cdcc7509ad1e7c9081e3b3e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
