Skip to content

v0.8.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ory-bot ory-bot released this 10 Feb 15:06
· 594 commits to master since this release
85d59ec

autogen: pin v0.8.0-alpha.0 release commit

Bug Fixes

  • Add dummy sidebar (555ffca)

  • Add hiring notice to README (#798) (2a6ddae)

  • CORS config values are ignored (#789) (ffeb5e3)

  • Docker compose migrate (#800) (f1599a4)

  • Docker-compose-postgres.yml SQL migration service (#779) (8f041bc)

  • Namespace should not be required in List API (#796) (07be82e):

    The namespace parameter is now not required anymore in the list REST API.

  • Openapi spec and internal SDK (#819) (a1b20c7)

  • Panic on macOS (059a6f9)

  • Slow keto start up time (b7c620c):

    Found a deeply nested dependency which was importing https://github.com/markbates/pkger, causing unreasonable CPU consumption and significant delay at start up time. With this patch, start up time was reduced from almost 1.7s to 0.02s.

    $ time keto
    keto  1.65s user 2.02s system 734% cpu 0.499 total
    
    $ time ./keto-patch
    ./keto-patch  0.02s user 0.01s system 6% cpu 0.425 total
    
  • Update golang.org/x/sys to fix macOS binary execution (#794) (ad8df58), closes #793

Code Generation

  • Pin v0.8.0-alpha.0 release commit (85d59ec)

Code Refactoring

  • Configuration structure for limits (ffa99ec)
  • Move documentation to ory/docs and move to OAS3.0 generator (#833) (55d9d4e)

Documentation

Features

  • Add max-depth parameter for check and global max-depth (#791) (1e3b63f):

    The parameter max-depth for the check command limits the depth of the search, a safeguard against particularly expensive queries. This allows users more fine-grain control.

    Furthermore, there is now a global max-depth configuration value that limits the overall max-depth of check and expand operations. It defaults to 5, which is considered a very safe value.

  • Add new metrics server to keto (#832) (8beba60)

  • Bulk deletion of relation tuples (#799) (c1e8546)

Changelog

  • e3c5cc9 autogen(docs): generate and format documentation
  • a9b79bb autogen(docs): generate and format documentation
  • 03f657c autogen(docs): generate and format documentation
  • e38625c autogen(docs): generate and format documentation
  • 169d63e autogen(docs): generate and format documentation
  • fabf1a0 autogen(docs): generate and format documentation
  • bb3396a autogen(docs): generate and format documentation
  • c605690 autogen(docs): generate and format documentation
  • 87e4d1d autogen(docs): generate and format documentation
  • b2a94ae autogen(docs): generate and format documentation
  • 9b2170b autogen(docs): generate and format documentation
  • 29bb94a autogen(docs): generate cli docs
  • 5129d1a autogen(docs): regenerate and update changelog
  • cbb3a8c autogen(docs): regenerate and update changelog
  • d35fd3e autogen(docs): regenerate and update changelog
  • 0d59f5f autogen(docs): regenerate and update changelog
  • 7f2601e autogen(docs): regenerate and update changelog
  • e81e39e autogen(docs): regenerate and update changelog
  • f9c4123 autogen(docs): regenerate and update changelog
  • f9c2ed8 autogen(docs): regenerate and update changelog
  • 33318a8 autogen(docs): regenerate and update changelog
  • 67c4c60 autogen(docs): regenerate and update changelog
  • e39f954 autogen(docs): regenerate and update changelog
  • e459b2e autogen(docs): regenerate and update changelog
  • c5f52bd autogen(docs): regenerate and update changelog
  • 03d76f1 autogen(docs): regenerate and update changelog
  • 8c7807e autogen(docs): regenerate and update changelog
  • 8b04e2b autogen(docs): regenerate and update changelog
  • 529b105 autogen(docs): regenerate and update changelog
  • c2f60df autogen(docs): regenerate and update changelog
  • 226aea8 autogen(docs): update milestone document
  • aa3d8bb autogen(docs): update milestone document
  • 7ee65b5 autogen(docs): update milestone document
  • 0411beb autogen(docs): update milestone document
  • 6da9f24 autogen(docs): update milestone document
  • 1b0282c autogen(docs): update milestone document
  • d52250d autogen(docs): update milestone document
  • 9836cd8 autogen(openapi): Regenerate swagger spec and internal client
  • 3344f2e autogen(openapi): Regenerate swagger spec and internal client
  • 897d0a7 autogen(openapi): Regenerate swagger spec and internal client
  • ce80599 autogen(openapi): Regenerate swagger spec and internal client
  • fea21bc autogen(openapi): Regenerate swagger spec and internal client
  • 8d8dde0 autogen(openapi): Regenerate swagger spec and internal client
  • 86f4885 autogen(openapi): Regenerate swagger spec and internal client
  • 7e71716 autogen(openapi): Regenerate swagger spec and internal client
  • 209b645 autogen(openapi): regenerate swagger spec and internal client
  • f7e4f3c autogen(openapi): regenerate swagger spec and internal client
  • c9fc740 autogen: add v0.7.0-alpha.1 to version.schema.json
  • 85d59ec autogen: pin v0.8.0-alpha.0 release commit
  • a6e34b2 autogen: pin v0.8.0-alpha.0.pre.0 release commit
  • 0b587b5 autogen: pin v0.8.0-alpha.0.pre.1 release commit
  • 3af469e chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /proto
  • f99d25a chore(deps): bump node-fetch in /contrib/docs-code-samples
  • 9081c01 chore(deps): update dependencies (#820)
  • 034ca81 chore: add grype to dev dependencies & make cve-scan target
  • fbec41c chore: bump alpine images (#790)
  • d032793 chore: bump ory/cli dev dependency
  • 73ce13a chore: change file permissions in test
  • 331164c chore: fix Ory CLI install script
  • 3229c43 chore: only report fixed CVEs
  • 03e7239 chore: rename definitons to definitions (#784)
  • a5a1a1e chore: update docusaurus template
  • 411ddfe chore: update docusaurus template
  • 09c2e02 chore: update docusaurus template (#786)
  • 23b4673 chore: update docusaurus template (#787)
  • af573d1 chore: update docusaurus template (#802)
  • 0d79906 chore: update docusaurus template (#804)
  • d030947 chore: update docusaurus template (#811)
  • 31cc98a chore: update docusaurus template (#821)
  • 104f58e chore: update repository templates
  • 932035d chore: update repository templates
  • 3ada77e chore: update repository templates
  • bb476bb chore: update repository templates
  • e2ace36 chore: update repository templates
  • 5ae429b chore: update repository templates
  • 0caccb9 chore: update repository templates
  • 1d813fe chore: update repository templates to 8191b78131173cce8788143f6ad95119d9b813c5
  • 8381bf2 chore: update to latest x and json schema (#817)
  • a1ca0ce chore: upgrade to pop/v6 (#795)
  • 9dccea0 ci: add buf lint to static checks job
  • c1ad753 ci: change git commit strategy for npm publish workflow
  • c55d8cc ci: fix token input
  • 8e93e29 ci: ignore false positive (#818)
  • 1effd79 ci: init GitHub Actions CI for Keto (#823)
  • 201ba63 ci: migrate to new goreleaser config (#837)
  • 5ba015e ci: only check used dependencies for CVEs
  • 816bd77 ci: push buf gen to correct branch
  • 2674abd ci: push to master branch when releasing gRPC client to npm (#782)
  • 6c1bbf8 ci: resolve buf docs sync
  • 5c66087 docs: add cloud
  • 25bc579 docs: add link to quickstart in config reference docs (#775)
  • 7ce7973 docs: clarify that CLI remotes should be addresses and not URIs (#808)
  • 563087d docs: heading caseing (#785)
  • d9397cc docs: update readme
  • 1e3b63f feat: add max-depth parameter for check and global max-depth (#791)
  • 8beba60 feat: add new metrics server to keto (#832)
  • c1e8546 feat: bulk deletion of relation tuples (#799)
  • ffeb5e3 fix: CORS config values are ignored (#789)
  • 555ffca fix: add dummy sidebar
  • 2a6ddae fix: add hiring notice to README (#798)
  • f1599a4 fix: docker compose migrate (#800)
  • 8f041bc fix: docker-compose-postgres.yml SQL migration service (#779)
  • 07be82e fix: namespace should not be required in List API (#796)
  • a1b20c7 fix: openapi spec and internal SDK (#819)
  • 059a6f9 fix: panic on macOS
  • b7c620c fix: slow keto start up time
  • ad8df58 fix: update golang.org/x/sys to fix macOS binary execution (#794)
  • ffa99ec refactor: configuration structure for limits
  • 55d9d4e refactor: move documentation to ory/docs and move to OAS3.0 generator (#833)

Artifacts can be verified with cosign using this public key.