Skip to content

Releases: absmach/supermq

v0.18.5

23 Jan 16:20
59d9f91

Choose a tag to compare

What's Changed

Full Changelog: v0.18.4...v0.18.5

v0.18.4

31 Dec 09:54

Choose a tag to compare

What's Changed

  • SMQ-2997 - Allow listing root groups with groups that the user has access to by @felixgateru in #3226
  • SMQ-3224 - Add consistent error for assigning channel and client with parent group to parent group by @felixgateru in #3225
  • SMQ-2799 - Add support for basic auth for HTTP and WS adapters by @felixgateru in #3049
  • Bump github.com/redis/go-redis/v9 from 9.17.0 to 9.17.1 by @dependabot[bot] in #3263
  • SMQ-3233 - Move callout to seperate middleware by @nyagamunene in #3244
  • SMQ-3095 - Add users events tests by @felixgateru in #3240
  • SMQ-3095 - Improve test coverage in clients repository by @felixgateru in #3156
  • SMQ-3094 - Improve test coverage in channels and journals by @nyagamunene in #3238
  • SMQ-3026 - Update READMEs and make them use the same l&f by @Musilah in #3239
  • NOISSUE - Improve Swagger GH actions by @dborovcanin in #3267
  • Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.2 by @dependabot[bot] in #3268
  • NOISSUE - Make CI scripts run in parallel by @dborovcanin in #3269
  • NOISSUE - Improve CI by @dborovcanin in #3270
  • NOISSUE - Fix migrations error by @arvindh123 in #3275
  • Bump the gh-dependency group in /.github/workflows with 2 updates by @dependabot[bot] in #3274
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.38.0 to 1.39.0 by @dependabot[bot] in #3278
  • Bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #3277
  • Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #3272
  • Bump github.com/pion/dtls/v3 from 3.0.7 to 3.0.8 by @dependabot[bot] in #3273
  • Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 by @dependabot[bot] in #3276
  • Bump golang from 1.25.4-alpine3.22 to 1.25.5-alpine3.22 in /docker in the docker-dependency group by @dependabot[bot] in #3271
  • Bump golang.org/x/crypto from 0.45.0 to 0.46.0 by @dependabot[bot] in #3282
  • Bump the gh-dependency group in /.github/workflows with 2 updates by @dependabot[bot] in #3285
  • Bump github.com/pion/dtls/v3 from 3.0.8 to 3.0.9 by @dependabot[bot] in #3287
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 by @dependabot[bot] in #3286
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.39.0 by @dependabot[bot] in #3284
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0 by @dependabot[bot] in #3283
  • Bump github.com/authzed/spicedb from 1.47.1 to 1.48.0 by @dependabot[bot] in #3289
  • Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #3288
  • NOISSUE - New operation permission by @nyagamunene in #3281
  • SMQ-3290 - Fix the bug that groups queries too slowly at multiple levels by @VeddySama in #3293
  • SMQ-2757 - Combine Authorization and AuthorizationPAT to single gRPC endpoint and combine service functions by @nyagamunene in #3292
  • SMQ-1744 - Error handling with TypedError created on top existing Error by @arvindh123 in #3170
  • Bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 by @dependabot[bot] in #3296
  • SMQ-2632 - Remove PAT logics from middleware by @nyagamunene in #3291
  • SMQ-3125 - Add ordering tests by @felixgateru in #3297
  • SMQ-3036 - Add nested mocks and generated proto files to ignore in codecov.yaml by @felixgateru in #3280
  • SMQ-3036 - Add events tests for channels,clients, domains and groups by @felixgateru in #3279
  • NOISSUE : Revert removal of errors Unwrap function by @felixgateru in #3299
  • SMQ-1672 - Add asymmetric key authentication by @felixgateru in #3228
  • NOISSUE - Update Auth service tests by @dborovcanin in #3300
  • NOISSUE - Improve JWKS by @dborovcanin in #3301
  • Bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0 by @dependabot[bot] in #3305
  • Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #3306
  • NOISSUE - Add internal type to find NestError and Add Auth key algorithm to journal docker compose by @arvindh123 in #3304
  • SMQ-2800 - Add WebSocket support to HTTP adapter by @felixgateru in #2937

