Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/docs/CHANGELOG-pre-v5.txt).*
> Version 4.3.1 - 2015-08-24 21:10:19 -0500
> ===============================================================================
>
> Edoardo Rossi (1):
> Fix missing api_key when using V3 endpoint URL
>
> Igor Kapkov (2):
> Use getters instead of handwriten methods
> Update readme to fix appraisal deprecation
>
> Kyrylo Silin (5):
> Merge pull request [#404](https://github-redirect.dependabot.com/airbrake/airbrake/issues/404) from zeroed/master
> Merge pull request [#405](https://github-redirect.dependabot.com/airbrake/airbrake/issues/405) from igas/little-optimization
> Merge pull request [#408](https://github-redirect.dependabot.com/airbrake/airbrake/issues/408) from igas/update-readme-to-fix-appraisal-deprecation
> Merge pull request [#406](https://github-redirect.dependabot.com/airbrake/airbrake/issues/406) from Aupajo/fix/ambiguous-rails
> Merge pull request [#403](https://github-redirect.dependabot.com/airbrake/airbrake/issues/403) from lisovskyvlad/master
>
> Lisovsky Vlad (1):
> Fix dumping notice object to xml for rails 2.3.10 and builder 2.1.2
>
> Mark Nadig (1):
> capistrano task should handle symbols for env
>
> Pete Nicholls (1):
> Use ::Rails namespace for Rails::VERSION
>
> shifi (3):
> Merge branch 'issue_393' of https://github.com/KonaTeam/airbrake into KonaTeam-issue_393
> Merge branch 'KonaTeam-issue_393'
> add guidelines for contributing
>
>
> Version 4.3.0 - 2015-06-23 19:36:10 -0500
> ===============================================================================
>
> Omer Gazit (1):
> Add ability to define whitelist filters for parameters
>
> shifi (7):
> use top level namespace and stay compatible with Rails 2.x - fixes [#388](https://github-redirect.dependabot.com/airbrake/airbrake/issues/388)
> update to match new changes
> support whitelist and blacklist approach for params filters and support nested filter arrays
> add more tests for params cleaner
> Merge branch 'feature/whitelist-params-filters'
> add HTTP_AUTHORIZATION to rack filters
> make sure we remove all sensitive rack vars
>
>
> Version 4.2.1 - 2015-06-01 22:12:49 -0500
> ===============================================================================
> ... (truncated)
Commits
- [`1fb13f6`](https://github.com/airbrake/airbrake/commit/1fb13f613e0fb40813a7db07b551f52413d151ac) Merge pull request [#848](https://github-redirect.dependabot.com/airbrake/airbrake/issues/848) from airbrake/release-7-3-2
- [`f0b21f2`](https://github.com/airbrake/airbrake/commit/f0b21f294cfa38cd2ee75e349eeb151cfe54a0e9) Release v7.3.2
- [`bf8d904`](https://github.com/airbrake/airbrake/commit/bf8d904dd337518804d18604255ee7acaedf381c) Merge pull request [#847](https://github-redirect.dependabot.com/airbrake/airbrake/issues/847) from airbrake/frozen-hash-error-fix
- [`a364cde`](https://github.com/airbrake/airbrake/commit/a364cdeef1dfe3af89f7aaa6b09d29224b7e5977) rack/context_filter: don't freeze the versions hash
- [`c2cb315`](https://github.com/airbrake/airbrake/commit/c2cb315b3d889c8f986df3f01ca3567e656dc89b) Merge pull request [#845](https://github-redirect.dependabot.com/airbrake/airbrake/issues/845) from airbrake/optional-filters
- [`510acae`](https://github.com/airbrake/airbrake/commit/510acae688f71dde09ae8ec55378c1cfddee767b) generators/airbrake_initializer: mention optional filters
- [`5d2755b`](https://github.com/airbrake/airbrake/commit/5d2755bdb81486f28705682cd9ce62eac217c9de) Merge pull request [#844](https://github-redirect.dependabot.com/airbrake/airbrake/issues/844) from airbrake/release-7-3-1
- [`64be592`](https://github.com/airbrake/airbrake/commit/64be592c86e3d5c446133328adb4e5493c87ff59) Release v7.3.1
- [`c387916`](https://github.com/airbrake/airbrake/commit/c387916346647b2d8bb8627af4394e403bd21b54) Merge pull request [#843](https://github-redirect.dependabot.com/airbrake/airbrake/issues/843) from airbrake/versions
- [`7e00792`](https://github.com/airbrake/airbrake/commit/7e007926d60951206684126b1ba2fbce0e78d86f) rack/context: store versions in `context/versions`
- Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v4.1.0...v7.3.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps airbrake from 4.1.0 to 7.3.2.
Changelog
*Sourced from [airbrake's changelog](https://github.com/airbrake/airbrake/blob/master/docs/CHANGELOG-pre-v5.txt).* > Version 4.3.1 - 2015-08-24 21:10:19 -0500 > =============================================================================== > > Edoardo Rossi (1): > Fix missing api_key when using V3 endpoint URL > > Igor Kapkov (2): > Use getters instead of handwriten methods > Update readme to fix appraisal deprecation > > Kyrylo Silin (5): > Merge pull request [#404](https://github-redirect.dependabot.com/airbrake/airbrake/issues/404) from zeroed/master > Merge pull request [#405](https://github-redirect.dependabot.com/airbrake/airbrake/issues/405) from igas/little-optimization > Merge pull request [#408](https://github-redirect.dependabot.com/airbrake/airbrake/issues/408) from igas/update-readme-to-fix-appraisal-deprecation > Merge pull request [#406](https://github-redirect.dependabot.com/airbrake/airbrake/issues/406) from Aupajo/fix/ambiguous-rails > Merge pull request [#403](https://github-redirect.dependabot.com/airbrake/airbrake/issues/403) from lisovskyvlad/master > > Lisovsky Vlad (1): > Fix dumping notice object to xml for rails 2.3.10 and builder 2.1.2 > > Mark Nadig (1): > capistrano task should handle symbols for env > > Pete Nicholls (1): > Use ::Rails namespace for Rails::VERSION > > shifi (3): > Merge branch 'issue_393' of https://github.com/KonaTeam/airbrake into KonaTeam-issue_393 > Merge branch 'KonaTeam-issue_393' > add guidelines for contributing > > > Version 4.3.0 - 2015-06-23 19:36:10 -0500 > =============================================================================== > > Omer Gazit (1): > Add ability to define whitelist filters for parameters > > shifi (7): > use top level namespace and stay compatible with Rails 2.x - fixes [#388](https://github-redirect.dependabot.com/airbrake/airbrake/issues/388) > update to match new changes > support whitelist and blacklist approach for params filters and support nested filter arrays > add more tests for params cleaner > Merge branch 'feature/whitelist-params-filters' > add HTTP_AUTHORIZATION to rack filters > make sure we remove all sensitive rack vars > > > Version 4.2.1 - 2015-06-01 22:12:49 -0500 > =============================================================================== > ... (truncated)Commits
- [`1fb13f6`](https://github.com/airbrake/airbrake/commit/1fb13f613e0fb40813a7db07b551f52413d151ac) Merge pull request [#848](https://github-redirect.dependabot.com/airbrake/airbrake/issues/848) from airbrake/release-7-3-2 - [`f0b21f2`](https://github.com/airbrake/airbrake/commit/f0b21f294cfa38cd2ee75e349eeb151cfe54a0e9) Release v7.3.2 - [`bf8d904`](https://github.com/airbrake/airbrake/commit/bf8d904dd337518804d18604255ee7acaedf381c) Merge pull request [#847](https://github-redirect.dependabot.com/airbrake/airbrake/issues/847) from airbrake/frozen-hash-error-fix - [`a364cde`](https://github.com/airbrake/airbrake/commit/a364cdeef1dfe3af89f7aaa6b09d29224b7e5977) rack/context_filter: don't freeze the versions hash - [`c2cb315`](https://github.com/airbrake/airbrake/commit/c2cb315b3d889c8f986df3f01ca3567e656dc89b) Merge pull request [#845](https://github-redirect.dependabot.com/airbrake/airbrake/issues/845) from airbrake/optional-filters - [`510acae`](https://github.com/airbrake/airbrake/commit/510acae688f71dde09ae8ec55378c1cfddee767b) generators/airbrake_initializer: mention optional filters - [`5d2755b`](https://github.com/airbrake/airbrake/commit/5d2755bdb81486f28705682cd9ce62eac217c9de) Merge pull request [#844](https://github-redirect.dependabot.com/airbrake/airbrake/issues/844) from airbrake/release-7-3-1 - [`64be592`](https://github.com/airbrake/airbrake/commit/64be592c86e3d5c446133328adb4e5493c87ff59) Release v7.3.1 - [`c387916`](https://github.com/airbrake/airbrake/commit/c387916346647b2d8bb8627af4394e403bd21b54) Merge pull request [#843](https://github-redirect.dependabot.com/airbrake/airbrake/issues/843) from airbrake/versions - [`7e00792`](https://github.com/airbrake/airbrake/commit/7e007926d60951206684126b1ba2fbce0e78d86f) rack/context: store versions in `context/versions` - Additional commits viewable in [compare view](https://github.com/airbrake/airbrake/compare/v4.1.0...v7.3.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.