Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.1](v3.0.1...v4.0.0-beta.1) (2022-01-11)

### Bug Fixes

* **authentication:** fix collection of attempted transition url ([503a0d5](503a0d5))
* **debug:** remove console log statements ([eb3af4b](eb3af4b))
* **dummy:** correct session setup and fix serializer deprecation ([aae998d](aae998d))
* **lint:** add missing linter deps and fix linting errors ([d21c18e](d21c18e))
* minor fixes and requested changes ([28a67ac](28a67ac))

* feat(adapter)!: add oidc rest adapter and refactor adapter naming ([2c9f446](2c9f446))
* refactor(octane)!: refactor to native js classes and remove mixins ([b3610e8](b3610e8))

### BREAKING CHANGES

* Include an adapter subclass of the Ember
RestAdapter to handle OIDC token refreshes and unauthorized
request handling. The existing OIDCadapter is renamed to
OIDCJSONAPIAdapter to clarify the base class origin.
* mixins can no longer be used, requires migration
of consuming ember applications.
  • Loading branch information
semantic-release-bot committed Jan 11, 2022
1 parent 3d96f50 commit 36ad574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth-oidc",
"version": "3.0.1",
"version": "4.0.0-beta.1",
"description": "A Ember Simple Auth addon which implements the OpenID Connect Authorization Code Flow.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 36ad574

Please sign in to comment.