Skip to content

Commit

Permalink
docs: Regenerate and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 4, 2020
1 parent 3694f3c commit 00dc9cb
Showing 1 changed file with 39 additions and 24 deletions.
63 changes: 39 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Table of Contents**

- [Changelog](#changelog)
- [Unreleased](#unreleased)
- [v1.4.2 (2020-04-03)](#v142-2020-04-03)
- [v1.4.1 (2020-04-02)](#v141-2020-04-02)
- [v1.4.0 (2020-04-02)](#v140-2020-04-02)
Expand Down Expand Up @@ -175,6 +176,14 @@

# Changelog

## [Unreleased](https://github.com/ory/hydra/tree/HEAD)

[Full Changelog](https://github.com/ory/hydra/compare/v1.4.2...HEAD)

**Merged pull requests:**

- docs: Updates issue and pull request templates [\#1777](https://github.com/ory/hydra/pull/1777) ([aeneasr](https://github.com/aeneasr))

## [v1.4.2](https://github.com/ory/hydra/tree/v1.4.2) (2020-04-03)

[Full Changelog](https://github.com/ory/hydra/compare/v1.4.1...v1.4.2)
Expand Down Expand Up @@ -899,7 +908,6 @@
- consent: Add ability to share data from login to consent request [\#1353](https://github.com/ory/hydra/pull/1353) ([aeneasr](https://github.com/aeneasr))
- Add package-lock.json [\#1352](https://github.com/ory/hydra/pull/1352) ([aeneasr](https://github.com/aeneasr))
- driver: Initialize everything on start up [\#1350](https://github.com/ory/hydra/pull/1350) ([aeneasr](https://github.com/aeneasr))
- sdk: Move to go-swagger code generator [\#1347](https://github.com/ory/hydra/pull/1347) ([aeneasr](https://github.com/aeneasr))
- make: Introduce install-stable and install tasks [\#1346](https://github.com/ory/hydra/pull/1346) ([aeneasr](https://github.com/aeneasr))
- cmd: Reenable -c cli flag [\#1345](https://github.com/ory/hydra/pull/1345) ([aeneasr](https://github.com/aeneasr))
- docs: Fix environment variable DATABASE\_URL to DSN [\#1343](https://github.com/ory/hydra/pull/1343) ([sawadashota](https://github.com/sawadashota))
Expand Down Expand Up @@ -967,6 +975,7 @@

**Merged pull requests:**

- sdk: Move to go-swagger code generator [\#1347](https://github.com/ory/hydra/pull/1347) ([aeneasr](https://github.com/aeneasr))
- Improve release pipeline and update changelog [\#1341](https://github.com/ory/hydra/pull/1341) ([aeneasr](https://github.com/aeneasr))
- ci: Improve release build pipeline [\#1340](https://github.com/ory/hydra/pull/1340) ([aeneasr](https://github.com/aeneasr))
- ci: Resolve dirty release issue [\#1339](https://github.com/ory/hydra/pull/1339) ([aeneasr](https://github.com/aeneasr))
Expand Down Expand Up @@ -1282,7 +1291,6 @@
- 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))

**Fixed bugs:**

Expand Down Expand Up @@ -1333,6 +1341,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)
- sdk: Add new methods to SDK interface [\#994](https://github.com/ory/hydra/pull/994) ([aeneasr](https://github.com/aeneasr))
- oauth2: Add scope to introspection test suite [\#941](https://github.com/ory/hydra/pull/941) ([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))
Expand Down Expand Up @@ -1772,6 +1781,7 @@
**Implemented enhancements:**

- groups: Add ability to list all groups, not just by member [\#729](https://github.com/ory/hydra/issues/729)
- 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))

**Fixed bugs:**

Expand All @@ -1796,9 +1806,9 @@
- 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)
- 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))
- 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:**
Expand All @@ -1816,7 +1826,6 @@
**Merged pull requests:**

- docs: Adds documentation on third-party deps [\#728](https://github.com/ory/hydra/pull/728) ([aeneasr](https://github.com/aeneasr))
- docs: Resolves issue with broken 5-minute tutorial [\#721](https://github.com/ory/hydra/pull/721) ([aeneasr](https://github.com/aeneasr))

## [v0.10.10](https://github.com/ory/hydra/tree/v0.10.10) (2017-12-16)

Expand All @@ -1842,17 +1851,14 @@

**Merged pull requests:**

- docs: Resolves issue with broken 5-minute tutorial [\#721](https://github.com/ory/hydra/pull/721) ([aeneasr](https://github.com/aeneasr))
- Improves userinfo endpoint [\#714](https://github.com/ory/hydra/pull/714) ([aeneasr](https://github.com/aeneasr))
- groups: Corrects group scope documentation [\#710](https://github.com/ory/hydra/pull/710) ([aeneasr](https://github.com/aeneasr))

## [v0.10.9](https://github.com/ory/hydra/tree/v0.10.9) (2017-12-13)

[Full Changelog](https://github.com/ory/hydra/compare/v0.10.8...v0.10.9)

**Implemented enhancements:**

- Reintroduce alpine based image with shell [\#703](https://github.com/ory/hydra/issues/703)

**Merged pull requests:**

- pkg: Fixes returning nil instead of empty array in split [\#705](https://github.com/ory/hydra/pull/705) ([aeneasr](https://github.com/aeneasr))
Expand Down Expand Up @@ -2070,6 +2076,7 @@
- Add license header to all source files [\#644](https://github.com/ory/hydra/pull/644) ([aeneasr](https://github.com/aeneasr))
- cmd: require url-encoding of root client id and secret [\#641](https://github.com/ory/hydra/pull/641) ([aeneasr](https://github.com/aeneasr))
- fix health link in docs [\#637](https://github.com/ory/hydra/pull/637) ([DallanQ](https://github.com/DallanQ))
- tests: run database tests in parallel [\#632](https://github.com/ory/hydra/pull/632) ([aeneasr](https://github.com/aeneasr))

## [v0.10.0-alpha.10](https://github.com/ory/hydra/tree/v0.10.0-alpha.10) (2017-10-26)

Expand Down Expand Up @@ -2098,6 +2105,7 @@
**Merged pull requests:**

- 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))
- updated links to apiary as the old ones didn't work [\#626](https://github.com/ory/hydra/pull/626) ([abusaidm](https://github.com/abusaidm))
- docs: updated hydra version in the tutorial to v0.10.0-alpha.8 and consent app to v0.10.0-alpha.9 [\#625](https://github.com/ory/hydra/pull/625) ([abusaidm](https://github.com/abusaidm))
- docs: fixed spelling and wording [\#624](https://github.com/ory/hydra/pull/624) ([abusaidm](https://github.com/abusaidm))
Expand Down Expand Up @@ -2162,7 +2170,6 @@
**Merged pull requests:**

- travis: move deploy scripts to its own file [\#604](https://github.com/ory/hydra/pull/604) ([aeneasr](https://github.com/aeneasr))
- tests: skip cpu intense jwk generation in short mode [\#603](https://github.com/ory/hydra/pull/603) ([aeneasr](https://github.com/aeneasr))

## [v0.10.0-alpha.3](https://github.com/ory/hydra/tree/v0.10.0-alpha.3) (2017-10-05)

Expand All @@ -2184,6 +2191,7 @@

**Merged pull requests:**

- tests: skip cpu intense jwk generation in short mode [\#603](https://github.com/ory/hydra/pull/603) ([aeneasr](https://github.com/aeneasr))
- travis: resolve deployment issues [\#602](https://github.com/ory/hydra/pull/602) ([aeneasr](https://github.com/aeneasr))
- warden: remove deprecated http manager [\#601](https://github.com/ory/hydra/pull/601) ([aeneasr](https://github.com/aeneasr))
- docs: fix sdk links [\#599](https://github.com/ory/hydra/pull/599) ([aeneasr](https://github.com/aeneasr))
Expand All @@ -2210,7 +2218,6 @@

**Merged pull requests:**

- travis: fix binary building [\#596](https://github.com/ory/hydra/pull/596) ([aeneasr](https://github.com/aeneasr))
- cmd/cli: typo Connection -\> Policy [\#592](https://github.com/ory/hydra/pull/592) ([ljagiello](https://github.com/ljagiello))
- 0.10.0 [\#557](https://github.com/ory/hydra/pull/557) ([aeneasr](https://github.com/aeneasr))

Expand Down Expand Up @@ -2484,7 +2491,6 @@
- docs: hint at health check [\#355](https://github.com/ory/hydra/issues/355)
- Hydra URLs mounted to a subpath [\#352](https://github.com/ory/hydra/issues/352)
- oidc: hydra as federated user auth for AWS Console/API [\#315](https://github.com/ory/hydra/issues/315)
- jwk: when retrieving a key, stray request missing a subject 403 [\#271](https://github.com/ory/hydra/issues/271)

**Merged pull requests:**

Expand Down Expand Up @@ -2730,10 +2736,6 @@

[Full Changelog](https://github.com/ory/hydra/compare/v0.7.4...v0.7.7)

**Merged pull requests:**

- oauth2: invalid consent response causes panic - closes \#369 [\#370](https://github.com/ory/hydra/pull/370) ([aeneasr](https://github.com/aeneasr))

## [v0.7.4](https://github.com/ory/hydra/tree/v0.7.4) (2017-02-11)

[Full Changelog](https://github.com/ory/hydra/compare/v0.7.5...v0.7.4)
Expand Down Expand Up @@ -2763,6 +2765,10 @@

[Full Changelog](https://github.com/ory/hydra/compare/v0.7.2...v0.7.3)

**Implemented enhancements:**

- Improve http-based warden/introspection error responses [\#335](https://github.com/ory/hydra/pull/335) ([aeneasr](https://github.com/aeneasr))

**Fixed bugs:**

- policy: investigate potential sql connection leak - closes \#363 [\#365](https://github.com/ory/hydra/pull/365) ([aeneasr](https://github.com/aeneasr))
Expand Down Expand Up @@ -2794,12 +2800,16 @@

**Merged pull requests:**

- vendor: update to fosite 0.6.12 [\#344](https://github.com/ory/hydra/pull/344) ([aeneasr](https://github.com/aeneasr))
- oauth2: invalid consent response causes panic - closes \#369 [\#370](https://github.com/ory/hydra/pull/370) ([aeneasr](https://github.com/aeneasr))

## [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)
Expand All @@ -2821,9 +2831,7 @@
**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))

## [v0.6.9](https://github.com/ory/hydra/tree/v0.6.9) (2016-12-20)

Expand All @@ -2848,6 +2856,7 @@

**Merged pull requests:**

- vendor: update to fosite 0.6.12 [\#344](https://github.com/ory/hydra/pull/344) ([aeneasr](https://github.com/aeneasr))
- cmd: replace newline in HTTP\_TLS [\#331](https://github.com/ory/hydra/pull/331) ([ewilde](https://github.com/ewilde))
- Log fixes [\#324](https://github.com/ory/hydra/pull/324) ([johnwu96822](https://github.com/johnwu96822))

Expand Down Expand Up @@ -2954,7 +2963,6 @@
- Make it possible for travis-ci to build forked repos [\#295](https://github.com/ory/hydra/issues/295)
- core: add sql support [\#292](https://github.com/ory/hydra/issues/292)
- travis: execute gox build only when new commit is a new tag [\#285](https://github.com/ory/hydra/issues/285)
- cmd: prettify the `hydra token user` output [\#281](https://github.com/ory/hydra/issues/281)
- warden: make it clear that ladon.Request.Subject is not required or break bc and remove it [\#270](https://github.com/ory/hydra/issues/270)
- connections: remove connections API [\#265](https://github.com/ory/hydra/issues/265)
- consider signing up for Core Infrastructure Initiative badge [\#246](https://github.com/ory/hydra/issues/246)
Expand All @@ -2977,6 +2985,7 @@
- docs: warden resource names are wrong on apiary [\#268](https://github.com/ory/hydra/issues/268)
- Request for Comment: Fair Source License / Business Source License [\#227](https://github.com/ory/hydra/issues/227)
- core: \(health\) monitoring endpoint [\#216](https://github.com/ory/hydra/issues/216)
- add much simpler identity provider and oauth2 consumer example [\#172](https://github.com/ory/hydra/issues/172)
- 2fa: add two factor authentication helper API [\#69](https://github.com/ory/hydra/issues/69)

**Merged pull requests:**
Expand All @@ -2993,12 +3002,17 @@
- oauth2: refresh token does not migrate session object to new token [\#283](https://github.com/ory/hydra/issues/283)
- oauth2: refresh token does not migrate session object to new token [\#284](https://github.com/ory/hydra/pull/284) ([aeneasr](https://github.com/aeneasr))

**Closed issues:**

- jwk: when retrieving a key, stray request missing a subject 403 [\#271](https://github.com/ory/hydra/issues/271)

## [v0.5.7](https://github.com/ory/hydra/tree/v0.5.7) (2016-10-04)

[Full Changelog](https://github.com/ory/hydra/compare/v0.5.6...v0.5.7)

**Implemented enhancements:**

- cmd: prettify the `hydra token user` output [\#281](https://github.com/ory/hydra/issues/281)
- jwk: add use parameter to generated JWKs [\#279](https://github.com/ory/hydra/issues/279)
- jwk: add use parameter to generated JWKs - closes \#279 [\#280](https://github.com/ory/hydra/pull/280) ([aeneasr](https://github.com/aeneasr))

Expand Down Expand Up @@ -3039,6 +3053,7 @@
**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))
- autobuild [\#240](https://github.com/ory/hydra/pull/240) ([aeneasr](https://github.com/aeneasr))

**Fixed bugs:**

Expand Down Expand Up @@ -3127,7 +3142,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:**
Expand Down Expand Up @@ -3266,7 +3280,6 @@
**Closed issues:**

- Error trying to create a token via curl [\#174](https://github.com/ory/hydra/issues/174)
- add much simpler identity provider and oauth2 consumer example [\#172](https://github.com/ory/hydra/issues/172)
- gorethink: could not decode type \[\]uint8 into Go value of type string [\#169](https://github.com/ory/hydra/issues/169)
- document warden interface sdk [\#166](https://github.com/ory/hydra/issues/166)
- Document what OpenID Connect is and how to use it [\#154](https://github.com/ory/hydra/issues/154)
Expand Down Expand Up @@ -3310,9 +3323,14 @@

[Full Changelog](https://github.com/ory/hydra/compare/0.1-beta.2...0.1-beta.3)

**Implemented enhancements:**

- docker: remove wait time on boot and use restart unless-stopped option [\#105](https://github.com/ory/hydra/pull/105) ([aeneasr](https://github.com/aeneasr))

**Fixed bugs:**

- Warden handlers are not mounted [\#109](https://github.com/ory/hydra/issues/109)
- client: resolved that secrets can not be set when using http or cli [\#102](https://github.com/ory/hydra/pull/102) ([aeneasr](https://github.com/aeneasr))

**Closed issues:**

Expand Down Expand Up @@ -3341,7 +3359,6 @@
- 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)
- docker: remove wait time on boot and use restart unless-stopped option [\#105](https://github.com/ory/hydra/pull/105) ([aeneasr](https://github.com/aeneasr))
- 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))

Expand All @@ -3350,7 +3367,6 @@
- fix issue where tls certificate is regenerated on boot [\#93](https://github.com/ory/hydra/issues/93)
- typo: singing instead of signing [\#89](https://github.com/ory/hydra/issues/89)
- 404 in the gitbook [\#85](https://github.com/ory/hydra/issues/85)
- client: resolved that secrets can not be set when using http or cli [\#102](https://github.com/ory/hydra/pull/102) ([aeneasr](https://github.com/aeneasr))

**Closed issues:**

Expand Down Expand Up @@ -3428,7 +3444,6 @@
- all: username instead of email, token revocation, introspect spec ali… [\#24](https://github.com/ory/hydra/pull/24) ([aeneasr](https://github.com/aeneasr))
- Unstaged [\#20](https://github.com/ory/hydra/pull/20) ([aeneasr](https://github.com/aeneasr))
- client: now tries to refresh when token is invalid [\#18](https://github.com/ory/hydra/pull/18) ([aeneasr](https://github.com/aeneasr))
- unstaged [\#12](https://github.com/ory/hydra/pull/12) ([aeneasr](https://github.com/aeneasr))
- Ladon api update & policy http endpoint [\#11](https://github.com/ory/hydra/pull/11) ([aeneasr](https://github.com/aeneasr))
- Improved CLI `client create` and provider workflow. [\#10](https://github.com/ory/hydra/pull/10) ([aeneasr](https://github.com/aeneasr))
- cli [\#9](https://github.com/ory/hydra/pull/9) ([aeneasr](https://github.com/aeneasr))
Expand Down

0 comments on commit 00dc9cb

Please sign in to comment.