Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Release 1.3.0 - #28

Open
hopsor wants to merge 16 commits into
masterfrom
develop
Open

Release 1.3.0#28
hopsor wants to merge 16 commits into
masterfrom
develop

Conversation

@hopsor

Copy link
Copy Markdown

No description provided.

jaimeiniestaand others added 13 commits July 3, 2019 14:06
* sets a default timeout of 10 seconds (instead of 5)
* makes params clearer in test. Thx @schurig
Mix infers the list of OTP applications the project depends on since version 1.4.
The OAuth library can return also this, and not only an OAuth2.Response:
https://hexdocs.pm/oauth2/0.9.4/OAuth2.Client.html#get_token/4
This patch adds handling for both cases of error result.
* relax required Elixir version
* add support for PATCH requests
* moves timeout url to module attribute in test. Thx @seanhandley
* upgrade dependencies
* fix codeship badge
After including latest changes in a new monocle branch some e2e tests were broken when accessing stuart-api. Part of those changes were upgrading oauth version from 0.9 to 2.0. When reading the changelog we realized "application/json" serializing wasn't the default anymore so after the upgrade the token was being stored as the full json string.
With this change we explicitly set "application/json" as the content type and Jason as the serializer.
Changelog: https://github.com/scrogson/oauth2/blob/master/CHANGELOG.md#v100-2019-03-13
@hopsorhopsor changed the title Release 1.2.1Release 1.3.0Jan 21, 2021

@martincabreramartincabrera left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@hopsor@martincabrera@jaimeiniesta@fxn@seanhandley@adrien-eba-stuart@haroldcarrelbilliard@telmo08