Full Changelog: v0.18.3...v0.18.4

What's Changed

  • SMQ-2997 - Allow listing root groups with groups that the user has access to by @felixgateru in #3226
  • SMQ-3224 - Add consistent error for assigning channel and client with parent group to parent group by @felixgateru in #3225
  • SMQ-2799 - Add support for basic auth for HTTP and WS adapters by @felixgateru in #3049
  • Bump github.com/redis/go-redis/v9 from 9.17.0 to 9.17.1 by @dependabot[bot] in #3263
  • SMQ-3233 - Move callout to seperate middleware by @nyagamunene in #3244
  • SMQ-3095 - Add users events tests by @felixgateru in #3240
  • SMQ-3095 - Improve test coverage in clients repository by @felixgateru in #3156
  • SMQ-3094 - Improve test coverage in channels and journals by @nyagamunene in #3238
  • SMQ-3026 - Update READMEs and make them use the same l&f by @Musilah in #3239
  • NOISSUE - Improve Swagger GH actions by @dborovcanin in #3267
  • Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.2 by @dependabot[bot] in #3268
  • NOISSUE - Make CI scripts run in parallel by @dborovcanin in #3269
  • NOISSUE - Improve CI by @dborovcanin in #3270
  • NOISSUE - Fix migrations error by @arvindh123 in #3275
  • Bump the gh-dependency group in /.github/workflows with 2 updates by @dependabot[bot] in #3274
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.38.0 to 1.39.0 by @dependabot[bot] in #3278
  • Bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #3277
  • Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #3272
  • Bump github.com/pion/dtls/v3 from 3.0.7 to 3.0.8 by @dependabot[bot] in #3273
  • Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 by @dependabot[bot] in #3276
  • Bump golang from 1.25.4-alpine3.22 to 1.25.5-alpine3.22 in /docker in the docker-dependency group by @dependabot[bot] in #3271
  • Bump golang.org/x/crypto from 0.45.0 to 0.46.0 by @dependabot[bot] in #3282
  • Bump the gh-dependency group in /.github/workflows with 2 updates by @dependabot[bot] in #3285
  • Bump github.com/pion/dtls/v3 from 3.0.8 to 3.0.9 by @dependabot[bot] in #3287
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 by @dependabot[bot] in #3286
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.39.0 by @dependabot[bot] in #3284
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0 by @dependabot[bot] in #3283
  • Bump github.com/authzed/spicedb from 1.47.1 to 1.48.0 by @dependabot[bot] in #3289
  • Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #3288
  • NOISSUE - New operation permission by @nyagamunene in #3281
  • SMQ-3290 - Fix the bug that groups queries too slowly at multiple levels by @VeddySama in #3293
  • SMQ-2757 - Combine Authorization and AuthorizationPAT to sing...
Read more

v0.18.3

28 Nov 17:29

Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.18.3

v0.18.2

31 Oct 16:19
65c6a4d

Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

05 Sep 17:43
a70b838

Choose a tag to compare

