From fc16ab97646bb444d90925b920c651e450cf1f38 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Sat, 11 Jan 2020 12:56:25 +0000 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 70 +++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfbbd3a047..ecc5f5dbe98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,6 +178,7 @@ **Merged pull requests:** - docker: Bump docker base images [\#1686](https://github.com/ory/hydra/pull/1686) ([sawadashota](https://github.com/sawadashota)) +- Make logging traceable [\#1685](https://github.com/ory/hydra/pull/1685) ([sawadashota](https://github.com/sawadashota)) - consent: Update documentation [\#1682](https://github.com/ory/hydra/pull/1682) ([marcohutzsch1234](https://github.com/marcohutzsch1234)) ## [v1.2.0](https://github.com/ory/hydra/tree/v1.2.0) (2020-01-08) @@ -469,6 +470,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) @@ -569,6 +571,7 @@ - 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)) - mod: Update ory/x to 0.0.63 [\#1467](https://github.com/ory/hydra/pull/1467) ([aeneasr](https://github.com/aeneasr)) +- mod: Update to ory/x 0.0.61 [\#1466](https://github.com/ory/hydra/pull/1466) ([aeneasr](https://github.com/aeneasr)) - docs: Add a link to Identity Provider "Werther" to community projects [\#1464](https://github.com/ory/hydra/pull/1464) ([nikolaas](https://github.com/nikolaas)) - cmd: Add option to disable access log for health endpoints [\#1458](https://github.com/ory/hydra/pull/1458) ([hypnoglow](https://github.com/hypnoglow)) - tracing: Add support for B3 headers via the JAEGER\_PROPAGATION env var [\#1456](https://github.com/ory/hydra/pull/1456) ([ptescher](https://github.com/ptescher)) @@ -583,8 +586,6 @@ **Merged pull requests:** -- Fixed typoe. Not -c but --config [\#1489](https://github.com/ory/hydra/pull/1489) ([herrjemand](https://github.com/herrjemand)) -- mod: Update to ory/x 0.0.61 [\#1466](https://github.com/ory/hydra/pull/1466) ([aeneasr](https://github.com/aeneasr)) - cli: Use go templates in token user [\#1461](https://github.com/ory/hydra/pull/1461) ([aeneasr](https://github.com/aeneasr)) - docs: Fix link to system secret rotation [\#1459](https://github.com/ory/hydra/pull/1459) ([sawadashota](https://github.com/sawadashota)) - Build\(deps\): Bump jackson-version from 2.8.9 to 2.9.9 in /sdk/java/hydra-client-resttemplate [\#1453](https://github.com/ory/hydra/pull/1453) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -744,7 +745,6 @@ **Fixed bugs:** -- Unable to return consent sessions for a user [\#1203](https://github.com/ory/hydra/issues/1203) - Profiling doesn't log any data [\#1061](https://github.com/ory/hydra/issues/1061) **Closed issues:** @@ -787,7 +787,6 @@ - Support fosite delegated transactions in SQL storage [\#1247](https://github.com/ory/hydra/issues/1247) - Refresh token not works properly [\#1246](https://github.com/ory/hydra/issues/1246) - Error : The "redirect\_uri" parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls [\#1245](https://github.com/ory/hydra/issues/1245) -- Security: bump Golang version to 1.11.3 \(CVE-2018-16875\) [\#1238](https://github.com/ory/hydra/issues/1238) - Feature request: Service account [\#1221](https://github.com/ory/hydra/issues/1221) - DX: Easily support different workflows by sharing compose configurations [\#1196](https://github.com/ory/hydra/issues/1196) - cmd: Replace checkDependency with privates & getter/setter [\#1121](https://github.com/ory/hydra/issues/1121) @@ -822,6 +821,7 @@ - cmd: Add --allowed-cors-origins to client create. [\#1290](https://github.com/ory/hydra/pull/1290) ([jgiles](https://github.com/jgiles)) - config: Support multi proxies between TLS termination proxy and hydra [\#1283](https://github.com/ory/hydra/pull/1283) ([sawadashota](https://github.com/sawadashota)) - docs: Update docs how to serve with in memory database [\#1279](https://github.com/ory/hydra/pull/1279) ([sawadashota](https://github.com/sawadashota)) +- addresses \#1247 [\#1277](https://github.com/ory/hydra/pull/1277) ([michaelwagler](https://github.com/michaelwagler)) - 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)) @@ -837,6 +837,7 @@ **Closed issues:** - sql: Scan error on column index 13, name \"login\_challenge\": unsupported Scan, storing driver.Value type \ into type \*string [\#1240](https://github.com/ory/hydra/issues/1240) +- Security: bump Golang version to 1.11.3 \(CVE-2018-16875\) [\#1238](https://github.com/ory/hydra/issues/1238) - Why is the Ory Hydra Docker image nearly 1GB in size? [\#1237](https://github.com/ory/hydra/issues/1237) - Feature request: Database migrations without downtime [\#1236](https://github.com/ory/hydra/issues/1236) - typo in "building from source" [\#1235](https://github.com/ory/hydra/issues/1235) @@ -860,7 +861,6 @@ **Merged pull requests:** -- addresses \#1247 [\#1277](https://github.com/ory/hydra/pull/1277) ([michaelwagler](https://github.com/michaelwagler)) - ci: Resolve flaky test issues [\#1234](https://github.com/ory/hydra/pull/1234) ([aeneasr](https://github.com/aeneasr)) - README.md: Oktober typo [\#1233](https://github.com/ory/hydra/pull/1233) ([hisamura333](https://github.com/hisamura333)) - oauth2: Improve introspection debugability [\#1232](https://github.com/ory/hydra/pull/1232) ([aeneasr](https://github.com/aeneasr)) @@ -878,7 +878,9 @@ **Fixed bugs:** +- Unable to return consent sessions for a user [\#1203](https://github.com/ory/hydra/issues/1203) - consent: Show all granted consent requests [\#1206](https://github.com/ory/hydra/pull/1206) ([aeneasr](https://github.com/aeneasr)) +- sql: Resolve index/fk regression issues [\#1178](https://github.com/ory/hydra/pull/1178) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -977,7 +979,6 @@ - ACR claim not being set on id token when requested by login accept request [\#1032](https://github.com/ory/hydra/issues/1032) - List all consent sessions returns 404 [\#1031](https://github.com/ory/hydra/issues/1031) - Introspect endpoint reports expiration time for refresh tokens [\#1025](https://github.com/ory/hydra/issues/1025) -- sql: Resolve index/fk regression issues [\#1178](https://github.com/ory/hydra/pull/1178) ([aeneasr](https://github.com/aeneasr)) - Prepare v1.0.0-rc.1 release [\#1175](https://github.com/ory/hydra/pull/1175) ([aeneasr](https://github.com/aeneasr)) - consent: Ignore row count in revoke [\#1173](https://github.com/ory/hydra/pull/1173) ([aeneasr](https://github.com/aeneasr)) - vendor: Upgrade to fosite 0.27.4 [\#1171](https://github.com/ory/hydra/pull/1171) ([aeneasr](https://github.com/aeneasr)) @@ -1079,6 +1080,7 @@ - Bump fosite version to 0.23.0 + New tracing instrumented Hasher [\#1052](https://github.com/ory/hydra/pull/1052) ([aaslamin](https://github.com/aaslamin)) - consent: migrate to test helpers \[closes \#1043\] [\#1051](https://github.com/ory/hydra/pull/1051) ([someone1](https://github.com/someone1)) - 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)) @@ -1086,6 +1088,7 @@ - consent: Add SessionsPath const [\#1027](https://github.com/ory/hydra/pull/1027) ([someone1](https://github.com/someone1)) - Use latest version of sqlcon [\#1024](https://github.com/ory/hydra/pull/1024) ([davidjwilkins](https://github.com/davidjwilkins)) - cmd/server: Export Handler bootstrap functions \(\#973\) [\#1023](https://github.com/ory/hydra/pull/1023) ([someone1](https://github.com/someone1)) +- Add support for distributed tracing [\#1019](https://github.com/ory/hydra/pull/1019) ([aaslamin](https://github.com/aaslamin)) ## [v1.0.0-beta.9](https://github.com/ory/hydra/tree/v1.0.0-beta.9) (2018-09-01) [Full Changelog](https://github.com/ory/hydra/compare/v1.0.0-beta.8...v1.0.0-beta.9) @@ -1102,7 +1105,6 @@ - jwk: Add ability to rotate SYSTEM\_SECRET [\#1012](https://github.com/ory/hydra/pull/1012) ([aeneasr](https://github.com/aeneasr)) - vendor: Upgrade sqlcon to 0.0.6 [\#1008](https://github.com/ory/hydra/pull/1008) ([aeneasr](https://github.com/aeneasr)) - cmd: Use viper for cors detection [\#998](https://github.com/ory/hydra/pull/998) ([aeneasr](https://github.com/aeneasr)) -- cmd: Disable CORS by default [\#997](https://github.com/ory/hydra/pull/997) ([aeneasr](https://github.com/aeneasr)) - cmd: Add version to banner [\#995](https://github.com/ory/hydra/pull/995) ([aeneasr](https://github.com/aeneasr)) - sdk: Add new methods to SDK interface [\#994](https://github.com/ory/hydra/pull/994) ([aeneasr](https://github.com/aeneasr)) @@ -1115,7 +1117,6 @@ - MySQL/MariDB broken on default Debian installations [\#377](https://github.com/ory/hydra/issues/377) - cmd: Clarify HYDRA\_ADMIN\_URL in missing endpoint message [\#1018](https://github.com/ory/hydra/pull/1018) ([aeneasr](https://github.com/aeneasr)) - oauth2: Accept expired JWTs as id\_token\_hint [\#1017](https://github.com/ory/hydra/pull/1017) ([aeneasr](https://github.com/aeneasr)) -- cmd: Disable CORS by default [\#997](https://github.com/ory/hydra/pull/997) ([aeneasr](https://github.com/aeneasr)) - consent: Populate consent session with default values [\#989](https://github.com/ory/hydra/pull/989) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -1129,9 +1130,7 @@ **Merged pull requests:** -- client: fix test to pass non-nil context [\#1044](https://github.com/ory/hydra/pull/1044) ([someone1](https://github.com/someone1)) - docker: Update compose definitions [\#1020](https://github.com/ory/hydra/pull/1020) ([aeneasr](https://github.com/aeneasr)) -- Add support for distributed tracing [\#1019](https://github.com/ory/hydra/pull/1019) ([aaslamin](https://github.com/aaslamin)) - 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)) - oauth2: Enable client specific CORS settings [\#1009](https://github.com/ory/hydra/pull/1009) ([aeneasr](https://github.com/aeneasr)) @@ -1157,7 +1156,7 @@ - cmd: Add option to specify new oidc parameters in client [\#935](https://github.com/ory/hydra/issues/935) - 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: Disable CORS by default [\#997](https://github.com/ory/hydra/pull/997) ([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)) @@ -1174,6 +1173,7 @@ - oauth2: Introspect response is empty when `active` is false. [\#964](https://github.com/ory/hydra/issues/964) - consent: MemoryManager should return `errNoPreviousConsentFound` when no previous consent was found [\#959](https://github.com/ory/hydra/issues/959) - consent: Auth session should check for `pkg.ErrNotFound`, not `sql.ErrNoRows` [\#944](https://github.com/ory/hydra/issues/944) +- cmd: Disable CORS by default [\#997](https://github.com/ory/hydra/pull/997) ([aeneasr](https://github.com/aeneasr)) - sdk: Add AdminURL and PublicURL to configuration [\#968](https://github.com/ory/hydra/pull/968) ([aeneasr](https://github.com/aeneasr)) - cmd: Introduce public and administrative ports [\#963](https://github.com/ory/hydra/pull/963) ([aeneasr](https://github.com/aeneasr)) - consent: Properly identify revoked login sessions [\#945](https://github.com/ory/hydra/pull/945) ([aeneasr](https://github.com/aeneasr)) @@ -1197,7 +1197,6 @@ - Add api endpoint to list all authorized clients by user [\#954](https://github.com/ory/hydra/pull/954) ([kingjan1999](https://github.com/kingjan1999)) - Use spdx expression for license in package.json [\#952](https://github.com/ory/hydra/pull/952) ([kingjan1999](https://github.com/kingjan1999)) - Improve client API compatibility with oidc dynamic discovery [\#943](https://github.com/ory/hydra/pull/943) ([aeneasr](https://github.com/aeneasr)) -- docs: Adds CI benchmarks [\#897](https://github.com/ory/hydra/pull/897) ([aeneasr](https://github.com/aeneasr)) - oauth2: Share error details with redirect fallback [\#982](https://github.com/ory/hydra/pull/982) ([aeneasr](https://github.com/aeneasr)) - cli: Print "active:false" when token is inactive [\#981](https://github.com/ory/hydra/pull/981) ([aeneasr](https://github.com/aeneasr)) - consent: Return proper error when no consent was found [\#980](https://github.com/ory/hydra/pull/980) ([aeneasr](https://github.com/aeneasr)) @@ -1228,7 +1227,6 @@ - cmd: Show error when loading x509 cert fails [\#932](https://github.com/ory/hydra/pull/932) ([aeneasr](https://github.com/aeneasr)) - Allow cookie without max age [\#930](https://github.com/ory/hydra/pull/930) ([BastianHofmann](https://github.com/BastianHofmann)) - cmd: Check dependencies are defined before instantiation [\#929](https://github.com/ory/hydra/pull/929) ([aeneasr](https://github.com/aeneasr)) -- README: fix docker linux link [\#920](https://github.com/ory/hydra/pull/920) ([philips](https://github.com/philips)) ## [v1.0.0-beta.6](https://github.com/ory/hydra/tree/v1.0.0-beta.6) (2018-07-11) [Full Changelog](https://github.com/ory/hydra/compare/v1.0.0-beta.5...v1.0.0-beta.6) @@ -1273,6 +1271,7 @@ **Merged pull requests:** +- README: fix docker linux link [\#920](https://github.com/ory/hydra/pull/920) ([philips](https://github.com/philips)) - consent: Adds ability to revoke consent and login sessions [\#915](https://github.com/ory/hydra/pull/915) ([aeneasr](https://github.com/aeneasr)) - jwk: Tests for simple equality in JWT strategy [\#914](https://github.com/ory/hydra/pull/914) ([aeneasr](https://github.com/aeneasr)) - Adds OpenID Connect Dynamic Client Registration [\#908](https://github.com/ory/hydra/pull/908) ([aeneasr](https://github.com/aeneasr)) @@ -1294,6 +1293,7 @@ **Implemented enhancements:** +- 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)) **Closed issues:** @@ -1303,6 +1303,7 @@ **Merged pull requests:** - ci: Stops benchmark result commit & pushes [\#905](https://github.com/ory/hydra/pull/905) ([aeneasr](https://github.com/aeneasr)) +- docs: Adds CI benchmarks [\#897](https://github.com/ory/hydra/pull/897) ([aeneasr](https://github.com/aeneasr)) - all: Moves to metrics-middleware [\#895](https://github.com/ory/hydra/pull/895) ([aeneasr](https://github.com/aeneasr)) ## [v1.0.0-beta.2](https://github.com/ory/hydra/tree/v1.0.0-beta.2) (2018-05-29) @@ -1395,8 +1396,10 @@ - Can you build an identity provider with hydra or not? [\#789](https://github.com/ory/hydra/issues/789) - docker: Add image capable of loading policies/clients/jwks from an init.d directory [\#760](https://github.com/ory/hydra/issues/760) - Add PUT method for /warden/groups/:id [\#745](https://github.com/ory/hydra/issues/745) +- Document that the install guide is different from the 5 minute guide [\#718](https://github.com/ory/hydra/issues/718) - Prometheus metrics [\#669](https://github.com/ory/hydra/issues/669) - docs: Port numbers from docker compose and the lengthy tutorial do not match [\#653](https://github.com/ory/hydra/issues/653) +- Add license header to all source files [\#643](https://github.com/ory/hydra/issues/643) - docs: add subject + id mocks in the policy section of the swagger specs for each endpoint [\#614](https://github.com/ory/hydra/issues/614) - docs: /warden/allowed do not fully specify security parameters [\#565](https://github.com/ory/hydra/issues/565) - docs: explain oauth2 better [\#356](https://github.com/ory/hydra/issues/356) @@ -1470,6 +1473,7 @@ - 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:** @@ -1529,12 +1533,12 @@ - oauth2: Add ability to purge old access tokens [\#738](https://github.com/ory/hydra/issues/738) - 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)) **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: Adds OpenID Connect refresh handler [\#797](https://github.com/ory/hydra/pull/797) ([aeneasr](https://github.com/aeneasr)) - sdk: Resolves composer license complaint [\#763](https://github.com/ory/hydra/pull/763) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -1553,6 +1557,7 @@ - client: do not show/send secret when client is public [\#765](https://github.com/ory/hydra/pull/765) ([zepatrik](https://github.com/zepatrik)) - fix \#725 [\#764](https://github.com/ory/hydra/pull/764) ([zepatrik](https://github.com/zepatrik)) - Cmd newsletter signup [\#759](https://github.com/ory/hydra/pull/759) ([aeneasr](https://github.com/aeneasr)) +- sdk: Generate php sdk and point php autoloader to lib folder [\#736](https://github.com/ory/hydra/pull/736) ([pnicolcev-tulipretail](https://github.com/pnicolcev-tulipretail)) ## [v0.11.4](https://github.com/ory/hydra/tree/v0.11.4) (2018-01-23) [Full Changelog](https://github.com/ory/hydra/compare/v0.11.3...v0.11.4) @@ -1622,14 +1627,11 @@ - variable part in the subject and resource in ladon policy to be filled by request [\#730](https://github.com/ory/hydra/issues/730) - Trailing slash redirect strips directories from path [\#723](https://github.com/ory/hydra/issues/723) -- Document that the install guide is different from the 5 minute guide [\#718](https://github.com/ory/hydra/issues/718) - Resolve broken docker-compose tutorial guide [\#717](https://github.com/ory/hydra/issues/717) - Document external dependencies [\#716](https://github.com/ory/hydra/issues/716) -- Keep track of version and build hash [\#706](https://github.com/ory/hydra/issues/706) **Merged pull requests:** -- sdk: Generate php sdk and point php autoloader to lib folder [\#736](https://github.com/ory/hydra/pull/736) ([pnicolcev-tulipretail](https://github.com/pnicolcev-tulipretail)) - docs: Adds documentation on third-party deps [\#728](https://github.com/ory/hydra/pull/728) ([aeneasr](https://github.com/aeneasr)) ## [v0.10.10](https://github.com/ory/hydra/tree/v0.10.10) (2017-12-16) @@ -1638,7 +1640,6 @@ **Implemented enhancements:** - Make scopes in `hydra token client` command configurable [\#711](https://github.com/ory/hydra/issues/711) -- 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)) - cmd: Adds a dedicated command for importing policies [\#709](https://github.com/ory/hydra/pull/709) ([aeneasr](https://github.com/aeneasr)) @@ -1650,6 +1651,7 @@ **Closed issues:** - Docker readme, in case it is lost [\#719](https://github.com/ory/hydra/issues/719) +- Keep track of version and build hash [\#706](https://github.com/ory/hydra/issues/706) - Scope is documented as hydra.groups but should by hydra.warden.groups [\#702](https://github.com/ory/hydra/issues/702) - Rename `hydra policies create -f` to `hydra policies import` [\#701](https://github.com/ory/hydra/issues/701) @@ -1794,6 +1796,7 @@ - Working with flask-oidc [\#660](https://github.com/ory/hydra/issues/660) - Multi stage build process removes the ability to shell into hydra container [\#657](https://github.com/ory/hydra/issues/657) +- Support ES256 JWK Algo [\#627](https://github.com/ory/hydra/issues/627) - oauth2/introspect: skip omitempty in active flag [\#607](https://github.com/ory/hydra/issues/607) - oauth2: provide CWT token generation [\#577](https://github.com/ory/hydra/issues/577) @@ -1854,7 +1857,6 @@ **Closed issues:** -- Add license header to all source files [\#643](https://github.com/ory/hydra/issues/643) - warden: remove obsolete http manager [\#616](https://github.com/ory/hydra/issues/616) **Merged pull requests:** @@ -1988,7 +1990,6 @@ **Closed issues:** -- Support ES256 JWK Algo [\#627](https://github.com/ory/hydra/issues/627) - oauth2: change meaning of audience claim [\#595](https://github.com/ory/hydra/issues/595) - sdk/go: write interfaces for APIs & responses [\#593](https://github.com/ory/hydra/issues/593) @@ -2092,10 +2093,6 @@ - cmd/policy/create: not exiting on error [\#527](https://github.com/ory/hydra/issues/527) -**Closed issues:** - -- Libraries version problem, build break. [\#481](https://github.com/ory/hydra/issues/481) - **Merged pull requests:** - cmd: add test for get handler [\#531](https://github.com/ory/hydra/pull/531) ([aeneasr](https://github.com/aeneasr)) @@ -2147,6 +2144,7 @@ **Merged pull requests:** +- cmd: resolve issuer test issue [\#522](https://github.com/ory/hydra/pull/522) ([aeneasr](https://github.com/aeneasr)) - all: improve test exports [\#521](https://github.com/ory/hydra/pull/521) ([aeneasr](https://github.com/aeneasr)) - docs: start writing faq from gitter [\#504](https://github.com/ory/hydra/pull/504) ([aeneasr](https://github.com/aeneasr)) @@ -2161,7 +2159,6 @@ **Merged pull requests:** -- cmd: resolve issuer test issue [\#522](https://github.com/ory/hydra/pull/522) ([aeneasr](https://github.com/aeneasr)) - metrics: resolve potential data race [\#520](https://github.com/ory/hydra/pull/520) ([aeneasr](https://github.com/aeneasr)) - Fix warden docs [\#519](https://github.com/ory/hydra/pull/519) ([aeneasr](https://github.com/aeneasr)) - all: export test helpers [\#518](https://github.com/ory/hydra/pull/518) ([aeneasr](https://github.com/aeneasr)) @@ -2250,6 +2247,7 @@ **Closed issues:** +- Libraries version problem, build break. [\#481](https://github.com/ory/hydra/issues/481) - oauth2: update to latest fosite which removed implicit storage [\#468](https://github.com/ory/hydra/issues/468) - Unable to set Public flag to false [\#463](https://github.com/ory/hydra/issues/463) - oauth2: allow client specific token TTLs [\#428](https://github.com/ory/hydra/issues/428) @@ -2556,6 +2554,10 @@ ## [v0.7.1](https://github.com/ory/hydra/tree/v0.7.1) (2016-12-30) [Full Changelog](https://github.com/ory/hydra/compare/v0.7.0...v0.7.1) +**Implemented enhancements:** + +- include a migration routine for databases [\#194](https://github.com/ory/hydra/issues/194) + ## [v0.7.0](https://github.com/ory/hydra/tree/v0.7.0) (2016-12-30) [Full Changelog](https://github.com/ory/hydra/compare/v0.6.10...v0.7.0) @@ -2579,7 +2581,6 @@ **Implemented enhancements:** - oauth2/consent: force jti echo in consent response [\#322](https://github.com/ory/hydra/issues/322) -- include a migration routine for databases [\#194](https://github.com/ory/hydra/issues/194) - warden: add group management and group based policy checks [\#68](https://github.com/ory/hydra/issues/68) - Improve http-based warden/introspection error responses [\#335](https://github.com/ory/hydra/pull/335) ([aeneasr](https://github.com/aeneasr)) @@ -2590,12 +2591,10 @@ - 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:** @@ -2711,6 +2710,7 @@ - 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:** @@ -2718,6 +2718,7 @@ - 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:** @@ -2782,10 +2783,6 @@ ## [v0.5.3](https://github.com/ory/hydra/tree/v0.5.3) (2016-09-29) [Full Changelog](https://github.com/ory/hydra/compare/v0.5.2...v0.5.3) -**Implemented enhancements:** - -- docker: add http-only dockerfile and upgrade to go 1.7 base image [\#273](https://github.com/ory/hydra/pull/273) ([aeneasr](https://github.com/aeneasr)) - **Fixed bugs:** - investigate if and why slow rethinkdb connection causes client root to be recreated [\#191](https://github.com/ory/hydra/issues/191) @@ -2871,7 +2868,6 @@ **Fixed bugs:** -- warden: firewal.Audience overridden with requesting clients subject [\#236](https://github.com/ory/hydra/pull/236) ([faxal](https://github.com/faxal)) - Update jwt-go and resolve warden regression issue [\#232](https://github.com/ory/hydra/pull/232) ([aeneasr](https://github.com/aeneasr)) **Closed issues:** @@ -2907,6 +2903,7 @@ **Fixed bugs:** +- warden: firewal.Audience overridden with requesting clients subject [\#236](https://github.com/ory/hydra/pull/236) ([faxal](https://github.com/faxal)) - 0.4.0-prefix [\#209](https://github.com/ory/hydra/pull/209) ([aeneasr](https://github.com/aeneasr)) - 0.4.0 [\#203](https://github.com/ory/hydra/pull/203) ([aeneasr](https://github.com/aeneasr)) @@ -2925,6 +2922,7 @@ - oauth2: introspection should return custom session values [\#205](https://github.com/ory/hydra/issues/205) - warden: move IntrospectToken from warden sdk to oauth2 [\#201](https://github.com/ory/hydra/issues/201) - warden: rename InspectToken to IntrospectToken [\#200](https://github.com/ory/hydra/issues/200) +- cli: add token validation [\#134](https://github.com/ory/hydra/pull/134) ([aeneasr](https://github.com/aeneasr)) **Fixed bugs:** @@ -2975,12 +2973,12 @@ - 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) +- docker: add http-only dockerfile and upgrade to go 1.7 base image [\#273](https://github.com/ory/hydra/pull/273) ([aeneasr](https://github.com/aeneasr)) - 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)) - Resolve rethinkdb connection when idle [\#148](https://github.com/ory/hydra/pull/148) ([aeneasr](https://github.com/aeneasr)) - all: resolve issues with the sdk and cli [\#142](https://github.com/ory/hydra/pull/142) ([aeneasr](https://github.com/aeneasr)) -- cli: add token validation [\#134](https://github.com/ory/hydra/pull/134) ([aeneasr](https://github.com/aeneasr)) - Add wrapper library for HTTP Managers [\#130](https://github.com/ory/hydra/pull/130) ([faxal](https://github.com/faxal)) **Fixed bugs:** @@ -3029,6 +3027,7 @@ - readme: Fix table of contents links [\#145](https://github.com/ory/hydra/pull/145) ([smithrobs](https://github.com/smithrobs)) - doc: Minor grammar/spelling fixes for README [\#144](https://github.com/ory/hydra/pull/144) ([smithrobs](https://github.com/smithrobs)) - Add some precisions to installation [\#131](https://github.com/ory/hydra/pull/131) ([yageek](https://github.com/yageek)) +- Remove go get of govet in .travis.yml [\#67](https://github.com/ory/hydra/pull/67) ([sbani](https://github.com/sbani)) ## [0.1-beta.4](https://github.com/ory/hydra/tree/0.1-beta.4) (2016-06-26) [Full Changelog](https://github.com/ory/hydra/compare/0.1-beta.3...0.1-beta.4) @@ -3109,6 +3108,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)) +- handler.go:300: no formatting directive in Sprintf call [\#52](https://github.com/ory/hydra/pull/52) ([QuentinPerez](https://github.com/QuentinPerez)) ## [0.1-beta1](https://github.com/ory/hydra/tree/0.1-beta1) (2016-05-29) **Implemented enhancements:** @@ -3154,12 +3154,10 @@ **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))