Skip to content

Releases: authentik-community/kadmin-rs

kadmin 0.5.2

07 Dec 02:31
588f7c3
Compare
Choose a tag to compare

What's Changed

  • kadmin: principal: set_string: fix pointer creation by @rissson in #82
  • release: kadmin v0.5.2 by @github-actions in #83

Full Changelog: kadmin/version/0.5.1...kadmin/version/0.5.2

kadmin 0.5.1

07 Dec 02:02
797d4d6
Compare
Choose a tag to compare

What's Changed

  • kadmin: principal: get_strings: fix memory leak by @rissson in #80
  • release: kadmin v0.5.1 by @github-actions in #81

Full Changelog: kadmin/version/0.5.0...kadmin/version/0.5.1

kadmin 0.5.0

06 Dec 20:14
3097a91
Compare
Choose a tag to compare

What's Changed

  • deps: bump ruff from 0.8.1 to 0.8.2 by @dependabot in #74
  • kadmin: implement principal utilities by @rissson in #53
  • kadmin: principal: get_strings, set_string by @rissson in #77
  • release: kadmin-sys v0.3.0 by @github-actions in #78
  • release: kadmin v0.5.0 by @github-actions in #79

Full Changelog: kadmin/version/0.4.2...kadmin/version/0.5.0

kadmin-sys 0.3.0

06 Dec 20:11
0ee25e9
Compare
Choose a tag to compare

What's Changed

  • release: kadmin v0.4.1 by @github-actions in #70
  • kadmin: fix keysalts by @rissson in #72
  • release: kadmin v0.4.2 by @github-actions in #73
  • deps: bump ruff from 0.8.1 to 0.8.2 by @dependabot in #74
  • kadmin: implement principal utilities by @rissson in #53
  • kadmin: principal: get_strings, set_string by @rissson in #77
  • release: kadmin-sys v0.3.0 by @github-actions in #78

Full Changelog: kadmin-sys/version/0.2.1...kadmin-sys/version/0.3.0

kadmin 0.4.2

05 Dec 17:06
5c515d0
Compare
Choose a tag to compare

What's Changed

  • kadmin: fix keysalts by @rissson in #72
  • release: kadmin v0.4.2 by @github-actions in #73

Full Changelog: kadmin/version/0.4.1...kadmin/version/0.4.2

kadmin 0.4.1

04 Dec 22:07
78f572f
Compare
Choose a tag to compare

What's Changed

  • kadmin-sys: fix clippy lints from new rust version by @rissson in #68
  • deps: bump pyo3 from 0.23.2 to 0.23.3 by @dependabot in #66
  • deps: bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #65
  • deps: bump thiserror from 2.0.3 to 2.0.4 by @dependabot in #64
  • kadmin: add allowed_keysalts by @rissson in #67
  • kadmin: support for setting API version by @rissson in #69
  • release: kadmin-sys v0.2.1 by @github-actions in #71
  • release: kadmin v0.4.1 by @github-actions in #70

Full Changelog: kadmin/version/0.4.0...kadmin/version/0.4.1

kadmin-sys 0.2.1

04 Dec 22:03
a3ec5b6
Compare
Choose a tag to compare

What's Changed

  • release: kadmin v0.2.0 by @github-actions in #39
  • release: python-kadmin-rs v0.2.0 by @github-actions in #41
  • kadmin: fix local example by @rissson in #42
  • kadmin: drop context guard after init by @rissson in #43
  • deps: bump thiserror from 2.0.0 to 2.0.3 by @dependabot in #44
  • deps: bump sphinx-rtd-theme from 3.0.1 to 3.0.2 by @dependabot in #45
  • deps: bump ruff from 0.7.3 to 0.7.4 by @dependabot in #46
  • deps: bump ruff from 0.7.4 to 0.8.0 by @dependabot in #48
  • deps: bump cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #50
  • deps: bump pypa/cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #49
  • deps: bump pyo3 from 0.22.6 to 0.23.2 by @dependabot in #51
  • deps: bump ruff from 0.8.0 to 0.8.1 by @dependabot in #52
  • docs: only publish html, the rest is failing for some reason by @rissson in #56
  • kadmin, python-kadmin-rs: implement policy utilities by @rissson in #54
  • release: kadmin v0.3.0 by @github-actions in #57
  • release: python-kadmin-rs v0.3.0 by @github-actions in #58
  • kadmin: policies: add tl_data by @rissson in #59
  • kadmin, python-kadmin-rs: rework sync for easier use by @rissson in #60
  • kadmin: params, db_args: impl Clone, Sync, Send by @rissson in #62
  • python: merge python-kadmin-rs into kadmin by @rissson in #61
  • release: kadmin v0.4.0 by @github-actions in #63
  • kadmin-sys: fix clippy lints from new rust version by @rissson in #68
  • deps: bump pyo3 from 0.23.2 to 0.23.3 by @dependabot in #66
  • deps: bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #65
  • deps: bump thiserror from 2.0.3 to 2.0.4 by @dependabot in #64
  • kadmin: add allowed_keysalts by @rissson in #67
  • kadmin: support for setting API version by @rissson in #69
  • release: kadmin-sys v0.2.1 by @github-actions in #71

