Releases: Permify/permify
v1.0.5
Changelog
- 593583d Calculate the duration better way
- 20e4d8e Define context as the first input of the function
- c1d6796 Fix: returns nil even if error not nil
- c6e7b81 Improve efficiency
- 91c7c9d Improve the readability
- 4dae45b Merge pull request #1522 from Permify/docs
- 7c496dd Merge pull request #1523 from eltociear/patch-1
- ff123a5 Merge pull request #1524 from canack/general-fixes
- f7bea56 Merge pull request #1525 from Permify/refactor/improve-error-handling-optimize-var-declaration
- c10ec64 Merge pull request #1527 from Permify/dependabot/github_actions/github/codeql-action-3.26.6
- 6319e87 Merge pull request #1528 from Permify/dependabot/github_actions/actions/upload-artifact-4.4.0
- 692d73b Merge pull request #1530 from Permify/release
- b71508f Remove redundant space
- 03e52fe Set function name to description
- fe68edb Use same receiver name
- eda0f6f Wrap errors, use errors.New, merge errors
- b25ca0a build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
- d31c9be build(deps): bump github/codeql-action from 3.26.5 to 3.26.6
- caa8829 build: version info update
- 800e2c8 refactor: improve error handling and optimize variable declaration
This version can be found as Docker images at permify/permify:v1.0.5 and ghcr.io/permify/permify:v1.0.5.
v1.0.4
Changelog
- d2ff480 Merge branch 'master' of github.com:durgakiran/permify into fix/doc-issue-list-schema-api
- c72183b Merge pull request #1495 from Permify/dependabot/go_modules/github.com/rs/xid-1.6.0
- e236207 Merge pull request #1509 from Permify/fix/codeql-go-make-build
- fbfd1cd Merge pull request #1510 from durgakiran/fix/doc-issue-list-schema-api
- ca2efce Merge pull request #1511 from Permify/dependabot/github_actions/github/codeql-action-3.26.5
- b5df684 Merge pull request #1512 from Permify/chore/remove-dependabot-pr-limits
- 61e1d5b Merge pull request #1517 from Permify/ufuk/tenantDeleteFix
- 0d15c3a Merge pull request #1518 from Permify/docs-2
- ffaf761 Merge pull request #1521 from Permify/release
- 41e4b31 build(deps): bump github.com/rs/xid from 1.5.0 to 1.6.0
- 60715f0 build(deps): bump github/codeql-action from 3.26.4 to 3.26.5
- 93814eb build: version info update
- 8362d43 chore(dependabot): remove open pull request limits for gomod and docker
- a98476d chore: moved tx commit after tenant check
- eca2763 feat: converted to batch query, instead of sequential queries in transaction
- 7325a66 feat: transactional and batch
- e4218f6 fix(codeql): use make build command for Go analysis
- ac6ae5d fix(docs): fix list schema curl
- 4f92e50 fix: memory delete tenant
- 4894b26 fix: schema list request
- 3d8ef6e fix: tenant delete request will delete all related data too
This version can be found as Docker images at permify/permify:v1.0.4 and ghcr.io/permify/permify:v1.0.4.
v1.0.3
Changelog
- c38a6fd Merge pull request #1474 from Permify/docs
- 5def1de Merge pull request #1484 from Permify/chore/add-vscode-launch-json-go-debugging
- fbb624a Merge pull request #1486 from Permify/ufuk/gc-test
- dd95a89 Merge pull request #1487 from Permify/docs-improvements
- 18a3f95 Merge pull request #1488 from Permify/docs-improvements
- 09ab66e Merge pull request #1489 from Permify/add-ginkgo-test-registration-postgres-suite
- 5624dc6 Merge pull request #1490 from vikashsprem/feat/support-grpc
- 91093b1 Merge pull request #1491 from Permify/add-ginkgo-test-registration-postgres-suite
- 2564a8a Merge pull request #1508 from Permify/fix/ensure-database-migration-errors-returned
- c5a6dce chore(vscode): add launch.json for Go debugging
- 6074a7d feat(playground): schema view query string added
- 004c0bd feat: bundle service bullet point added
- 63ca8d9 feat: expand support for both HTTP and gRPC protocols in meter/logging/tracing exporters
- 16ee2ff feat: garbage collector test is added covering issue 1471
- 5fe01aa feat: protocol flags and env variables added
- a9d79e0 feat: update API requests and client-side calls with improved formatting
- c9fecaf fix: ensure database migration errors are returned
- 27755ff fix: some inconsistency in code
- 3f9dc00 test(postgres): add Ginkgo test registration with fail handler for postgres-suite
- 25801da test(postgres): refactor BeforeEach to include tenant, schema, and data writers/readers initialization
This version can be found as Docker images at permify/permify:v1.0.3 and ghcr.io/permify/permify:v1.0.3.
v1.0.2
Changelog
- cacb7ae Merge pull request #1462 from Permify/dependabot/docker/integration-test/golang-1.23.0-alpine3.20
- 061624a Merge pull request #1467 from Permify/dependabot/github_actions/github/codeql-action-3.26.2
- 395fc44 Merge pull request #1468 from Permify/fix/disable-logging-default
- 3e5300e Merge pull request #1469 from theoriginalstove/docs/fly-updates
- 2cecfe8 Merge pull request #1470 from Permify/feat/pagination-sync-bulkchecker
- d7faf76 Merge pull request #1472 from Permify/dependabot/github_actions/github/codeql-action-3.26.3
- 2c9db60 Merge pull request #1475 from Permify/oidc-authenticator
- cfcbf8a Merge pull request #1476 from Permify/playground-bugs
- 5c90f92 Merge pull request #1477 from Permify/dependabot/github_actions/github/codeql-action-3.26.4
- 774b2c6 Merge pull request #1478 from Permify/dependabot/docker/chainguard/static-791657d
- 7f97f33 Merge pull request #1479 from Permify/dependabot/docker/golang-1.23.0-alpine3.20
- 8c80108 Merge pull request #1480 from Permify/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.22.0
- 4e4fd3d Merge pull request #1481 from Permify/dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.33.0
- f29fa8d Merge pull request #1482 from Permify/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.20.1
- a969205 Merge pull request #1483 from Permify/release
- 7205a14 build(deps): bump chainguard/static from
5e9c881
to791657d
- 4cdf477 build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2
- 1da0d08 build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1
- f2766cb build(deps): bump github.com/testcontainers/testcontainers-go
- 3e8c6fb build(deps): bump github/codeql-action from 3.26.1 to 3.26.2
- ca768c4 build(deps): bump github/codeql-action from 3.26.2 to 3.26.3
- 0640836 build(deps): bump github/codeql-action from 3.26.3 to 3.26.4
- 71aeb42 build(deps): bump golang from 1.22.6-alpine3.20 to 1.23.0-alpine3.20
- 72cc884 build(deps): bump golang in /integration-test
- ec7360e build: version info update
- e8407f8 build: version info update
- 01dee70 chore(docs): add fly to side navigation
- 614c37f chore: update Go version to 1.23
- 2f68195 feat(bulkchecker): add pagination limit and improve synchronization
- ded5608 feat(config): change default behavior of meter to disabled
- 87502e4 feat: cursor pagination for entity and subject filters
- 3652ef4 fix(config): disable logging by default by setting true to false
- 6816470 fix(docs): update fly.io documentation to be able to connect to the grpc service
- 86ae66c fix(healthz): allow unauthenticated access to /healthz with OIDC enabled
- 94d0185 fix(metrics): remove unnecessary cache counter print statement
- 0c7168c fix: add REACT_APP_ prefix for client side usage
- d45f0d2 fix: conditional cursor database request
- 411933b fix: encoded cursor token
- 99f297d fix: pull vercel blob token with process.env.BLOB_READ_WRITE_TOKEN
This version can be found as Docker images at permify/permify:v1.0.2 and ghcr.io/permify/permify:v1.0.2.
v1.0.1
Changelog
- bf564ba Merge pull request #1442 from jbergstroem/chore/dockerfile-cmd
- 3312536 Merge pull request #1460 from Permify/walker-bugs
- 666d3e0 Merge pull request #1461 from Permify/feature/refactor-nightly-goreleaser-config
- 6c3f67b Merge pull request #1463 from Permify/dependabot/github_actions/github/codeql-action-3.26.1
- f5c408a Merge pull request #1464 from Permify/playground-bugs
- 4b2a859 build(deps): bump github/codeql-action from 3.26.0 to 3.26.1
- 75f0be7 ci(goreleaser): add version field nightly build configuration
- b619843 feat: default dockerfile cmd to
serve
- fa295b4 fix(playground): schema walker missing computed userset
- 0429dd5 fix: schema walker missing computed userset
This version can be found as Docker images at permify/permify:v1.0.1 and ghcr.io/permify/permify:v1.0.1.
v1.0.0
🎉 Permify 1.0 Is Now Available: Build Fine-Grained Authorization With Ease
Getting authorization right is tough,
⛔ Ad-hoc authorization systems scattered throughout your app's codebase are hard to manage, reason about, and iterate on as your company grows.
⛔ Traditional approaches like RBAC is not secure, and inefficient for creating granular permissions such as resource-specific, hierarchical, or context aware permissions.
⛔ No matter how you've set up your architecture, you're going to need a solid plan to handle permissions between your services—all while ensuring high availability and providing low latency in access checks.
That's why we've created Permify, an Authorization-as-a-Service to help developers build and manage their authorization in a scalable, secure, and extendable manner, without extra engineering effort.
And today, we've released the first major version (v1.0.0) 🚀 A sneak peek of how Permify helps you handle authorization:
🧪 Abstract your authorization logic from your codebase and centralize your authorization to easily reason, test, and debug your authorization.
🔮 Create granular permissions (resource-specific, hierarchical, context aware, etc) and policies using Permify's domain specific language.
🔐 Set up isolated authorization logic and custom permissions for your vendors/organizations (tenants).
🚀 Achieve lightning-fast response times down to 10-20ms for access control checks with a proven infrastructure inspired by Google Zanzibar
🔗 If you haven't starred our open-source repo yet, please do; your support means a lot to us 💜 https://github.com/Permify/permify
Expand the Changelog
- 5109150 Merge branch 'master' into dependabot/go_modules/go.opentelemetry.io/otel-1.27.0
- a718260 Merge branch 'master' into dependabot/go_modules/go.opentelemetry.io/otel/metric-1.27.0
- eef6392 Merge branch 'master' into dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.27.0
- 702088f Merge branch 'master' into dependabot/go_modules/go.opentelemetry.io/otel/trace-1.27.0
- 0af0d19 Merge pull request #1283 from Permify/dependabot/go_modules/go.opentelemetry.io/otel-1.27.0
- a1ee459 Merge pull request #1284 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/metric-1.27.0
- 09f8f23 Merge pull request #1289 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.27.0
- 38aca99 Merge pull request #1290 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.27.0
- a193375 Merge pull request #1406 from Permify/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/host-0.53.0
- f1343b3 Merge pull request #1407 from Permify/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.53.0
- 111584d Merge pull request #1409 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/exporters/zipkin-1.28.0
- cf806cb Merge pull request #1411 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc-1.28.0
- 4ff3bfa Merge pull request #1413 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc-1.28.0
- 157085b Merge pull request #1415 from Permify/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/runtime-0.53.0
- a8781c7 Merge pull request #1416 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.28.0
- 37f36a1 Merge pull request #1435 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp-1.28.0
- 22c1f22 Merge pull request #1437 from Permify/dependabot/go_modules/github.com/exaring/otelpgx-0.6.2
- bf001a6 Merge pull request #1449 from Permify/coverage
- 71c33fa Merge pull request #1450 from theoriginalstove/docs/flyio-deploy
- 4b5e818 Merge pull request #1451 from Permify/ufuk/healthforswagger
- 12f0787 Merge pull request #1452 from Permify/dependabot/go_modules/resenje.org/singleflight-0.4.2
- c248146 Merge pull request #1453 from Permify/next-release
- 8d5aa00 Merge pull request #1454 from Permify/dependabot/go_modules/github.com/onsi/gomega-1.34.1
- 095f71a Merge pull request #1455 from Permify/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.21.0
- 38dc1c0 Merge pull request #1456 from Permify/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.28.0
- 49f45e6 Merge pull request #1457 from Permify/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.20.0
- 11f1856 Merge pull request #1458 from Permify/dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.32.0
- 422ba04 Merge pull request #1459 from Permify/dependabot/go_modules/github.com/docker/docker-27.1.1incompatible
- db6565a build(deps): bump github.com/docker/docker
- 6db57d7 build(deps): bump github.com/exaring/otelpgx from 0.5.4 to 0.6.2
- 63a03be build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2
- 5f20c97 build(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0
- 963169b build(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1
- 7324c4c build(deps): bump github.com/testcontainers/testcontainers-go
- 77fcb7a build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
- 41b5630 build(deps): bump go.opentelemetry.io/contrib/instrumentation/host
- 4c51e56 build(deps): bump go.opentelemetry.io/contrib/instrumentation/runtime
- eac7b4c build(deps): bump go.opentelemetry.io/otel from 1.24.0 to 1.27.0
- e57ddea build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
- 2c69797 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
- 3f06fd1 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace
- 4aef44b build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
- 0b8cdc7 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
- 4109706 build(deps): bump go.opentelemetry.io/otel/exporters/zipkin
- e3fd4c2 build(deps): bump go.opentelemetry.io/otel/metric from 1.24.0 to 1.27.0
- f27cb3e build(deps): bump go.opentelemetry.io/otel/sdk from 1.24.0 to 1.27.0
- 4d388a6 build(deps): bump go.opentelemetry.io/otel/trace from 1.24.0 to 1.27.0
- a34f891 build(deps): bump resenje.org/singleflight from 0.4.1 to 0.4.2
- 76f2900 build: version info update
- fbb7589 chore: decrease go version 1.21
- 1d5ec35 feat: update docs to have both methods with and without postgres running behind permify
- c21bb5c fix: awk typo
- 554655a fix: coverage format
- 83e5b97 fix: coverage out
- f8d181e fix: make test coverprofile mode
- 2e4e5d2 fix: rename coverage.out to covprofile
- 86fdd92 fix: run coverage typo
- 1118b12 fix: update the fly docs to show the fly postgres create command and output
- 8189874 health endpoint is added to swagger
- e00b8fa refactor: test coverage with makefile
This version can be found as Docker images at permify/permify:v1.0.0 and ghcr.io/permify/permify:v1.0.0.
v0.10.2
Changelog
- 570b167 Merge branch 'docs' of https://github.com/Permify/permify into docs
- 1e8dd24 Merge pull request #1043 from Permify/dependabot/npm_and_yarn/playground/less-loader-12.2.0
- 5ab4452 Merge pull request #1186 from Permify/dependabot/npm_and_yarn/playground/react-toastify-10.0.5
- 406aff3 Merge pull request #1386 from ankitsheoran1/update_delete_curl_req_doc
- 0714dc8 Merge pull request #1387 from Permify/docs
- 1c90799 Merge pull request #1388 from Permify/docs
- 4a14b5c Merge pull request #1389 from Permify/readme-9
- c4eb585 Merge pull request #1391 from Permify/dependabot/github_actions/github/codeql-action-3.25.14
- 26a5fc7 Merge pull request #1393 from satvamthakkar/docs/typo-in-configuration-mdx
- 3c722c0 Merge pull request #1394 from Permify/docs
- 15e479a Merge pull request #1395 from Permify/feat/add-wasm-to-playground-folder-vercel-deployment
- 5809342 Merge pull request #1396 from Permify/playground-vercel
- 61bdff9 Merge pull request #1397 from Permify/docs
- c19523b Merge pull request #1398 from Permify/docs
- ab342d1 Merge pull request #1399 from Permify/playground-vercel
- 501b8ec Merge pull request #1400 from Permify/playground-vercel
- 196299c Merge pull request #1401 from Permify/dependabot/github_actions/github/codeql-action-3.25.15
- 23a2424 Merge pull request #1402 from Permify/dependabot/github_actions/ossf/scorecard-action-2.4.0
- e8d45c2 Merge pull request #1403 from Permify/dependabot/github_actions/docker/setup-buildx-action-3.6.1
- 7339083 Merge pull request #1405 from ankitsheoran1/update_subject_rule_for_lookup_subject_req
- 9bc0987 Merge pull request #1408 from Permify/dependabot/go_modules/github.com/pressly/goose/v3-3.21.1
- 7ca8904 Merge pull request #1410 from Permify/dependabot/go_modules/github.com/spf13/viper-1.19.0
- 7f4d1e7 Merge pull request #1414 from Permify/dependabot/go_modules/github.com/spf13/cobra-1.8.1
- 495b306 Merge pull request #1417 from Permify/dependabot/npm_and_yarn/playground/react-router-6.25.1
- 6b71c92 Merge pull request #1418 from Permify/dependabot/docker/chainguard/static-d751850
- b2a538b Merge pull request #1419 from Permify/dependabot/go_modules/github.com/docker/docker-25.0.6incompatible
- ccba232 Merge pull request #1422 from Permify/dependabot/github_actions/actions/upload-artifact-4.3.5
- d4bd47f Merge pull request #1423 from Permify/playground-bugs
- f748210 Merge pull request #1424 from Permify/playground-improvements
- 97b6a16 Merge pull request #1425 from Permify/dependabot/github_actions/step-security/harden-runner-2.9.1
- 2cdc1fd Merge pull request #1426 from Permify/ufuk/sdk-samples
- e9dc32b Merge pull request #1427 from Permify/dependabot/go_modules/golang.org/x/sync-0.8.0
- 34742d2 Merge pull request #1428 from Permify/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.19.1
- 53fa9b3 Merge pull request #1429 from Permify/dependabot/docker/chainguard/static-5e9c881
- 1500243 Merge pull request #1430 from Permify/dependabot/go_modules/github.com/google/cel-go-0.21.0
- 4d31c17 Merge pull request #1431 from Permify/dependabot/go_modules/sdk/go/grpc/google.golang.org/protobuf-1.33.0
- 9fbd99c Merge pull request #1432 from Permify/dependabot/go_modules/sdk/go/grpc/golang.org/x/net-0.23.0
- fb50590 Merge pull request #1433 from Permify/dependabot/go_modules/sdk/go/grpc/google.golang.org/grpc-1.58.3
- 8e51fe5 Merge pull request #1434 from Permify/dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.30
- feb5ef6 Merge pull request #1436 from Permify/docs
- bfcfac0 Merge pull request #1438 from Permify/dependabot/go_modules/github.com/envoyproxy/protoc-gen-validate-1.1.0
- bd2f181 Merge pull request #1439 from Permify/docs
- 09a2bc7 Merge pull request #1440 from Permify/dependabot/github_actions/github/codeql-action-3.26.0
- 3d6202e Merge pull request #1441 from Permify/dependabot/github_actions/actions/upload-artifact-4.3.6
- ae1f585 Merge pull request #1443 from Permify/dependabot/go_modules/golang.org/x/net-0.28.0
- ef1904d Merge pull request #1444 from Permify/playground-bugs
- 9579c81 Merge pull request #1445 from Permify/readme-10
- 58cabf1 Merge pull request #1446 from Permify/go-version-upgrade
- 943531b Merge pull request #1447 from Permify/go-version
- 6f39eac Merge pull request #1448 from Permify/release
- 5d9efed Merge pull request #809 from Permify/dependabot/npm_and_yarn/playground/dnd-kit/sortable-8.0.0
- 3becad5 Update sdk-generator.yml
- eb91a1f build(deps): bump @dnd-kit/sortable from 7.0.2 to 8.0.0 in /playground
- e713bdb build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5
- 3fe0f11 build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6
- 566831f build(deps): bump chainguard/static from
68b8855
tod751850
- 5862d5f build(deps): bump chainguard/static from
d751850
to5e9c881
- b495fab build(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1
- 1e83e7b build(deps): bump github.com/docker/docker
- 9b3c28b build(deps): bump github.com/envoyproxy/protoc-gen-validate
- 37e651a build(deps): bump github.com/google/cel-go from 0.20.1 to 0.21.0
- eddfaf2 build(deps): bump github.com/lestrrat-go/jwx from 1.2.29 to 1.2.30
- 01f8061 build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.1
- f90bc9c build(deps): bump github.com/pressly/goose/v3 from 3.20.0 to 3.21.1
- 55064b4 build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
- bfea87b build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0
- 4649ce2 build(deps): bump github/codeql-action from 3.25.13 to 3.25.14
- 7af1df2 build(deps): bump github/codeql-action from 3.25.14 to 3.25.15
- 1abb264 build(deps): bump github/codeql-action from 3.25.15 to 3.26.0
- 40b85c7 build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /sdk/go/grpc
- b0082e4 build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
- 3c4e40c build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0
- b1d751c build(deps): bump google.golang.org/grpc in /sdk/go/grpc
- 0c94a50 build(deps): bump google.golang.org/protobuf in /sdk/go/grpc
- 7480631 build(deps): bump less-loader from 11.1.4 to 12.2.0 in /playground
- 141aab4 build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
- 41341f7 build(deps): bump react-router from 6.18.0 to 6.25.1 in /playground
- 63bc130 build(deps): bump react-toastify from 9.1.3 to 10.0.5 in /playground
- 112e2ce build(deps): bump step-security/harden-runner from 2.9.0 to 2.9.1
- a413117 chore(deps): update openapiv2 plugin to v2.20.0
- 3d60d63 chore(deps): update openapiv2 plugin to v2.20.0
- 224be53 chore: add CaseSensitivePathsPlugin to craco config
- cc6a5f8 chore: readme update
- 128588e chore: update Go version to 1.21
- 42e8a70 chore: update Go version to 1.22.6
- 983300e chore: update Go version to 1.22.6
- 63a9dfe chore: update Go version to 1.22.6
- aad34d2 chore: update Permify Go version to v0.4.9
- 34bf9c5 chore: update grpc-health-probe version to v0.4.25
- 13139f9 feat(playground): vercel blob sto...
v0.10.1
Changelog
- f246fe9 Merge branch 'master' into swagger
- be6e62f Merge pull request #1367 from Permify/dependabot/github_actions/step-security/harden-runner-2.9.0
- ec35ed2 Merge pull request #1369 from Permify/docs
- eeaa98e Merge pull request #1370 from Permify/docs
- 17ae8c3 Merge pull request #1371 from Permify/docs
- 84360d9 Merge pull request #1372 from Permify/dependabot/github_actions/github/codeql-action-3.25.13
- 97ff84c Merge pull request #1373 from Permify/swagger
- 1e2d6f3 Merge pull request #1374 from Permify/docs
- 49b1486 Merge pull request #1375 from Permify/docs
- 885fe8f Merge pull request #1376 from Permify/swagger
- 3e4a70f Merge pull request #1377 from Permify/docs
- 2fc3936 Merge pull request #1378 from Permify/docs
- 8d4d9b7 Merge pull request #1379 from Permify/docs
- 729d611 Merge pull request #1381 from Permify/dependabot/github_actions/docker/setup-qemu-action-3.2.0
- 23b25b2 Merge pull request #1382 from Permify/dependabot/github_actions/docker/login-action-3.3.0
- 0fa751e Merge pull request #1383 from Permify/dependabot/github_actions/docker/setup-buildx-action-3.5.0
- 07f2278 Merge pull request #1384 from Permify/telemetry
- 73dcf14 Merge pull request #1385 from Permify/telemetry
- 9cc80c6 build(deps): bump docker/login-action from 3.2.0 to 3.3.0
- befe792 build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0
- dd889b8 build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0
- ee64bc0 build(deps): bump github/codeql-action from 3.25.12 to 3.25.13
- 4e9a18f build(deps): bump step-security/harden-runner from 2.8.1 to 2.9.0
- 49a050b build: version info update
- 7bdf570 chore: downgrade buf openapiv2 plugin to v2.16.2
- 6b47b5e fix: empty string logger identifier
- 97ce5eb fix: use slog after logger init
- 6a917ae openapi filed put under tabs
This version can be found as Docker images at permify/permify:v0.10.1 and ghcr.io/permify/permify:v0.10.1.
v0.10.0
Changelog
- 7fb9adf Merge pull request #1345 from Permify/dependabot/github_actions/actions/setup-go-5.0.2
- fcc764f Merge pull request #1346 from Permify/dependabot/github_actions/actions/dependency-review-action-4.3.4
- 3f2db1f Merge pull request #1347 from Permify/dependabot/github_actions/github/codeql-action-3.25.12
- f3f296c Merge pull request #1348 from Permify/sdk-generator-1
- 384b72d Merge pull request #1349 from Permify/ufuk/newmetermethods
- 3a36b5e Merge pull request #1350 from Permify/telemetry
- 4b58f86 Merge pull request #1353 from Permify/ufuk/pythonsdkbug-1
- 24d098b Merge pull request #1355 from Permify/proto-swagger
- a9c9f70 Merge pull request #1358 from Permify/docs
- e8cdb7c Merge pull request #1359 from Permify/docs
- 2fda71c Merge pull request #1360 from Permify/docs
- 408b48b Merge pull request #1362 from Permify/docs
- f7f8931 Merge pull request #1364 from Permify/refactor/replace-slog-with-slog-context
- 75c79ad Update sdk-generator.yml
- 6ed444d added permify cloud page
- 9e1d372 build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4
- 8f8bf17 build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
- f843ed7 build(deps): bump github/codeql-action from 3.25.11 to 3.25.12
- a8cca04 build: openapiv2 v2.16.2 -> v2.20.0 version update
- f730b38 build: update sdk-generator.yml
- 7d4a8b7 build: update sdk-generator.yml
- 2f0abcf build: version info update
- f4889c8 chore(deps): update buf plugins for protocolbuffers, grpc, and grpc-gateway
- d8d6964 feat: new meter methods added to simplify creation of counter and histogram
- 18ccfa6 feat: removed fossa
- 0b32e9c fix: could not read username error
- 9fa5844 fix: meter interval config mapper
- 260f51e fix: omit enum default value
- bfbe798 fix: unhandled errors
- 0cf071d fix: update sdk-generator.yml
- 3322ddd refactor: replace slogs with slog context for improved context handling
This version can be found as Docker images at permify/permify:v0.10.0 and ghcr.io/permify/permify:v0.10.0.
v0.9.9
Changelog
- 185fe1e Merge pull request #1338 from Permify/dependabot/github_actions/actions/upload-artifact-4.3.4
- f50c84a Merge pull request #1342 from Permify/ufuk/agodalogs
- ec79d37 Merge pull request #1343 from Permify/logs
- ff73ef2 Merge pull request #1344 from Permify/ufuk/servermetrics
- 7868683 build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
- 3d16aae build: version info update
- 5ea2b88 chore: logs and parameters updated
- 5336c86 feat: added metric exporters for data and schema servers
- a88f752 feat: env variables for new log config fields
- b1f054e feat: logger flags added
- b26b2e0 fix: logs are exported via agodas otelslog pkg
- 49dc929 revert: meter go; project id is added back
This version can be found as Docker images at permify/permify:v0.9.9 and ghcr.io/permify/permify:v0.9.9.