Skip to content

Releases: goodhamgupta/authzed_ex

v0.0.6

16 Feb 05:04
Compare
Choose a tag to compare

What's Changed

  • Update grpc dependency to include telemetry events by @ssepml in #16
  • Update grpc and google_protos by @wtcross in #18

Full Changelog: v0.0.5...v0.0.6

v0.0.5: Add experimented service

14 Jun 08:42
f0d5168
Compare
Choose a tag to compare

What's Changed

  • Extend client definition to include experimental service by @ssepml in #15

Full Changelog: v0.0.4...v0.0.5

v0.0.4: Update API

14 Jun 07:47
Compare
Choose a tag to compare

What's Changed

  • Update the SpiceDB API spec to the buf commit: 1b83af201dea4437913b2fefe52fdae90d166c9a which includes support for
    • Cursors
    • Bulk import / export of relationships
  • Update protobuf to 0.12.0 and updated tests to remove the use of new method as it is now deprecated (see error below)
warning: Authzed.Api.V1.WriteSchemaRequest.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
  test/authzed_test.exs:56: AuthzedTest."test basic operation"/1
  • Bump package version to 0.0.4

Full Changelog: v0.0.3...v0.0.4

v0.0.3: Bug Fixes

27 Apr 02:19
Compare
Choose a tag to compare

Bump elixir version to v1.14

Update installation instructions in README

Update SpiceDB protocol buffers to 1b83af201dea4437913b2fefe52fdae90d166c9a and regenerate protobuf files.

v0.0.2: Bug Fixes

06 Apr 05:41
c938906
Compare
Choose a tag to compare

This release made a few bug fixes:

Bump otp version to 24.0

Change otp version in protobuf workflow

Add homebrew to PATH in workflow

Update SpiceDB protocol buffers to 2223af59a540b11a7f49ae31df732cee15b0cff8 and regenrate protobuf files

v0.0.1: Elixir client for SpiceDB

03 Jul 15:58
Compare
Choose a tag to compare
Pre-release

authzed_ex is an Elixir client for SpiceDB. 🎉 😄 There are still a few rough edges in the library, but I hope to fix them in the upcoming releases.