Full Changelog: kadmin-sys/version/0.2.0...kadmin-sys/version/0.2.1

kadmin 0.4.0

02 Dec 17:55
8398295
Compare
Choose a tag to compare

Breaking changes

The Python API has been reworked. Notably, some methods on the Principal and Policy objects now require passing a KAdmin instance as the first argument.

Furthermore, no more python-kadmin-rs tags will be created on this repository. Watch for kadmin tags instead.

What's Changed

  • release: python-kadmin-rs v0.3.0 by @github-actions in #58
  • kadmin: policies: add tl_data by @rissson in #59
  • kadmin, python-kadmin-rs: rework sync for easier use by @rissson in #60
  • kadmin: params, db_args: impl Clone, Sync, Send by @rissson in #62
  • python: merge python-kadmin-rs into kadmin by @rissson in #61
  • release: kadmin v0.4.0 by @github-actions in #63

Full Changelog: kadmin/version/0.3.0...kadmin/version/0.4.0

python-kadmin-rs 0.3.0

30 Nov 21:09
1f26e8c
Compare
Choose a tag to compare

What's Changed

  • kadmin: fix local example by @rissson in #42
  • kadmin: drop context guard after init by @rissson in #43
  • deps: bump thiserror from 2.0.0 to 2.0.3 by @dependabot in #44
  • deps: bump sphinx-rtd-theme from 3.0.1 to 3.0.2 by @dependabot in #45
  • deps: bump ruff from 0.7.3 to 0.7.4 by @dependabot in #46
  • deps: bump ruff from 0.7.4 to 0.8.0 by @dependabot in #48
  • deps: bump cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #50
  • deps: bump pypa/cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #49
  • deps: bump pyo3 from 0.22.6 to 0.23.2 by @dependabot in #51
  • deps: bump ruff from 0.8.0 to 0.8.1 by @dependabot in #52
  • docs: only publish html, the rest is failing for some reason by @rissson in #56
  • kadmin, python-kadmin-rs: implement policy utilities by @rissson in #54
  • release: kadmin v0.3.0 by @github-actions in #57
  • release: python-kadmin-rs v0.3.0 by @github-actions in #58

Full Changelog: python-kadmin-rs/version/0.2.0...python-kadmin-rs/version/0.3.0

kadmin 0.3.0

30 Nov 21:08
4848fe9
Compare
Choose a tag to compare

What's Changed

  • release: python-kadmin-rs v0.2.0 by @github-actions in #41
  • kadmin: fix local example by @rissson in #42
  • kadmin: drop context guard after init by @rissson in #43
  • deps: bump thiserror from 2.0.0 to 2.0.3 by @dependabot in #44
  • deps: bump sphinx-rtd-theme from 3.0.1 to 3.0.2 by @dependabot in #45
  • deps: bump ruff from 0.7.3 to 0.7.4 by @dependabot in #46
  • deps: bump ruff from 0.7.4 to 0.8.0 by @dependabot in #48
  • deps: bump cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #50
  • deps: bump pypa/cibuildwheel from 2.21.3 to 2.22.0 by @dependabot in #49
  • deps: bump pyo3 from 0.22.6 to 0.23.2 by @dependabot in #51
  • deps: bump ruff from 0.8.0 to 0.8.1 by @dependabot in #52
  • docs: only publish html, the rest is failing for some reason by @rissson in #56
  • kadmin, python-kadmin-rs: implement policy utilities by @rissson in #54
  • release: kadmin v0.3.0 by @github-actions in #57

Full Changelog: kadmin/version/0.2.0...kadmin/version/0.3.0