Releases: primait/auth0_ex
Releases · primait/auth0_ex
0.9.0
0.8.0
Changed
- Now requires elixir ~> 1.14
- Normalized auth0_base_url config value
- Bumped absinthe, credo, dialyxir, ex_doc, jason, joken, plug, redix, stream_data, telemetry, telepoison
Commits
- prepare release 0.8.0 (#254) by Jaume Delclòs Coll
- bump elixir to 1.14 to fix docs build (#253) by Jaume Delclòs Coll
- prepare release 0.7.2 (#252) by Jaume Delclòs Coll
- Bump ex_doc from 0.34.2 to 0.35.1 (#250) by dependabot[bot]
- Bump dialyxir from 1.4.3 to 1.4.5 (#249) by dependabot[bot]
- Bump credo from 1.7.9 to 1.7.10 (#248) by dependabot[bot]
- Update CODEOWNERS (#247) by Cristiano Piemontese
- Bump credo from 1.7.8 to 1.7.9 (#246) by dependabot[bot]
- Bump telepoison from 1.3.2 to 2.0.0 (#244) by dependabot[bot]
- Bump stream_data from 1.1.1 to 1.1.2 (#245) by dependabot[bot]
- Bump credo from 1.7.7 to 1.7.8 (#242) by dependabot[bot]
- Bump redix from 1.5.1 to 1.5.2 (#241) by dependabot[bot]
- Bump telemetry from 1.2.1 to 1.3.0 (#240) by dependabot[bot]
- Bump joken from 2.6.1 to 2.6.2 (#239) by dependabot[bot]
- Bump absinthe from 1.7.7 to 1.7.8 (#237) by dependabot[bot]
- Bump jason from 1.4.3 to 1.4.4 (#238) by dependabot[bot]
- Bump absinthe from 1.7.6 to 1.7.7 (#236) by dependabot[bot]
- Bump ex_doc from 0.34.1 to 0.34.2 (#235) by dependabot[bot]
- Bump telepoison from 1.3.1 to 1.3.2 (#233) by dependabot[bot]
- Bump jason from 1.4.1 to 1.4.3 (#234) by dependabot[bot]
- Bump ex_doc from 0.34.0 to 0.34.1 (#231) by dependabot[bot]
- Bump plug from 1.16.0 to 1.16.1 (#232) by dependabot[bot]
- Bump credo from 1.7.6 to 1.7.7 (#229) by dependabot[bot]
- Bump stream_data from 1.0.0 to 1.1.1 (#230) by dependabot[bot]
- Bump ex_doc from 0.33.0 to 0.34.0 (#228) by dependabot[bot]
- Bump ex_doc from 0.32.2 to 0.33.0 (#227) by dependabot[bot]
- Update dependabot.yml (#226) by Cristiano Piemontese
- --- (#225) by dependabot[bot]
- Bump plug from 1.15.3 to 1.16.0 (#224) by dependabot[bot]
- Bump ex_doc from 0.32.1 to 0.32.2 (#223) by dependabot[bot]
- Bump credo from 1.7.5 to 1.7.6 (#222) by dependabot[bot]
- Bump redix from 1.5.0 to 1.5.1 (#221) by dependabot[bot]
- Bump redix from 1.4.2 to 1.5.0 (#220) by dependabot[bot]
- Bump redix from 1.4.1 to 1.4.2 (#219) by dependabot[bot]
- Bump joken from 2.6.0 to 2.6.1 (#217) by dependabot[bot]
- Bump ex_doc from 0.32.0 to 0.32.1 (#218) by dependabot[bot]
- Bump ex_doc from 0.31.2 to 0.32.0 (#216) by dependabot[bot]
- [PLATFORM-1531]: Normalize auth0_base_url config value (#215) by Simone Cottini
- Bump redix from 1.4.0 to 1.4.1 (#214) by dependabot[bot]
- Update readme explaining key construction (#212) by Simone Cottini
- Bump redix from 1.3.0 to 1.4.0 (#213) by dependabot[bot]
- Bump ex_doc from 0.31.1 to 0.31.2 (#211) by dependabot[bot]
- Bump credo from 1.7.4 to 1.7.5 (#210) by dependabot[bot]
- Bump credo from 1.7.3 to 1.7.4 (#208) by dependabot[bot]
0.7.1
Added
- Server config validation: if
:audience
is not string, an error is raised
Changed
- Fix redis cache config warnings (and related documentation)
Commits
- bump for release (#207) by Cristiano Piemontese
- [PLATFORM-1452]: When audience is atom, validation fails (#206) by Cristiano Piemontese
- [CMSSE-730]: Fix docs and warning for redis cache config (#204) by Angus Findlay
- Bump plug from 1.15.2 to 1.15.3 (#205) by dependabot[bot]
- Bump ex_doc from 0.31.0 to 0.31.1 (#203) by dependabot[bot]
- Bump credo from 1.7.2 to 1.7.3 (#202) by dependabot[bot]
- Bump credo from 1.7.1 to 1.7.2 (#200) by dependabot[bot]
- Bump dialyxir from 1.4.2 to 1.4.3 (#201) by dependabot[bot]
0.7.0
What's Changed
- [PLATFORM-1356]: Add support for ets based cache by @MaeIsBad in #189
- [PLATFORM-1195]: rfc8414 compliance by @MaeIsBad in #185
- Document new caching behaviors by @MaeIsBad in #195
- Prepare prelease by @MaeIsBad in #196
- Remove
Logger.warn
calls (round 2) by @neslinesli93 in #197 - Bump ex_doc from 0.30.9 to 0.31.0 by @dependabot in #198
- Prepare minor release by @cpiemontese in #199
New Contributors
Full Changelog: 0.6.4...0.7.0
0.7.0-pre.0
- Prepare prelease (#196) by MaeIsBad
- Document new caching behaviors (#195) by MaeIsBad
- [PLATFORM-1195]: rfc8414 compliance (#185) by MaeIsBad
- [PLATFORM-1356]: Add support for ets based cache (#189) by MaeIsBad
0.6.4
Logger.warn
is now replaced in favour ofLogger.warning
(thanks to @neslinesli93)
Commits
- Prepare release (#193) by Cristiano Piemontese
- feat: Remove
Logger.warn
calls (#191) by Tommaso - Bump absinthe from 1.7.5 to 1.7.6 (#192) by dependabot[bot]
- Bump plug from 1.15.1 to 1.15.2 (#190) by dependabot[bot]
- remove drone file (#186) by Cristiano Piemontese
- Update cd.yml (#188) by David White
- Fix source links in docs (#187) by Eddie Whiteside
- CI/CD with GHA (#178) by prima-backstage[bot]
- Bump dialyxir from 1.4.1 to 1.4.2 (#184) by dependabot[bot]
- Bump redix from 1.2.3 to 1.3.0 (#182) by dependabot[bot]
- Bump ex_doc from 0.30.8 to 0.30.9 (#183) by dependabot[bot]
- Bump ex_doc from 0.30.6 to 0.30.8 (#181) by dependabot[bot]
- Bump plug from 1.15.0 to 1.15.1 (#179) by dependabot[bot]
- Bump credo from 1.6.7 to 1.7.1 (#176) by dependabot[bot]
- Bump plug from 1.14.2 to 1.15.0 (#177) by dependabot[bot]
- Forgot to add reason (#174) by Cristiano Piemontese
- [PLATFORM-1245]: Add retire workflow (#173) by Cristiano Piemontese
- Bump telepoison from 1.3.0 to 1.3.1 (#172) by dependabot[bot]
0.6.3
0.6.3-rc.0
- prepare release (#168) by Cristiano Piemontese
- [PLATFORM-1249]: Fix compilation error due to nil value in children list (#167) by Cristiano Piemontese
- Bump ex_doc from 0.30.5 to 0.30.6 (#165) by dependabot[bot]
- Bump dialyxir from 1.3.0 to 1.4.0 (#166) by dependabot[bot]
0.6.2
Bug fixes
Commits
- [PLATFORM-1243]: Fix interaction with multiclient auth0_ex (#164) by Cristiano Piemontese
0.6.1
Commits
- prepare for release (#163) by Cristiano Piemontese
- [PLATFORM-1243]: Fix interaction with multiclient auth0_ex (#162) by Cristiano Piemontese