okfn-brasil / jarbas

🎩 API for information and suspicions about reimbursements by Brazilian congresspeople
https://jarbas.serenata.ai/
296 stars 61 forks source link

Scheduled weekly dependency update for week 08 #325

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

django-extensions 1.9.9 » 2.0.0 PyPI | Changelog | Repo | Docs
newrelic 2.102.0.85 » 2.104.0.86 PyPI | Changelog | Homepage | Bugtracker

Changelogs

django-extensions 1.9.9 -> 2.0.0

2.0.0


Changes:

  • Fix: runserver_plus, for 1.11 still using MIDDLEWARE_CLASSES
  • Fix: show_urls, Fix display in Django 2.0
  • Fix: validate_templates, remove realpath in validate_templates
  • Fix: sqldiff, bug with including proxy models in sqldiff output
  • Improvement: shell_plus, allow configurating of sqlparse formatting and pygments formatting
  • Improvement: shell_plus, add collision resolvers based on app label
  • Improvement: shell_plus, automatic importing of subclasses defined in SHELL_PLUS_SUBCLASSES_IMPORT
  • New: reset_schema, simple command to recreate public schema in PostgreSQL
  • Docs: fix links to Werkzeug documentation

newrelic 2.102.0.85 -> 2.104.0.86

2.104.0.86

This release of the Python agent adds a deprecation warning for customers that disable SSL, and adds instrumentation for asyncio interfaces.

The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.

Mandatory SSL

Disabling SSL connections to New Relic has been deprecated

SSL connections are enabled by default. In a future release, the option to disable SSL will be removed.

Asyncio Instrumentation

Using asyncio.gather or asyncio.ensure_future now tracks transaction context

Prior to this release, using asyncio.gather or asyncio.ensure_future may result in certain traces (such as external calls) not being reported in the transaction. Traces scheduled with asyncio.gather or asyncio.ensure_future from within the context of a transaction should now be properly attributed to the transaction.

That's it for now!

Happy merging! 🤖