What's Changed

  • Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #3077
  • SMQ-3070 - Fix property based tests by @felixgateru in #3078
  • NOISSUE - Replace interface{} with any by @dborovcanin in #3079
  • NOISSUE - Fix linters and Mockery by @dborovcanin in #3087
  • Bump golang from 1.24.5-alpine to 1.25.0-alpine in /docker in the docker-dependency group by @dependabot[bot] in #3081
  • Bump github.com/nats-io/nats.go from 1.44.0 to 1.45.0 by @dependabot[bot] in #3086
  • Bump github.com/authzed/spicedb from 1.45.1 to 1.45.3 by @dependabot[bot] in #3085
  • Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 by @dependabot[bot] in #3082
  • Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #3083
  • Bump actions/checkout from 4 to 5 in /.github/workflows in the gh-dependency group by @dependabot[bot] in #3080
  • Bump github.com/authzed/authzed-go from 1.4.1 to 1.5.0 by @dependabot[bot] in #3084
  • NOISSUE - Fix clients listing repository tests by @felixgateru in #3088
  • Bump github.com/dgraph-io/ristretto/v2 from 2.2.0 to 2.3.0 by @dependabot[bot] in #3090
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #3089
  • NOISSUE - Update Protobufs by @dborovcanin in #3091
  • SMQ-2836 - Skip checking super admin if the role in JWT is not super admin by @felixgateru in #3099
  • SMQ-2495 - Refactor CLI to use entity IDs by @nyagamunene in #3100
  • Bump go.opentelemetry.io/otel from 1.37.0 to 1.38.0 by @dependabot[bot] in #3107
  • Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #3104
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.37.0 to 1.38.0 by @dependabot[bot] in #3103
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.37.0 to 1.38.0 by @dependabot[bot] in #3105
  • NOISSUE - Obtain email host from env by @WashingtonKK in #3098
  • SMQ-3062 - Update Domain Invitation Deletion Endpoint by @nyagamunene in #3110
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.62.0 to 0.63.0 by @dependabot[bot] in #3116
  • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #3111
  • Bump github.com/openbao/openbao/api/v2 from 2.3.1 to 2.4.0 by @dependabot[bot] in #3112
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.62.0 to 0.63.0 by @dependabot[bot] in #3115
  • SMQ-3061 - Separate CLI command for Domain and User Invitations by @nyagamunene in #3117
  • SMQ-2275 - Update SDK godocs by @nyagamunene in #3119
  • NOISSUE - Change email body format from plain text to HTML in Send method by @SammyOina in #3118
  • SMQ-3093 - User email verification by @arvindh123 in #3101
  • NOISSUE - Add Allow unverified users env to users service in docker compose by @arvindh123 in #3124

Full Changelog: v0.18.0...v0.18.1

What's Changed

  • Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #3077
  • SMQ-3070 - Fix property based tests by @felixgateru in #3078
  • NOISSUE - Replace interface{} with any by @dborovcanin in #3079
  • NOISSUE - Fix linters and Mockery by @dborovcanin in #3087
  • Bump golang from 1.24.5-alpine to 1.25.0-alpine in /docker in the docker-dependency group by @dependabot[bot] in #3081
  • Bump github.com/nats-io/nats.go from 1.44.0 to 1.45.0 by @dependabot[bot] in #3086
  • Bump github.com/authzed/spicedb from 1.45.1 to 1.45.3 by @dependabot[bot] in #3085
  • Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 by @dependabot[bot] in #3082
  • Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #3083
  • Bump actions/checkout from 4 to 5 in /.github/workflows in the gh-dependency group by @dependabot[bot] in #3080
  • Bump github.com/authzed/authzed-go from 1.4.1 to 1.5.0 by @dependabot[bot] in #3084
  • NOISSUE - Fix clients listing repository tests by @felixgateru in #3088
  • Bump github.com/dgraph-io/ristretto/v2 from 2.2.0 to 2.3.0 by @dependabot[bot] in #3090
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #3089
  • NOISSUE - Update Protobufs by @dborovcanin in #3091
  • SMQ-2836 - Skip checking super admin if the role in JWT is not super admin by @felixgateru in #3099
  • SMQ-2495 - Refactor CLI to use entity IDs by @nyagamunene in #3100
  • Bump go.opentelemetry.io/otel from 1.37.0 to 1.38.0 by @dependabot[bot] in #3107
  • Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #3104
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.37.0 to 1.38.0 by @dependabot[bot] in #3103
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.37.0 to 1.38.0 by @dependabot[bot] in #3105
  • NOISSUE - Obtain email host from env by @WashingtonKK in #3098
  • SMQ-3062 - Update Domain Invitation Deletion Endpoint by @nyagamunene in #3110
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.62.0 to 0.63.0 by @dependabot[bot] in #3116
  • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #3111
  • Bump github.com/openbao/openbao/api/v2 from 2.3.1 to 2.4.0 by @dependabot[bot] in #3112
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.62.0 to 0.63.0 by @dependabot[bot] in #3115
  • SMQ-3061 - Separate CLI command for Domain and User Invitations by @nyagamunene in #3117
  • SMQ-2275 - Update SDK godocs by @nyagamunene in #3119
  • NOISSUE - Change email body format from plain text to HTML in Send method by @SammyOina in #3118
  • SMQ-3093 - User email verification by @arvindh123 in #3101
  • NOISSUE - Add Allow unverified users env to users service in docker compose by @arvindh123 in #3124
  • NOISSUE - Update entity sorting by @Musilah in #3076
  • SMQ-2924 - Allow bulk deleting of invitations from repository by @felixgateru in #2942

