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 3, 2020
1 parent 622b585 commit fb502cd
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Table of Contents**

- [Changelog](#changelog)
- [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)
- [v1.3.2 (2020-02-17)](#v132-2020-02-17)
Expand Down Expand Up @@ -174,6 +175,14 @@

# Changelog

## [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)

**Merged pull requests:**

- chore: move to ory analytics fork [\#1776](https://github.com/ory/hydra/pull/1776) ([aeneasr](https://github.com/aeneasr))

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

[Full Changelog](https://github.com/ory/hydra/compare/v1.4.0...v1.4.1)
Expand Down Expand Up @@ -424,6 +433,7 @@
- Bump fosite to v0.30.2 [\#1643](https://github.com/ory/hydra/pull/1643) ([tutman96](https://github.com/tutman96))
- vendor: Bump ory/x to 0.0.82 [\#1641](https://github.com/ory/hydra/pull/1641) ([aeneasr](https://github.com/aeneasr))
- Update dockerfiles to latest alpine and golang [\#1636](https://github.com/ory/hydra/pull/1636) ([ducksecops](https://github.com/ducksecops))
- Update upgrade changelog [\#1632](https://github.com/ory/hydra/pull/1632) ([aeneasr](https://github.com/aeneasr))
- Fix typo in handler.go comment [\#1626](https://github.com/ory/hydra/pull/1626) ([DonCallisto](https://github.com/DonCallisto))

## [v1.0.9](https://github.com/ory/hydra/tree/v1.0.9) (2019-11-02)
Expand All @@ -448,7 +458,6 @@

**Merged pull requests:**

- Update upgrade changelog [\#1632](https://github.com/ory/hydra/pull/1632) ([aeneasr](https://github.com/aeneasr))
- Using glob \*\* pattern in order to match partial wildcard with protoco… [\#1624](https://github.com/ory/hydra/pull/1624) ([Aterocana](https://github.com/Aterocana))
- Correct alias in OAuth2 scopes documentation [\#1613](https://github.com/ory/hydra/pull/1613) ([slashmo](https://github.com/slashmo))
- Update README.md [\#1612](https://github.com/ory/hydra/pull/1612) ([TilmanTheile](https://github.com/TilmanTheile))
Expand Down Expand Up @@ -1012,7 +1021,6 @@
- docker: Bump base docker image versions [\#1243](https://github.com/ory/hydra/pull/1243) ([aeneasr](https://github.com/aeneasr))
- docs: Fix install guide typo GO111MOUDULE [\#1242](https://github.com/ory/hydra/pull/1242) ([aeneasr](https://github.com/aeneasr))
- consent: Properly declare SQL NullStrings [\#1241](https://github.com/ory/hydra/pull/1241) ([aeneasr](https://github.com/aeneasr))
- ci: Resolve flaky test issues [\#1234](https://github.com/ory/hydra/pull/1234) ([aeneasr](https://github.com/aeneasr))

## [v1.0.0-rc.5+oryOS.10](https://github.com/ory/hydra/tree/v1.0.0-rc.5+oryOS.10) (2018-12-13)

Expand All @@ -1028,6 +1036,7 @@

**Merged pull requests:**

- 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))
- Support binding frontend/backend to unix sockets [\#1230](https://github.com/ory/hydra/pull/1230) ([jayme-github](https://github.com/jayme-github))
Expand Down Expand Up @@ -1088,6 +1097,7 @@
- Migrate links from old docs to new docs [\#1197](https://github.com/ory/hydra/pull/1197) ([techthumb](https://github.com/techthumb))
- Fixed tutorial link in README.md [\#1193](https://github.com/ory/hydra/pull/1193) ([jimmystridh](https://github.com/jimmystridh))
- setup: add instructions for updating the `hydra-migrate` service to use mysql instead of postgres [\#1192](https://github.com/ory/hydra/pull/1192) ([aaslamin](https://github.com/aaslamin))
- 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))

Expand Down Expand Up @@ -1201,7 +1211,6 @@

**Merged pull requests:**

- client: rename grant type authorize\_code to authorization\_code [\#1191](https://github.com/ory/hydra/pull/1191) ([sjkaliski](https://github.com/sjkaliski))
- More e2e tests [\#1184](https://github.com/ory/hydra/pull/1184) ([aeneasr](https://github.com/aeneasr))
- fix migrate sql command at upgrading guide [\#1183](https://github.com/ory/hydra/pull/1183) ([sawadashota](https://github.com/sawadashota))
- rc.1 release preparations [\#1182](https://github.com/ory/hydra/pull/1182) ([aeneasr](https://github.com/aeneasr))
Expand Down Expand Up @@ -1807,6 +1816,7 @@
**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 @@ -1821,6 +1831,7 @@
**Fixed bugs:**

- Misleading error message when using the SDK [\#686](https://github.com/ory/hydra/issues/686)
- sdk/go: Resolves incorrect error message [\#713](https://github.com/ory/hydra/pull/713) ([aeneasr](https://github.com/aeneasr))

**Closed issues:**

Expand All @@ -1831,7 +1842,6 @@

**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))

Expand Down Expand Up @@ -1891,10 +1901,6 @@

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

**Fixed bugs:**

- sdk/go: Resolves incorrect error message [\#713](https://github.com/ory/hydra/pull/713) ([aeneasr](https://github.com/aeneasr))

**Merged pull requests:**

- oauth2: Adds basic userinfo endpoint [\#690](https://github.com/ory/hydra/pull/690) ([aeneasr](https://github.com/aeneasr))
Expand Down Expand Up @@ -2860,6 +2866,7 @@
**Merged pull requests:**

- all: improve cli and oauth2 error reporting [\#318](https://github.com/ory/hydra/pull/318) ([aeneasr](https://github.com/aeneasr))
- docker: --name should be before the image's name [\#316](https://github.com/ory/hydra/pull/316) ([bbigras](https://github.com/bbigras))

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

Expand All @@ -2876,7 +2883,6 @@
**Merged pull requests:**

- add missing work in docs/oauth2.md [\#317](https://github.com/ory/hydra/pull/317) ([bbigras](https://github.com/bbigras))
- docker: --name should be before the image's name [\#316](https://github.com/ory/hydra/pull/316) ([bbigras](https://github.com/bbigras))

## [v0.6.5](https://github.com/ory/hydra/tree/v0.6.5) (2016-11-28)

Expand Down Expand Up @@ -2948,6 +2954,7 @@
- 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 @@ -2970,7 +2977,6 @@
- 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,7 +2999,6 @@

**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 @@ -3048,10 +3053,6 @@

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

**Fixed bugs:**

- docs: fix images in readme [\#261](https://github.com/ory/hydra/issues/261)

## [v0.5.0](https://github.com/ory/hydra/tree/v0.5.0) (2016-09-22)

[Full Changelog](https://github.com/ory/hydra/compare/v0.5.1...v0.5.0)
Expand All @@ -3075,6 +3076,7 @@
**Fixed bugs:**

- When invalid/expired token is used for /warden/allowed endpoint, status 500 is returned [\#262](https://github.com/ory/hydra/issues/262)
- docs: fix images in readme [\#261](https://github.com/ory/hydra/issues/261)
- Bad HTML encoding of the scope parameter [\#259](https://github.com/ory/hydra/issues/259)
- docs: images are broken [\#258](https://github.com/ory/hydra/issues/258)
- oauth2: id token hashes are not base64 url encoded [\#255](https://github.com/ory/hydra/issues/255)
Expand Down Expand Up @@ -3163,6 +3165,7 @@
**Implemented enhancements:**

- all: move docs from gitbook to github [\#204](https://github.com/ory/hydra/issues/204)
- 0.4.0 [\#203](https://github.com/ory/hydra/pull/203) ([aeneasr](https://github.com/aeneasr))

**Fixed bugs:**

Expand Down Expand Up @@ -3232,7 +3235,6 @@
- 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)
- 0.4.0 [\#203](https://github.com/ory/hydra/pull/203) ([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))
Expand Down Expand Up @@ -3264,6 +3266,7 @@
**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 @@ -3307,10 +3310,6 @@

[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)
Expand Down Expand Up @@ -3342,6 +3341,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)
- 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 Down

0 comments on commit fb502cd

Please sign in to comment.