Skip to content

Commit

Permalink
docs: Incorporates changes from version v1.0.0-rc.6+oryOS.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ORY Continuous Integration committed Dec 21, 2018
1 parent bdb6634 commit 8a5a92d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [v1.0.0-rc.6+oryOS.10 (2018-12-18)](#v100-rc6oryos10-2018-12-18)
- [v1.0.0-rc.5+oryOS.10 (2018-12-13)](#v100-rc5oryos10-2018-12-13)
- [v1.0.0-rc.4+oryOS.9 (2018-12-12)](#v100-rc4oryos9-2018-12-12)
- [v1.0.0-rc.3+oryOS.9 (2018-12-06)](#v100-rc3oryos9-2018-12-06)
Expand Down Expand Up @@ -140,6 +142,37 @@

# Change Log

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

[Full Changelog](https://github.com/ory/hydra/compare/v1.0.0-rc.6+oryOS.10...HEAD)

**Closed issues:**

- 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)
- Feature request: Service account [\#1221](https://github.com/ory/hydra/issues/1221)

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

**Fixed bugs:**

- Scope value double-escaping? [\#1201](https://github.com/ory/hydra/issues/1201)

**Closed issues:**

- sql: Scan error on column index 13, name \"login\_challenge\": unsupported Scan, storing driver.Value type \<nil\> 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)

**Merged pull requests:**

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

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

Expand Down

0 comments on commit 8a5a92d

Please sign in to comment.