MyGit

v1.1.0

ory/kratos

版本发布时间: 2024-02-20 20:26:07

ory/kratos最新发布版本:v1.2.0(2024-06-05 19:02:56)

Ory Kratos v1.1.0

Ory Kratos v1.1 is the most complete, most scalable, and most secure open-source identity server on the planet, and we are thrilled to announce its release! This release comes with over 270 commits and an incredible amount of new features and capabilities!

Don't forget to leave a GitHub star and check out our other open source projects while you're here :)

Note: To ensure a seamless upgrade experience with minimal impact, some of these features are gated behind the feature_flags config parameter, allowing controlled deployment and testing.

The following features have been shipped exclusively to Ory Network for this version:

Ory Kratos 1.1 is a major release that marks a significant milestone in our journey.

We sincerely hope that you find these new features and improvements in Ory Kratos 1.1 valuable for your projects. To experience the power of the latest release, we encourage you to get the latest version of Ory Kratos here or leverage Ory Kratos in Ory Network — the easiest, simplest, and most cost-effective way to run Ory.

For organizations seeking to upgrade their self-hosted solution, Ory offers enterprise support services to ensure a smooth transition. Our team is ready to assist you throughout the migration process, ensuring uninterrupted access to the latest features and improvements. Additionally, we provide various support plans specifically tailored for self-hosting organizations. These plans offer comprehensive assistance and guidance to optimize your Ory deployments and meet your unique requirements. We extend our heartfelt gratitude to the vibrant and supportive Ory Community. Without your constant support, feedback, and contributions, reaching this significant milestone would not have been possible. As we continue on this journey, your feedback and suggestions are invaluable to us. Together, we are shaping the future of identity management and authentication in the digital landscape.

Contributors to this release in no particular order: moose115K3dassidarthaefeslerBrandonNoad ,Saancreedjpogorzelskidreksxmartinloesethjensencpoyatos1misamutristankenneynxy7anhnmt

Are you passionate about security and want to make a meaningful impact in one of the biggest open-source communities? Join the Ory community and become a part of the new ID stack. Together, we are building the next generation of IAM solutions that empower organizations and individuals to secure their identities effectively. Want to check out Ory Kratos yourself? Use these commands to get your Ory Kratos project running on the Ory Network:

brew install ory/tap/cli

scoop bucket add ory <https://github.com/ory/scoop.git>
scoop install ory

bash <(curl <https://raw.githubusercontent.com/ory/meta/master/install.sh>) -b . ory
sudo mv ./ory /usr/local/bin/

ory auth login

ory create project --name "My first Kratos project"

ory open account-experience registration

ory patch identity-config \
  --replace '/identity/default_schema_id="preset://username"' \
  --replace '/identity/schemas=[{"id":"preset://username","url":"preset://username"}]' \
  --format yaml

ory open account-experience registration

Breaking Changes

Pagination parameters for the list identities CLI command have changed from arguments to flags --page-token and page-size:

- kratos list identities 1 100
+ kratos list identities --page-size 100 --page-token ...

Furthermore, the JSON / JSON pretty output of list identities has changed:

-[
-  { "id": "..." },
-  { /* ... */ },
-  // ...
-]
+{
+  "identities": [
+    {"id": "..."},
+    { /* ... */ },
+    // ...
+  ],
+  "next_page_token": "..."
+}

Closes https://github.com/ory/sdk/issues/284 Closes https://github.com/ory/kratos/pull/3480

Bug Fixes

Code Generation

Documentation

Features

Reverts

Tests

Unclassified

Changelog

Artifacts can be verified with cosign using this public key.

相关地址:原始地址 下载(tar) 下载(zip)

1、 checksums.txt 2.85KB

2、 checksums.txt.sig 96B

3、 kratos_1.1.0-linux_32bit.tar.gz 13.51MB

4、 kratos_1.1.0-linux_64bit.tar.gz 14.32MB

5、 kratos_1.1.0-linux_arm64.tar.gz 13.28MB

6、 kratos_1.1.0-linux_armv6.tar.gz 13.58MB

7、 kratos_1.1.0-linux_armv7.tar.gz 13.56MB

8、 kratos_1.1.0-linux_sqlite_64bit.tar.gz 15MB

9、 kratos_1.1.0-linux_sqlite_arm64.tar.gz 13.95MB

10、 kratos_1.1.0-linux_sqlite_armv6.tar.gz 14.21MB

11、 kratos_1.1.0-linux_sqlite_armv7.tar.gz 14.2MB

12、 kratos_1.1.0-linux_sqlite_libmusl_64bit.tar.gz 14.99MB

13、 kratos_1.1.0-linux_sqlite_libmusl_arm64.tar.gz 13.95MB

14、 kratos_1.1.0-linux_sqlite_libmusl_armv6.tar.gz 14.22MB

15、 kratos_1.1.0-linux_sqlite_libmusl_armv7.tar.gz 14.2MB

16、 kratos_1.1.0-linux_static-nosqlite_64bit.tar.gz 14.32MB

17、 kratos_1.1.0-linux_static-nosqlite_arm64.tar.gz 13.28MB

18、 kratos_1.1.0-macOS_64bit.tar.gz 14.91MB

19、 kratos_1.1.0-macOS_arm64.tar.gz 14.6MB

20、 kratos_1.1.0-macOS_sqlite_64bit.tar.gz 15.96MB

21、 kratos_1.1.0-macOS_sqlite_all.tar.gz 31.02MB

22、 kratos_1.1.0-macOS_sqlite_arm64.tar.gz 15.23MB

23、 kratos_1.1.0-macOS_static-nosqlite_64bit.tar.gz 14.91MB

24、 kratos_1.1.0-macOS_static-nosqlite_arm64.tar.gz 14.6MB

25、 kratos_1.1.0-windows_32bit.zip 14.08MB

26、 kratos_1.1.0-windows_64bit.zip 14.68MB

27、 kratos_1.1.0-windows_arm64.zip 13.41MB

28、 kratos_1.1.0-windows_armv6.zip 13.85MB

29、 kratos_1.1.0-windows_armv7.zip 13.83MB

30、 kratos_1.1.0-windows_sqlite_64bit.zip 15.35MB

31、 kratos_1.1.0_darwin_amd64_v1.bom.json 222.7KB

32、 kratos_1.1.0_darwin_arm64.bom.json 222.7KB

33、 kratos_1.1.0_linux_amd64_v1.bom.json 222.7KB

34、 kratos_1.1.0_linux_arm64.bom.json 222.7KB

35、 kratos_1.1.0_sqlite_darwin_amd64_v1.bom.json 222.7KB

36、 kratos_1.1.0_sqlite_darwin_arm64.bom.json 222.7KB

37、 kratos_1.1.0_sqlite_linux_386.bom.json 222.7KB

38、 kratos_1.1.0_sqlite_linux_amd64_v1.bom.json 222.7KB

39、 kratos_1.1.0_sqlite_linux_arm64.bom.json 222.7KB

40、 kratos_1.1.0_sqlite_linux_arm_6.bom.json 222.7KB

41、 kratos_1.1.0_sqlite_linux_arm_7.bom.json 222.7KB

42、 kratos_1.1.0_sqlite_windows_386.bom.json 222.7KB

43、 kratos_1.1.0_sqlite_windows_amd64_v1.bom.json 222.7KB

44、 kratos_1.1.0_sqlite_windows_arm64.bom.json 222.7KB

45、 kratos_1.1.0_sqlite_windows_arm_6.bom.json 222.7KB

46、 kratos_1.1.0_sqlite_windows_arm_7.bom.json 222.7KB

查看:2024-02-20发行的版本