v3.5.0 release package version#171
Merged
Merged
Conversation
In my setup, by default, bugsnag logged some of Http404 despite the default config telling otherwise. Looking at the examples, it was not super clear that I had to set the value to the full exception path in the setting. Then I managed to fix my setup by updating the exception path which I noticed was slightly different. - Updating the examples to be clearer by specifying the full exception path - Updating the default config to expect Http404 with full path or shortcut path
* v3.4.3 (#154) * ci: Add Django 1.11, 2.0 and 2.1 to the build matrix * fix(django): Update MIDDLEWARE to be compatible with Django 1.11+ * fix(django): Update ignore_classes for Django 1.11+ In my setup, by default, bugsnag logged some of Http404 despite the default config telling otherwise. Looking at the examples, it was not super clear that I had to set the value to the full exception path in the setting. Then I managed to fix my setup by updating the exception path which I noticed was slightly different. - Updating the examples to be clearer by specifying the full exception path - Updating the default config to expect Http404 with full path or shortcut path * Bump version * ci: Add python 3.6 to build matrix * next release: Bumped date * Separate middleware: Add insert_before and insert_after methods * Separate Middleware: Add internal_middleware to config * Separate Middleware: Add tests against callbacks running, improve existing tests * Separate middleware: Ensure both middleware stacks are called * Add test for single/legacy client mode * Separate middleware: Added functionality and tests against changing severity * Middleware separation: Point integrations at the internal stack * Middleware separation: Simplify middleware addition * Middleware separation: Made 'insert' calls more pythonic * Separate middleware: Explicitly test classes when ordering * Middleware separation: Fix lint issues * Fix test_notification linter issues * CI Fixes: Pinned 2.6 package versions * Middleware separation: Remove '_find_class_index' in favour of 'index' * Middleware separation: Ensure python 2.6 compat * Middleware separation: fix linter issues
bengourley
approved these changes
Dec 13, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Change over package version - which should have been done in #170
Note: This commit will not be squashed, as this seems to be causing issues when comparing branches for PRs. This PR should only be a single commit, not 14.