Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: liang0/hydra

Tags

v1.5.0-beta.1

Toggle v1.5.0-beta.1's commit message
This release changes how migrations work internally. It does

not contain breaking changes. Please run `hydra migrate sql`
once you have backed up the database.

v1.4.10

Toggle v1.4.10's commit message
This release includes documentation changes and bug fixes.

v1.4.9

Toggle v1.4.9's commit message
This is the first release to use our new CI/CD pipeline

which includes auto-generated release announcements
via the newsletter.

If you have feedback on this new process feel free
to start a discussion on Slack!

This release fixes some bugs and improves the docs.

1.4.8

Toggle 1.4.8's commit message
This is the first release to use our new CI/CD pipeline

which includes auto-generated release announcements
via the newsletter.

If you have feedback on this new process feel free
to start a discussion on Slack!

This release fixes some bugs and improves the docs.

v1.4.7

Toggle v1.4.7's commit message
This is the first release to use our new CI/CD pipeline

which includes auto-generated release announcements
via the newsletter.

If you have feedback on this new process feel free
to start a discussion on Slack!

This release fixes some bugs and improves the docs.

v1.4.6

Toggle v1.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: resolve bugs in config schema (ory#1805)

This patch fixes 6 bugs in the config.schema.json and adds "additionalProperties": false where appropriate.

Closes ory#1804

Co-authored-by: aeneasr <[email protected]>

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update github templates (ory#1802)

Signed-off-by: aeneasr <[email protected]>

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: return proper error code in refresh and code flows (ory#1800)

Resolves a regression issue which sends an invalid error response
when a refresh token is being re-used, is not found, or the wrong
client is accessing it.

This patch also bumps jose-related tooling which introduces better
security measure against certain types of x509 attacks.

See https://community.ory.sh/t/refresh-token-endpoint-returns-invalid-request-error-expecting-invalid-grant/1637/2
See ory/fosite#426
See ory/fosite#418

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: move to ory analytics fork (ory#1776)

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add forgotten error check to test (ory#1774)