Release notes
*Sourced from [oauth2's releases](https://github.com/scrogson/oauth2/releases).*
> ## v1.0.1
> ### Bug fixes
>
> - Always use the provided serializer if one is registered ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132))
>
> ## v1.0.0
> ### Backward Incompatible Changes
>
> - There is no longer a default serializer for `application/json`. Please make
> sure to register a serializer with `OAuth2.Client.put_serializer/3`.
> - Serializers are now registered via `OAuth2.Client.put_serializer/3`.
> This change allows applications wrapping `oauth2` a way to provide default
> serializers without requiring the user to manually configure a serializer.
Changelog
*Sourced from [oauth2's changelog](https://github.com/scrogson/oauth2/blob/master/CHANGELOG.md).*
> ## v1.0.1 (2019-04-12)
>
> ### Bug fixes
>
> - Always use the provided serializer if one is registered ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132))
>
> ## v1.0.0 (2019-03-13)
>
> ### Backward Incompatible Changes
>
> - There is no longer a default serializer for `application/json`. Please make
> sure to register a serializer with `OAuth2.Client.put_serializer/3`.
> - Serializers are now registered via `OAuth2.Client.put_serializer/3`.
> This change allows applications wrapping `oauth2` a way to provide default
> serializers without requiring the user to manually configure a serializer.
Commits
- [`2bf3d4d`](https://github.com/scrogson/oauth2/commit/2bf3d4d1c8ff257b94877b2ad024a5dfe4c4697f) bump version; update changelog
- [`41b0047`](https://github.com/scrogson/oauth2/commit/41b004751ecac4f40561bba6fa9a657664fdd073) always parse body by serializer if it exists ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132))
- [`1167e90`](https://github.com/scrogson/oauth2/commit/1167e900541ed3d9751bbab5b9d178a2735943fd) update the changelog
- [`28be6c7`](https://github.com/scrogson/oauth2/commit/28be6c76ace0b89fff078f68737719fa4f80aaa7) bump version
- [`73ff279`](https://github.com/scrogson/oauth2/commit/73ff2796d7f788eb14e2343318ca4d3eaf98bdf3) Serializer Registration ([#92](https://github-redirect.dependabot.com/scrogson/oauth2/issues/92))
- [`182a9e5`](https://github.com/scrogson/oauth2/commit/182a9e5cbca8cd9f036f6ab3fedf371fc811a610) Auto-specify Behaviour ([#124](https://github-redirect.dependabot.com/scrogson/oauth2/issues/124))
- [`3468cdb`](https://github.com/scrogson/oauth2/commit/3468cdb0c769b235cf2a2fff6f7686e824914329) Log the request in debug mode ([#125](https://github-redirect.dependabot.com/scrogson/oauth2/issues/125))
- See full diff in [compare view](https://github.com/scrogson/oauth2/compare/v0.9.4...v1.0.1)
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 recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
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)
- Pull request limits (per update run and/or open at any time)
- 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.
Coverage decreased (-18.9%) to 67.568% when pulling 6bc3cd7053e73cbc990fd654b6cb61090540d3fe on dependabot/hex/oauth2-1.0.1 into 1458452b62b54f139e5e5ab9f6d555dfb0372b17 on master.
Bumps oauth2 from 0.9.4 to 1.0.1.
Release notes
*Sourced from [oauth2's releases](https://github.com/scrogson/oauth2/releases).* > ## v1.0.1 > ### Bug fixes > > - Always use the provided serializer if one is registered ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132)) > > ## v1.0.0 > ### Backward Incompatible Changes > > - There is no longer a default serializer for `application/json`. Please make > sure to register a serializer with `OAuth2.Client.put_serializer/3`. > - Serializers are now registered via `OAuth2.Client.put_serializer/3`. > This change allows applications wrapping `oauth2` a way to provide default > serializers without requiring the user to manually configure a serializer.Changelog
*Sourced from [oauth2's changelog](https://github.com/scrogson/oauth2/blob/master/CHANGELOG.md).* > ## v1.0.1 (2019-04-12) > > ### Bug fixes > > - Always use the provided serializer if one is registered ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132)) > > ## v1.0.0 (2019-03-13) > > ### Backward Incompatible Changes > > - There is no longer a default serializer for `application/json`. Please make > sure to register a serializer with `OAuth2.Client.put_serializer/3`. > - Serializers are now registered via `OAuth2.Client.put_serializer/3`. > This change allows applications wrapping `oauth2` a way to provide default > serializers without requiring the user to manually configure a serializer.Commits
- [`2bf3d4d`](https://github.com/scrogson/oauth2/commit/2bf3d4d1c8ff257b94877b2ad024a5dfe4c4697f) bump version; update changelog - [`41b0047`](https://github.com/scrogson/oauth2/commit/41b004751ecac4f40561bba6fa9a657664fdd073) always parse body by serializer if it exists ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132)) - [`1167e90`](https://github.com/scrogson/oauth2/commit/1167e900541ed3d9751bbab5b9d178a2735943fd) update the changelog - [`28be6c7`](https://github.com/scrogson/oauth2/commit/28be6c76ace0b89fff078f68737719fa4f80aaa7) bump version - [`73ff279`](https://github.com/scrogson/oauth2/commit/73ff2796d7f788eb14e2343318ca4d3eaf98bdf3) Serializer Registration ([#92](https://github-redirect.dependabot.com/scrogson/oauth2/issues/92)) - [`182a9e5`](https://github.com/scrogson/oauth2/commit/182a9e5cbca8cd9f036f6ab3fedf371fc811a610) Auto-specify Behaviour ([#124](https://github-redirect.dependabot.com/scrogson/oauth2/issues/124)) - [`3468cdb`](https://github.com/scrogson/oauth2/commit/3468cdb0c769b235cf2a2fff6f7686e824914329) Log the request in debug mode ([#125](https://github-redirect.dependabot.com/scrogson/oauth2/issues/125)) - See full diff in [compare view](https://github.com/scrogson/oauth2/compare/v0.9.4...v1.0.1)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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - Pull request limits (per update run and/or open at any time) - 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.