v1.5.0-beta.2
Pre-releaseResolves issues found in beta.1.
1.5.0-beta.2 (2020-05-23)
Bug Fixes
-
Add packr2 steps in Makefile (#1858) (08ac026), closes #1857:
packr2 binary is a needed pre-requisite used to generate .go files that
pack the static files of the project into bytes that can be bundled.Invokes packr2 in install-stable and install targets of Makefile in
order to generate the .go files that pack the static files into bytes
that can be bundled. -
Automatically append multiStatements parameter to mySQL URI (#1835) (849fe62)
-
Consent cockroachdb perfomance issue with zigzag join query (#1790) (615387e), closes #1789 #1755 cockroachdb/cockroach#47179:
Add an index over subject and client_id in order to avoid the
(sometimes) underperformant zigzag join query. -
Use correct path for swagger sdk (21dcdba)
Code Refactoring
- Moved AskForConfirmation to ory/x/cmdx (#1848) (0bd0b0d)
- Moved TestMigrator to ory/x/popx (#1846) (a0919a5)
Documentation
-
Adding a line about CSRF cookie problems (#1843) (697b0f5):
Issue I experienced today, running Hydra 1.4.10 in dangerous HTTP mode, the CSRF cookie defaulted to SameSite=None, but the cookie was not marked as secure (which makes sense, as Hydra is running over HTTP), so the cookie gets ignored (and was getting CSRF value not present errors).
I was able to get around it by either overriding the SameSite setting, or by switching to TLS termination.
-
Clarify consent request list endpoint (#1859) (6dabd9b), closes #1856
-
Update name for post_logout_redirect_url (#1840) (0092a1f), closes #1832
Changelog
668f946 autogen(docs): generate and format documentation
18688c3 autogen(docs): regenerate and update changelog
5a9b7f7 autogen(docs): regenerate and update changelog
012dfb7 autogen(docs): regenerate and update changelog
b8b6290 autogen(docs): regenerate and update changelog
085e42c autogen(docs): regenerate and update changelog
acb2add autogen(docs): regenerate and update changelog
cd8d95b autogen(docs): regenerate and update changelog
8317ac0 autogen(docs): regenerate and update changelog
5661ec3 autogen(docs): regenerate and update changelog
62511be autogen(docs): regenerate and update changelog
a588d86 chore: bump websocket dependency (#1868)
5e0d16b chore: pin v1.5.0-beta.2 release commit
7fb818c chore: readd go.sum
8ab0845 ci: update mailchimp segment
551be36 ci: use swagger ignore flag correctly (#1849)
4409e73 docs: add details about auth creds in body (#1852)
697b0f5 docs: adding a line about CSRF cookie problems (#1843)
6dabd9b docs: clarify consent request list endpoint (#1859)
f200fd4 docs: correct version tags (#1841)
a0c7ba0 docs: update github templates (#1854)
0092a1f docs: update name for post_logout_redirect_url (#1840)
08ac026 fix: add packr2 steps in Makefile (#1858)
849fe62 fix: automatically append multiStatements parameter to mySQL URI (#1835)
615387e fix: consent cockroachdb perfomance issue with zigzag join query (#1790)
21dcdba fix: use correct path for swagger sdk
0bd0b0d refactor: moved AskForConfirmation to ory/x/cmdx (#1848)
a0919a5 refactor: moved TestMigrator to ory/x/popx (#1846)
Docker images
docker pull oryd/hydra:v1
docker pull oryd/hydra:v1.5
docker pull oryd/hydra:v1.5.0
docker pull oryd/hydra:v1.5.0-beta.2
docker pull oryd/hydra:latest
docker pull oryd/hydra:v1-alpine
docker pull oryd/hydra:v1.5-alpine
docker pull oryd/hydra:v1.5.0-alpine
docker pull oryd/hydra:v1.5.0-beta.2-alpine
docker pull oryd/hydra:latest-alpine