Skip to content

Releases: smartive/zitadel-net

v7.0.2

13 Nov 00:07
adb60b5
Compare
Choose a tag to compare

7.0.2 (2024-11-13)

Bug Fixes

v7.0.1

08 Nov 22:56
1055097
Compare
Choose a tag to compare

7.0.1 (2024-11-08)

Bug Fixes

  • deps: update dependency jose-jwt to 5.1.0 (#936) (1055097)

v7.0.0

28 Oct 09:54
09346e0
Compare
Choose a tag to compare

7.0.0 (2024-10-28)

Features

  • upgrade Zitadel Libs and remove old .net version (#933) (09346e0)

BREAKING CHANGES

  • change Zitadel default client mapping to
    V2 instead of V2Beta. Older APIs are still generated but the default
    helpers will create V2 clients.
  • remove .Net 6 and 7 since they are
    end of support.

v6.2.0

28 Oct 09:35
b9f626b
Compare
Choose a tag to compare

6.2.0 (2024-10-28)

Features

  • fake-auth: add callback event to fake auth handler (#800) (b9f626b)

v6.1.4

28 Oct 07:47
Compare
Choose a tag to compare

6.1.4 (2024-10-28)

Bug Fixes

  • deps: update dependencies (906c1bb)

v6.1.3

28 Oct 07:25
d8a9615
Compare
Choose a tag to compare

6.1.3 (2024-10-28)

Bug Fixes

v6.1.2

31 Jan 23:06
Compare
Choose a tag to compare

6.1.2 (2024-01-31)

Bug Fixes

  • deps: update dependency sonaranalyzer.csharp to v9.19.0.84025 (eb7490f)

v6.1.1

26 Jan 23:06
Compare
Choose a tag to compare

6.1.1 (2024-01-26)

Bug Fixes

  • deps: update dependency sonaranalyzer.csharp to v9.18.0.83559 (c694bdd)

v6.1.0

26 Jan 13:58
7ede9c3
Compare
Choose a tag to compare

6.1.0 (2024-01-26)

Features

v6.0.0

24 Jan 10:00
Compare
Choose a tag to compare

6.0.0 (2024-01-24)

Features

  • move to buf generate and add .net 8.0 (#916) (1d28b13)

BREAKING CHANGES

  • This makes the Zitadel.Grpc package obsolete.
    With buf, all gRPC sources are directly in the Zitadel package.
    To migrate, just remove the dependency to Zitadel.Grpc and use
    the Zitadel package instead.