Full Changelog: v0.18.0...v0.18.1

v0.18.0

21 Aug 20:35
248b708

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

04 Aug 17:07
230be1d

Choose a tag to compare

What's Changed

  • Bump github.com/authzed/spicedb from 1.39.0 to 1.39.1 by @dependabot[bot] in #2592
  • Bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 by @dependabot[bot] in #2591
  • Bump github.com/rubenv/sql-migrate from 1.7.0 to 1.7.1 by @dependabot[bot] in #2589
  • NOISSUE - Add domains, channels and groups tests to CI by @felixgateru in #2595
  • SMQ-2587 - Fix creating group with parent and group listing with tree parameter by @felixgateru in #2594
  • Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot[bot] in #2600
  • Bump go.opentelemetry.io/otel/sdk from 1.32.0 to 1.33.0 by @dependabot[bot] in #2596
  • Bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.0 by @dependabot[bot] in #2599
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.57.0 to 0.58.0 by @dependabot[bot] in #2598
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.32.0 to 1.33.0 by @dependabot[bot] in #2597
  • MG-2048 - Implement Personal Access Tokens (PATs) by @nyagamunene in #2492
  • NOISSUE - Remove duplicate DomainID paths by @dorcaslitunya in #2607
  • NOISSUE - Move API to the common package by @dborovcanin in #2608
  • NOISSUE - Move gRPC to api package by @SammyOina in #2593
  • Bump google.golang.org/grpc from 1.68.1 to 1.69.2 by @dependabot[bot] in #2613
  • Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 by @dependabot[bot] in #2614
  • Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 by @dependabot[bot] in #2615
  • Bump github.com/nats-io/nats.go from 1.37.0 to 1.38.0 by @dependabot[bot] in #2616
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.57.0 to 0.58.0 by @dependabot[bot] in #2617
  • Bump github.com/caarlos0/env/v11 from 11.3.0 to 11.3.1 by @dependabot[bot] in #2618
  • SMQ-2570 - Update SDK to align with new architecture by @felixgateru in #2585
  • SMQ-2568 - Check Domain enabled / disabled status during Authn or Authz by @felixgateru in #2586
  • Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot[bot] in #2619
  • SMQ-2566 - User role ID instead of name in the API by @arvindh123 in #2612
  • NOISSUE - Add token type check by @dborovcanin in #2621
  • NOISSUE - Emit roles event during entity creation by @arvindh123 in #2620
  • MG-2048 - Authorize clients and users with PATs by @nyagamunene in #2499
  • NOISSUE - Update README by @drasko in #2622
  • Fix README intro by @drasko in #2623
  • NOISSUE - Fix README badge and docs by @drasko in #2624
  • NOISSUE - Update MAINTAINERS by @drasko in #2625
  • Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot[bot] in #2635
  • Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by @dependabot[bot] in #2637
  • Bump github.com/authzed/authzed-go from 1.2.0 to 1.2.1 by @dependabot[bot] in #2638
  • Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot[bot] in #2634
  • SMQ-2629 - Remove Boostrap and Provision services by @felixgateru in #2640
  • SMQ-2629 - Remove Readers and Consumers by @felixgateru in #2641
  • NOISSUE - Update CLI by @nyagamunene in #2642
  • Bump google.golang.org/grpc from 1.69.2 to 1.69.4 by @dependabot[bot] in #2644
  • NOISSUE - Revert removal of notifier interface by @felixgateru in #2643
  • NOISSUE - Update CLI by @felixgateru in #2645
  • MG-2048 - Authorize groups and channels with PATs by @nyagamunene in #2501
  • MG-2358 - Add Domain to Events by @nyagamunene in #2510
  • SMQ-1485 - Add SSL support for gRPC connections by @nyagamunene in #2646
  • SMQ-2648 - Add API and Repository implementation for the Client stats by @felixgateru in #2647
  • Bump go.opentelemetry.io/otel/trace from 1.33.0 to 1.34.0 by @dependabot[bot] in #2654
  • Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by @dependabot[bot] in #2655
  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.58.0 to 0.59.0 by @dependabot[bot] in #2653
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.33.0 to 1.34.0 by @dependabot[bot] in #2652
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.58.0 to 0.59.0 by @dependabot[bot] in #2650
  • SMQ-2605: Groups replication with groups events consumer & listing of things and channels by @arvindh123 in #2639
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.33.0 to 1.34.0 by @dependabot[bot] in #2657
  • NOISSUE - Add domain events consumer, listing of clients and channels with domains by @arvindh123 in #2656
  • NOISSUE - Fix channels connections by @arvindh123 in #2658
  • NOISSUE - Fix Listing of connections and groups for clients and channels by @arvindh123 in #2660
  • Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot[bot] in #2666
  • Bump github.com/authzed/spicedb from 1.39.1 to 1.40.0 by @dependabot[bot] in #2664
  • Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot[bot] in #2665
  • NOISSUE - Fix: Clients, Channels roles initialization and Channels connection Authz by @arvindh123 in #2663
  • NOISSUE - Fix failing channel repo tests by @felixgateru in #2662
  • Bump github.com/authzed/authzed-go from 1.2.2-0.20250107172318-7fd4159ab2b7 to 1.3.0 by @dependabot[bot] in #2668
  • SMQ-2546 - Add events to adapters by @felixgateru in #2659
  • SMQ - 2546 - Add telemetry aggregation for clients telemetry by @felixgateru in #2661
  • SMQ 2667 - Add: List all the users who can access the entity by @arvindh123 in #2673
  • NOISSUE - Use NATS as MQTT broker by @rodneyosodo in #2681
  • SMQ-2686 - Fix channel journals by @felixgateru in #2685
  • SMQ-2505 - Add Domain ID in all service logs by @nyagamunene in #2687
  • Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 by @dependabot[bot] in #2692
  • Bump github.com/nats-io/nats.go from 1.38.0 to 1.39.0 by @dependabot[bot] in #2694
  • Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot[bot] in #2690
  • Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot[bot] in #2693
  • Bump go.etcd.io/bbolt from 1.3.11 to 1.4.0 by @dependabot[bot] in #2691
  • Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot[bot] in #2699
  • Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot[bot] in #2698
  • NOISSUE - Fix domains path in CI tests workflow by @felixgateru in #2697
  • SMQ - 2435 - Merge invitations into domains service by @felixgateru in #2676
  • Bump github.com/hashicorp/vault/api/auth/approle from 0.8.0 to 0.9.0 by @dependabot[bot] in #2713
  • Bump golang from 1.23-alpine to 1.24-alpine in /docker in the docker-dependency group by @dependabot[bot] in #2711
  • Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot[bot] in #2716
  • Bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.1 by @dependabot[bot] in #2715
  • Bump github.com/authzed/spicedb from 1.40.0 to 1.40.1 by @dependabot[bot] in #2714
  • NOIS...
Read more

v0.17.0-rc.2

15 Jul 10:16
898048c

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0-rc.1...v0.17.0-rc.2

v0.17.0-rc.1

07 Jul 08:20
be66701

Choose a tag to compare

What's Changed

Read more

v0.16.0

11 Dec 14:29
901ed73

Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.16.0