From b0ddc2af71d760391c71dbd10c36fd38f6e7b7d1 Mon Sep 17 00:00:00 2001 From: ORY Continuous Integration Date: Tue, 10 Dec 2019 21:31:14 +0000 Subject: [PATCH] docs: Incorporates changes from version v1.0.9-14-ge6f4f90c [ci skip] --- CHANGELOG.md | 65 ++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f3715f88f..e41970ea5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -172,6 +172,7 @@ **Closed issues:** +- Multistaging Build for hydra [\#1662](https://github.com/ory/hydra/issues/1662) - Support Postgres schemas [\#1657](https://github.com/ory/hydra/issues/1657) - Support postgres schemas [\#1656](https://github.com/ory/hydra/issues/1656) - Extremely slow while invalidating all login sessions of a certain user [\#1653](https://github.com/ory/hydra/issues/1653) @@ -189,6 +190,7 @@ **Merged pull requests:** +- Update documentation banner image [\#1661](https://github.com/ory/hydra/pull/1661) ([jfcurran](https://github.com/jfcurran)) - Update ory/x to latest version [\#1655](https://github.com/ory/hydra/pull/1655) ([jtescher](https://github.com/jtescher)) - Improve performance for revoking sessions [\#1654](https://github.com/ory/hydra/pull/1654) ([rickwang7712](https://github.com/rickwang7712)) - Bump fosite to v0.30.2 [\#1643](https://github.com/ory/hydra/pull/1643) ([tutman96](https://github.com/tutman96)) @@ -230,7 +232,6 @@ - Remove unnecessary paragraph in Hydra API docs [\#1605](https://github.com/ory/hydra/pull/1605) ([slashmo](https://github.com/slashmo)) - Feature/add client metadata [\#1602](https://github.com/ory/hydra/pull/1602) ([pike1212](https://github.com/pike1212)) - client: change pk field to int64 [\#1597](https://github.com/ory/hydra/pull/1597) ([pike1212](https://github.com/pike1212)) -- oauth2: Enable PKCE for private clients [\#1567](https://github.com/ory/hydra/pull/1567) ([aeneasr](https://github.com/aeneasr)) ## [v1.0.8](https://github.com/ory/hydra/tree/v1.0.8) (2019-10-04) [Full Changelog](https://github.com/ory/hydra/compare/v1.0.7...v1.0.8) @@ -263,6 +264,10 @@ - DSN credential is shown in log [\#1585](https://github.com/ory/hydra/issues/1585) - Create client command doesn't pass some arguments [\#1584](https://github.com/ory/hydra/issues/1584) +**Merged pull requests:** + +- clients: Ensure order of paginated results [\#1568](https://github.com/ory/hydra/pull/1568) ([aeneasr](https://github.com/aeneasr)) + ## [v1.0.4](https://github.com/ory/hydra/tree/v1.0.4) (2019-09-26) [Full Changelog](https://github.com/ory/hydra/compare/v1.0.3...v1.0.4) @@ -318,7 +323,7 @@ **Merged pull requests:** -- clients: Ensure order of paginated results [\#1568](https://github.com/ory/hydra/pull/1568) ([aeneasr](https://github.com/aeneasr)) +- oauth2: Enable PKCE for private clients [\#1567](https://github.com/ory/hydra/pull/1567) ([aeneasr](https://github.com/aeneasr)) - docker: Add alpine image [\#1566](https://github.com/ory/hydra/pull/1566) ([aeneasr](https://github.com/aeneasr)) - Add quickstart for prometheus. [\#1562](https://github.com/ory/hydra/pull/1562) ([genchilu](https://github.com/genchilu)) - chore: remove confusing dsn setting value [\#1556](https://github.com/ory/hydra/pull/1556) ([cpwc](https://github.com/cpwc)) @@ -386,6 +391,7 @@ - Fix wrong command name [\#1496](https://github.com/ory/hydra/pull/1496) ([shankardevy](https://github.com/shankardevy)) - cmd: Print meaningful error messages on network issues [\#1493](https://github.com/ory/hydra/pull/1493) ([aeneasr](https://github.com/aeneasr)) - Build\(deps\): Bump lodash from 4.17.11 to 4.17.14 in /test/e2e/oauth2-client [\#1491](https://github.com/ory/hydra/pull/1491) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Fixed typoe. Not -c but --config [\#1489](https://github.com/ory/hydra/pull/1489) ([herrjemand](https://github.com/herrjemand)) - cmd: Use commit hash instead of version for link to config [\#1488](https://github.com/ory/hydra/pull/1488) ([aeneasr](https://github.com/aeneasr)) ## [v1.0.0](https://github.com/ory/hydra/tree/v1.0.0) (2019-06-24) @@ -482,7 +488,6 @@ **Merged pull requests:** -- Fixed typoe. Not -c but --config [\#1489](https://github.com/ory/hydra/pull/1489) ([herrjemand](https://github.com/herrjemand)) - Remove binary license [\#1470](https://github.com/ory/hydra/pull/1470) ([aeneasr](https://github.com/aeneasr)) - docker: Run as non-root user [\#1469](https://github.com/ory/hydra/pull/1469) ([aeneasr](https://github.com/aeneasr)) - sdk: Update SDKs and fix PHP namespace [\#1468](https://github.com/ory/hydra/pull/1468) ([aeneasr](https://github.com/aeneasr)) @@ -746,6 +751,7 @@ - docker: Bump base docker image versions [\#1271](https://github.com/ory/hydra/pull/1271) ([sawadashota](https://github.com/sawadashota)) - vendor: Bump ory/x to 0.0.35 [\#1267](https://github.com/ory/hydra/pull/1267) ([aeneasr](https://github.com/aeneasr)) - Bump testify v1.3.0 [\#1262](https://github.com/ory/hydra/pull/1262) ([sawadashota](https://github.com/sawadashota)) +- Disable RejectInsecureRequest middleware on unix sockets [\#1259](https://github.com/ory/hydra/pull/1259) ([jayme-github](https://github.com/jayme-github)) - Fix disable-telemetry check [\#1258](https://github.com/ory/hydra/pull/1258) ([jtescher](https://github.com/jtescher)) - fix token flush CLI description [\#1251](https://github.com/ory/hydra/pull/1251) ([sawadashota](https://github.com/sawadashota)) - Enable to validate by old system secret [\#1249](https://github.com/ory/hydra/pull/1249) ([sawadashota](https://github.com/sawadashota)) @@ -816,7 +822,6 @@ **Merged pull requests:** -- Disable RejectInsecureRequest middleware on unix sockets [\#1259](https://github.com/ory/hydra/pull/1259) ([jayme-github](https://github.com/jayme-github)) - sql: Remove superuser requirements from postgres migrations [\#1226](https://github.com/ory/hydra/pull/1226) ([aeneasr](https://github.com/aeneasr)) - docker: Remove dep from build chain [\#1217](https://github.com/ory/hydra/pull/1217) ([aeneasr](https://github.com/aeneasr)) - docs: Fix broken links [\#1216](https://github.com/ory/hydra/pull/1216) ([aeneasr](https://github.com/aeneasr)) @@ -844,7 +849,6 @@ - client: rename grant type authorize\_code to authorization\_code [\#1191](https://github.com/ory/hydra/pull/1191) ([sjkaliski](https://github.com/sjkaliski)) - refactoring [\#1190](https://github.com/ory/hydra/pull/1190) ([RikiyaFujii](https://github.com/RikiyaFujii)) - Remove duplicated refresh token section [\#1188](https://github.com/ory/hydra/pull/1188) ([condemil](https://github.com/condemil)) -- ci: Generate benchmarks in docus format [\#1170](https://github.com/ory/hydra/pull/1170) ([aeneasr](https://github.com/aeneasr)) ## [v1.0.0-rc.2+oryOS.9](https://github.com/ory/hydra/tree/v1.0.0-rc.2+oryOS.9) (2018-11-21) [Full Changelog](https://github.com/ory/hydra/compare/v1.0.0-rc.1+oryOS.9...v1.0.0-rc.2+oryOS.9) @@ -965,6 +969,7 @@ - e2e: Improve e2e test pipeline [\#1180](https://github.com/ory/hydra/pull/1180) ([aeneasr](https://github.com/aeneasr)) - docs: Auto-generate appendix [\#1174](https://github.com/ory/hydra/pull/1174) ([aeneasr](https://github.com/aeneasr)) - vendor: Upgrade to fosite 0.28.0 [\#1172](https://github.com/ory/hydra/pull/1172) ([aeneasr](https://github.com/aeneasr)) +- ci: Generate benchmarks in docus format [\#1170](https://github.com/ory/hydra/pull/1170) ([aeneasr](https://github.com/aeneasr)) - ci: Update release pipeline for new versioning [\#1169](https://github.com/ory/hydra/pull/1169) ([aeneasr](https://github.com/aeneasr)) - oauth2: Make client registration endpoint configurable [\#1167](https://github.com/ory/hydra/pull/1167) ([aeneasr](https://github.com/aeneasr)) - sdk: Update swagger endpoint definition [\#1166](https://github.com/ory/hydra/pull/1166) ([aeneasr](https://github.com/aeneasr)) @@ -1003,6 +1008,7 @@ - Fix swagger [\#1045](https://github.com/ory/hydra/pull/1045) ([pierredavidbelanger](https://github.com/pierredavidbelanger)) - client: fix test to pass non-nil context [\#1044](https://github.com/ory/hydra/pull/1044) ([someone1](https://github.com/someone1)) - Bump fosite version and integrate breaking changes [\#1042](https://github.com/ory/hydra/pull/1042) ([aaslamin](https://github.com/aaslamin)) +- two littles things that bugs me when I compile or run tests [\#1039](https://github.com/ory/hydra/pull/1039) ([pierredavidbelanger](https://github.com/pierredavidbelanger)) - cmd: Do not echo secrets if explicitly set [\#1038](https://github.com/ory/hydra/pull/1038) ([aeneasr](https://github.com/aeneasr)) - propagate context through to the sql store [\#1030](https://github.com/ory/hydra/pull/1030) ([aaslamin](https://github.com/aaslamin)) - consent: Add SessionsPath const [\#1027](https://github.com/ory/hydra/pull/1027) ([someone1](https://github.com/someone1)) @@ -1052,7 +1058,6 @@ **Merged pull requests:** -- two littles things that bugs me when I compile or run tests [\#1039](https://github.com/ory/hydra/pull/1039) ([pierredavidbelanger](https://github.com/pierredavidbelanger)) - docker: Update compose definitions [\#1020](https://github.com/ory/hydra/pull/1020) ([aeneasr](https://github.com/aeneasr)) - config: Fix use of uninitialized logger [\#1015](https://github.com/ory/hydra/pull/1015) ([vHanda](https://github.com/vHanda)) - cmd: Replace aeneasr/cors with rs/cors [\#1011](https://github.com/ory/hydra/pull/1011) ([aeneasr](https://github.com/aeneasr)) @@ -1080,6 +1085,7 @@ - consent: Obtain previously selected scopes [\#902](https://github.com/ory/hydra/issues/902) - oauth2: allow issuing of JWT access tokens [\#248](https://github.com/ory/hydra/issues/248) - oauth2: Add scope to introspection test suite [\#941](https://github.com/ory/hydra/pull/941) ([aeneasr](https://github.com/aeneasr)) +- cmd: Allows reading database from env in migrate sql [\#898](https://github.com/ory/hydra/pull/898) ([aeneasr](https://github.com/aeneasr)) - consent: Add logout api endpoint [\#984](https://github.com/ory/hydra/pull/984) ([aeneasr](https://github.com/aeneasr)) - sdk: Upgrade superagent to 3.7.0 [\#983](https://github.com/ory/hydra/pull/983) ([aeneasr](https://github.com/aeneasr)) - vendor: Upgrade to latest sqlcon [\#975](https://github.com/ory/hydra/pull/975) ([aeneasr](https://github.com/aeneasr)) @@ -1213,10 +1219,6 @@ ## [v1.0.0-beta.3](https://github.com/ory/hydra/tree/v1.0.0-beta.3) (2018-06-13) [Full Changelog](https://github.com/ory/hydra/compare/v1.0.0-beta.2...v1.0.0-beta.3) -**Implemented enhancements:** - -- cmd: Allows reading database from env in migrate sql [\#898](https://github.com/ory/hydra/pull/898) ([aeneasr](https://github.com/aeneasr)) - **Closed issues:** - cmd: Add flag to allow reading database url in migration command from env [\#896](https://github.com/ory/hydra/issues/896) @@ -1365,6 +1367,7 @@ - Resolves dep and tests issues [\#821](https://github.com/ory/hydra/pull/821) ([aeneasr](https://github.com/aeneasr)) - Activating Open Collective [\#805](https://github.com/ory/hydra/pull/805) ([monkeywithacupcake](https://github.com/monkeywithacupcake)) - metrics: Improves naming of traits [\#804](https://github.com/ory/hydra/pull/804) ([aeneasr](https://github.com/aeneasr)) +- docs: Moves documentation to new repository. [\#800](https://github.com/ory/hydra/pull/800) ([aeneasr](https://github.com/aeneasr)) - 0.11 [\#796](https://github.com/ory/hydra/pull/796) ([aeneasr](https://github.com/aeneasr)) ## [v0.11.10](https://github.com/ory/hydra/tree/v0.11.10) (2018-03-19) @@ -1388,10 +1391,12 @@ - telemetry: Add version and build info as custom dimensions [\#802](https://github.com/ory/hydra/issues/802) - docs: Adds redirects for broken guide links [\#798](https://github.com/ory/hydra/pull/798) ([aeneasr](https://github.com/aeneasr)) +- client: Introduces pagination to client management [\#774](https://github.com/ory/hydra/pull/774) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** - docker: Build time always return time.Now\(\) [\#792](https://github.com/ory/hydra/issues/792) +- cmd: Resolves an issue with broken build time display [\#799](https://github.com/ory/hydra/pull/799) ([aeneasr](https://github.com/aeneasr)) - cmd: Adds OpenID Connect refresh handler [\#797](https://github.com/ory/hydra/pull/797) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -1401,7 +1406,7 @@ **Merged pull requests:** - metrics: Improves naming of traits [\#803](https://github.com/ory/hydra/pull/803) ([aeneasr](https://github.com/aeneasr)) -- docs: Moves documentation to new repository. [\#800](https://github.com/ory/hydra/pull/800) ([aeneasr](https://github.com/aeneasr)) +- docs: Resolves broken images and build [\#801](https://github.com/ory/hydra/pull/801) ([aeneasr](https://github.com/aeneasr)) - all: Updates license headers [\#793](https://github.com/ory/hydra/pull/793) ([aeneasr](https://github.com/aeneasr)) ## [v0.11.7](https://github.com/ory/hydra/tree/v0.11.7) (2018-03-03) @@ -1416,7 +1421,6 @@ - ConsentRequest should use time.Now\(\).UTC\(\) for ExpiresAt. [\#679](https://github.com/ory/hydra/issues/679) - sdk: add python sdk [\#639](https://github.com/ory/hydra/issues/639) - oauth2: Forces UTC in consent strategy [\#775](https://github.com/ory/hydra/pull/775) ([aeneasr](https://github.com/aeneasr)) -- client: Introduces pagination to client management [\#774](https://github.com/ory/hydra/pull/774) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -1452,14 +1456,13 @@ - jwk: refactor jwk id generation [\#589](https://github.com/ory/hydra/issues/589) - oauth2: Adds support for PKCE \(IETF RFC7636\) [\#769](https://github.com/ory/hydra/pull/769) ([aeneasr](https://github.com/aeneasr)) - Forces unique JWK IDs and allows anonymous access to ./well-known/jwks.json [\#762](https://github.com/ory/hydra/pull/762) ([aeneasr](https://github.com/aeneasr)) +- cmd: Makes scopes in token command configurable [\#712](https://github.com/ory/hydra/pull/712) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** - Do not show client secret when client is public in CLI [\#737](https://github.com/ory/hydra/issues/737) - oauth2: Client secret error message should be shown on creation [\#725](https://github.com/ory/hydra/issues/725) -- cmd: Resolves an issue with broken build time display [\#799](https://github.com/ory/hydra/pull/799) ([aeneasr](https://github.com/aeneasr)) - sdk: Resolves composer license complaint [\#763](https://github.com/ory/hydra/pull/763) ([aeneasr](https://github.com/aeneasr)) -- client: Returns 404 only when policy allows getting a client [\#751](https://github.com/ory/hydra/pull/751) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -1471,7 +1474,6 @@ **Merged pull requests:** - Gen php sdk [\#814](https://github.com/ory/hydra/pull/814) ([pnicolcev-tulipretail](https://github.com/pnicolcev-tulipretail)) -- docs: Resolves broken images and build [\#801](https://github.com/ory/hydra/pull/801) ([aeneasr](https://github.com/aeneasr)) - oauth2: Resolves possible session fixation attack [\#770](https://github.com/ory/hydra/pull/770) ([aeneasr](https://github.com/aeneasr)) - docs: Fix dead link to example policy [\#767](https://github.com/ory/hydra/pull/767) ([gr-eg](https://github.com/gr-eg)) - Purge tokens [\#766](https://github.com/ory/hydra/pull/766) ([aeneasr](https://github.com/aeneasr)) @@ -1489,7 +1491,6 @@ **Implemented enhancements:** - Improve telemetry module [\#752](https://github.com/ory/hydra/pull/752) ([aeneasr](https://github.com/aeneasr)) -- vendor: Adds offline\_access scope alias [\#724](https://github.com/ory/hydra/pull/724) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -1498,6 +1499,10 @@ ## [v0.11.2](https://github.com/ory/hydra/tree/v0.11.2) (2018-01-22) [Full Changelog](https://github.com/ory/hydra/compare/v0.11.1...v0.11.2) +**Fixed bugs:** + +- client: Returns 404 only when policy allows getting a client [\#751](https://github.com/ory/hydra/pull/751) ([aeneasr](https://github.com/aeneasr)) + **Merged pull requests:** - oauth2: Protects consent flow against session fixation [\#754](https://github.com/ory/hydra/pull/754) ([aeneasr](https://github.com/aeneasr)) @@ -1531,8 +1536,10 @@ - group: List groups without owner [\#732](https://github.com/ory/hydra/issues/732) - Add an alias for offline scope called offline\_access [\#722](https://github.com/ory/hydra/issues/722) - oauth2: Print debug message to logs and evaluate transmitting it to clients too [\#715](https://github.com/ory/hydra/issues/715) +- groups: Add ability to list all groups, not just by member [\#734](https://github.com/ory/hydra/pull/734) ([aeneasr](https://github.com/aeneasr)) - sdk: Adds php registry dummy [\#733](https://github.com/ory/hydra/pull/733) ([aeneasr](https://github.com/aeneasr)) - oauth2: Prints debug message to logs and evaluate transmitting it to clients too [\#727](https://github.com/ory/hydra/pull/727) ([aeneasr](https://github.com/aeneasr)) +- vendor: Adds offline\_access scope alias [\#724](https://github.com/ory/hydra/pull/724) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -1556,8 +1563,6 @@ **Implemented enhancements:** - Make scopes in `hydra token client` command configurable [\#711](https://github.com/ory/hydra/issues/711) -- cmd: Makes scopes in token command configurable [\#712](https://github.com/ory/hydra/pull/712) ([aeneasr](https://github.com/aeneasr)) -- cmd: Adds a dedicated command for importing policies [\#709](https://github.com/ory/hydra/pull/709) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -1583,7 +1588,6 @@ **Implemented enhancements:** - Reintroduce alpine based image with shell [\#703](https://github.com/ory/hydra/issues/703) -- groups: Add ability to list all groups, not just by member [\#734](https://github.com/ory/hydra/pull/734) ([aeneasr](https://github.com/aeneasr)) **Merged pull requests:** @@ -1658,6 +1662,7 @@ - oauth2: Make sub explicit in the database [\#658](https://github.com/ory/hydra/issues/658) - oauth2: Add access control to token introspection endpoint [\#655](https://github.com/ory/hydra/issues/655) - all: make policy resource and action names configurable [\#640](https://github.com/ory/hydra/issues/640) +- cmd: Adds a dedicated command for importing policies [\#709](https://github.com/ory/hydra/pull/709) ([aeneasr](https://github.com/aeneasr)) - Subject field [\#674](https://github.com/ory/hydra/pull/674) ([aeneasr](https://github.com/aeneasr)) - Add changelog [\#673](https://github.com/ory/hydra/pull/673) ([aeneasr](https://github.com/aeneasr)) @@ -1809,7 +1814,6 @@ - Changes from zvelo [\#636](https://github.com/ory/hydra/pull/636) ([aeneasr](https://github.com/aeneasr)) - Dep, JWK and groups [\#635](https://github.com/ory/hydra/pull/635) ([aeneasr](https://github.com/aeneasr)) -- tests: run database tests in parallel [\#632](https://github.com/ory/hydra/pull/632) ([aeneasr](https://github.com/aeneasr)) - Use recommendations made from cryptopasta repository [\#630](https://github.com/ory/hydra/pull/630) ([aeneasr](https://github.com/aeneasr)) - Support ES256 JWK Algo [\#628](https://github.com/ory/hydra/pull/628) ([joshuarubin](https://github.com/joshuarubin)) @@ -1839,6 +1843,7 @@ **Merged pull requests:** +- tests: run database tests in parallel [\#632](https://github.com/ory/hydra/pull/632) ([aeneasr](https://github.com/aeneasr)) - cmd/server: SQLConnection should load SQLRequestManager [\#618](https://github.com/ory/hydra/pull/618) ([aeneasr](https://github.com/aeneasr)) - Clean up helpers and increase test coverage [\#611](https://github.com/ory/hydra/pull/611) ([aeneasr](https://github.com/aeneasr)) - sdk: format js sdk and remove mock tests [\#609](https://github.com/ory/hydra/pull/609) ([aeneasr](https://github.com/aeneasr)) @@ -2355,6 +2360,7 @@ - Dropping brackets in Create Client example [\#415](https://github.com/ory/hydra/pull/415) ([pbarker](https://github.com/pbarker)) - Update README.md [\#409](https://github.com/ory/hydra/pull/409) ([joelpickup](https://github.com/joelpickup)) - docs: changes apiary url to current version [\#407](https://github.com/ory/hydra/pull/407) ([aeneasr](https://github.com/aeneasr)) +- oauth2: fix typo [\#403](https://github.com/ory/hydra/pull/403) ([maximesong](https://github.com/maximesong)) ## [v0.7.9](https://github.com/ory/hydra/tree/v0.7.9) (2017-04-02) [Full Changelog](https://github.com/ory/hydra/compare/v0.7.8...v0.7.9) @@ -2367,7 +2373,6 @@ **Merged pull requests:** - Updated ladon version in glide.lock [\#404](https://github.com/ory/hydra/pull/404) ([ericalandouglas](https://github.com/ericalandouglas)) -- oauth2: fix typo [\#403](https://github.com/ory/hydra/pull/403) ([maximesong](https://github.com/maximesong)) ## [v0.7.8](https://github.com/ory/hydra/tree/v0.7.8) (2017-03-24) [Full Changelog](https://github.com/ory/hydra/compare/v0.7.7...v0.7.8) @@ -2398,6 +2403,7 @@ **Merged pull requests:** +- Update bash command in tutorial [\#412](https://github.com/ory/hydra/pull/412) ([pbarker](https://github.com/pbarker)) - docker: reduce docker image size [\#396](https://github.com/ory/hydra/pull/396) ([aeneasr](https://github.com/aeneasr)) - Added information about auth code exchange to oauth2 docs [\#392](https://github.com/ory/hydra/pull/392) ([therebelrobot](https://github.com/therebelrobot)) - Small typo. [\#391](https://github.com/ory/hydra/pull/391) ([darron](https://github.com/darron)) @@ -2430,7 +2436,6 @@ **Merged pull requests:** -- Update bash command in tutorial [\#412](https://github.com/ory/hydra/pull/412) ([pbarker](https://github.com/pbarker)) - oauth2: invalid consent response causes panic - closes \#369 [\#370](https://github.com/ory/hydra/pull/370) ([aeneasr](https://github.com/aeneasr)) - Resolve issues with SQL maximum open connections [\#360](https://github.com/ory/hydra/pull/360) ([aeneasr](https://github.com/aeneasr)) @@ -2506,10 +2511,12 @@ - cmd: add configuration options for `hydra token user` [\#327](https://github.com/ory/hydra/issues/327) - core: add api key flow [\#234](https://github.com/ory/hydra/issues/234) +- 0.6.0 [\#293](https://github.com/ory/hydra/pull/293) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** - openid: support response\_type=code id\_token - closes \#332 [\#333](https://github.com/ory/hydra/pull/333) ([aeneasr](https://github.com/aeneasr)) +- 0.6.0 [\#293](https://github.com/ory/hydra/pull/293) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -2625,7 +2632,6 @@ - consider signing up for Core Infrastructure Initiative badge [\#246](https://github.com/ory/hydra/issues/246) - oauth2: token revocation endpoint [\#233](https://github.com/ory/hydra/issues/233) - oauth2/rethinkdb: clear expired access tokens from memory [\#228](https://github.com/ory/hydra/issues/228) -- 0.6.0 [\#293](https://github.com/ory/hydra/pull/293) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -2633,7 +2639,6 @@ - oauth2/introspect: make endpoint rfc7662 compatible [\#289](https://github.com/ory/hydra/issues/289) - rethink: figure out how to deal with unreliable changefeed [\#269](https://github.com/ory/hydra/issues/269) - oauth2: requests waste a lot of time in fosite storer `requestFromRDB\(\)` routine [\#260](https://github.com/ory/hydra/issues/260) -- 0.6.0 [\#293](https://github.com/ory/hydra/pull/293) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -2732,6 +2737,7 @@ - oidc: support kid hint in header [\#222](https://github.com/ory/hydra/issues/222) - 0.5.0-errors [\#263](https://github.com/ory/hydra/pull/263) ([aeneasr](https://github.com/aeneasr)) - 0.5.0 [\#243](https://github.com/ory/hydra/pull/243) ([aeneasr](https://github.com/aeneasr)) +- autobuild [\#240](https://github.com/ory/hydra/pull/240) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -2782,7 +2788,6 @@ **Implemented enhancements:** - Add version option to Hydra's CLI [\#218](https://github.com/ory/hydra/issues/218) -- autobuild [\#240](https://github.com/ory/hydra/pull/240) ([aeneasr](https://github.com/aeneasr)) - Update jwt-go and resolve warden regression issue [\#232](https://github.com/ory/hydra/pull/232) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -2854,6 +2859,7 @@ **Implemented enhancements:** +- warden: rename authorized / allowed endpoints to something more meaningful [\#162](https://github.com/ory/hydra/issues/162) - 0.3.0 [\#195](https://github.com/ory/hydra/pull/195) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -2880,7 +2886,6 @@ - improve hydra connect dialogue [\#170](https://github.com/ory/hydra/issues/170) - investigate if token creation can be speeded up [\#168](https://github.com/ory/hydra/issues/168) - consent: allow proxying of id token claims [\#167](https://github.com/ory/hydra/issues/167) -- warden: rename authorized / allowed endpoints to something more meaningful [\#162](https://github.com/ory/hydra/issues/162) - warden: rename `assertion` to `token` [\#158](https://github.com/ory/hydra/issues/158) - Implement strict mode for warden [\#156](https://github.com/ory/hydra/issues/156) - Implement token introspection endpoint [\#155](https://github.com/ory/hydra/issues/155) @@ -2890,7 +2895,6 @@ - Warden for anonymous users [\#139](https://github.com/ory/hydra/issues/139) - oauth2/consent: id token expiry should be configurable [\#127](https://github.com/ory/hydra/issues/127) - warden: endpoint should only require valid client, not policy based access control [\#121](https://github.com/ory/hydra/issues/121) -- Improve error message of wrong system secret [\#104](https://github.com/ory/hydra/issues/104) - warden: rename authorized / allowed endpoints to something more meaningful [\#187](https://github.com/ory/hydra/pull/187) ([aeneasr](https://github.com/aeneasr)) - 0.2.0 [\#165](https://github.com/ory/hydra/pull/165) ([aeneasr](https://github.com/aeneasr)) - all: add test cases for methods returning slices or maps of entities [\#152](https://github.com/ory/hydra/pull/152) ([aeneasr](https://github.com/aeneasr)) @@ -2994,6 +2998,7 @@ **Implemented enhancements:** +- Improve error message of wrong system secret [\#104](https://github.com/ory/hydra/issues/104) - CLI should have `-dry` option to show what the HTTP request looks like [\#99](https://github.com/ory/hydra/issues/99) - Add offline scope for refresh tokens [\#97](https://github.com/ory/hydra/issues/97) - extend jwk cert store [\#92](https://github.com/ory/hydra/issues/92) @@ -3003,6 +3008,7 @@ - Update GoRethink imports [\#78](https://github.com/ory/hydra/issues/78) - link exemplary policies in the docs [\#75](https://github.com/ory/hydra/issues/75) - support SAML in addition to OAuth2 [\#29](https://github.com/ory/hydra/issues/29) +- 0.1-beta2 [\#90](https://github.com/ory/hydra/pull/90) ([aeneasr](https://github.com/aeneasr)) - vendor: switch to versioned gorethink api [\#81](https://github.com/ory/hydra/pull/81) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -3024,7 +3030,7 @@ - Fix typo of weather [\#100](https://github.com/ory/hydra/pull/100) ([smurfpandey](https://github.com/smurfpandey)) - readme: add security section [\#87](https://github.com/ory/hydra/pull/87) ([aeneasr](https://github.com/aeneasr)) - Fix idiom in README [\#79](https://github.com/ory/hydra/pull/79) ([neuhaus](https://github.com/neuhaus)) -- oauth: added google provider [\#50](https://github.com/ory/hydra/pull/50) ([aeneasr](https://github.com/aeneasr)) +- Hydra is now using Go 1.6 vendoring and is deployable to heroku [\#56](https://github.com/ory/hydra/pull/56) ([aeneasr](https://github.com/aeneasr)) ## [0.1-beta1](https://github.com/ory/hydra/tree/0.1-beta1) (2016-05-29) **Implemented enhancements:** @@ -3041,7 +3047,6 @@ - Make JWT as access tokens optional and replace with a custom strategy [\#32](https://github.com/ory/hydra/issues/32) - support for ldap for user storage [\#28](https://github.com/ory/hydra/issues/28) - Migrate from mux to httprouter [\#14](https://github.com/ory/hydra/issues/14) -- 0.1-beta2 [\#90](https://github.com/ory/hydra/pull/90) ([aeneasr](https://github.com/aeneasr)) - Decompositioning, implement Fosite [\#62](https://github.com/ory/hydra/pull/62) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -3072,12 +3077,12 @@ **Merged pull requests:** - Remove go get of govet in .travis.yml [\#67](https://github.com/ory/hydra/pull/67) ([sbani](https://github.com/sbani)) -- Hydra is now using Go 1.6 vendoring and is deployable to heroku [\#56](https://github.com/ory/hydra/pull/56) ([aeneasr](https://github.com/aeneasr)) - Heroku [\#55](https://github.com/ory/hydra/pull/55) ([aeneasr](https://github.com/aeneasr)) - Update README.md [\#54](https://github.com/ory/hydra/pull/54) ([leetal](https://github.com/leetal)) - RethinkDB [\#53](https://github.com/ory/hydra/pull/53) ([leetal](https://github.com/leetal)) - handler.go:300: no formatting directive in Sprintf call [\#52](https://github.com/ory/hydra/pull/52) ([QuentinPerez](https://github.com/QuentinPerez)) - providers: added microsoft and improved existing providers [\#51](https://github.com/ory/hydra/pull/51) ([aeneasr](https://github.com/aeneasr)) +- oauth: added google provider [\#50](https://github.com/ory/hydra/pull/50) ([aeneasr](https://github.com/aeneasr)) - handle multiple return values from gopass [\#49](https://github.com/ory/hydra/pull/49) ([timothyknight](https://github.com/timothyknight)) - doc: create MAINTAINERS [\#45](https://github.com/ory/hydra/pull/45) ([aeneasr](https://github.com/aeneasr)) - docs: create CONTRIBUTING.md [\#44](https://github.com/ory/hydra/pull/44) ([aeneasr](https://github.com/aeneasr))