To reduce bot traffic you must login to view /lordwelch/glauth/commit/e26219c2f402021df8cf7a1bbcfc0c5ba984590a?files=v2%2Fpkg.
The GitHub login only links via username.
Files
glauth/v2/CHANGELOG.md

8.6 KiB

Changelog

2.5.2 (2026-07-25)

Features

  • check plugin compatibility at release time (700745e)

2.5.1 (2026-07-18)

Bug Fixes

  • reject disabled users on all backends in Bind (#470) (fb65713)
  • team atlanta arbitrary password (#471) (cb121cd)

2.5.0 (2026-04-19)

Features

  • allow tracing configuration via main config (f692394)
  • alt container build registry (f8dee8d)
  • embedded plugins (c0ed908)
  • introduce context for otlp spans into handler pkg (d05630f)
  • introduce context for otlp spans into plugins pkg (46e49b6)
  • introduce legacy behavior, based on past versions (#318) (34a6b30)
  • introduce otelsql (2ca5312)
  • introduce otlp tracer (0cf0403)
  • proxying ldap paging compat (#422) (8476506)
  • starttls and ldaps now matching features (#458) (d68c78a)
  • wire up basic tracer (1c2b23c)

Bug Fixes

  • 246 and #252 (ceefc66)
  • config watcher now updates whenf ile added to dir (#424) (a90f37b)
  • Credentials leaked on INFO log level (#451) (645dbb2)
  • drop vendored toml (24455e3)
  • formatting (c90cbfe)
  • go test not checking otp within allowed basedn (#403) (ed52a91)
  • move all toml parsing into a new internal package, drop the mappings in favour of toml.Primitive decoding (3ba8e11)
  • patch group name fetches for the rest of handlers (#450) (b498736)
  • remove spinlock in monitoring code (#405) (a2c151b)
  • removed config setup from main, reshoring log configuration (5fe8aca)
  • update ldap library to fix #389 (#430) (a5ecc26)
  • update tracing code to work with breaking otlp 1.20 changes (1a37396)
  • upgrade to use BurntSushi/toml (f9addbc)

Miscellaneous Chores

2.4.0 (2024-08-04)

Features

Bug Fixes

2.3.2 (2024-02-19)

Bug Fixes

2.3.1 (2024-02-12)

Features

  • allow tracing configuration via main config (f692394)
  • introduce context for otlp spans into handler pkg (d05630f)
  • introduce context for otlp spans into plugins pkg (46e49b6)
  • introduce otelsql (2ca5312)
  • introduce otlp tracer (0cf0403)
  • wire up basic tracer (1c2b23c)

Bug Fixes

  • drop vendored toml (24455e3)
  • formatting (c90cbfe)
  • go test not checking otp within allowed basedn (#403) (ed52a91)
  • move all toml parsing into a new internal package, drop the mappings in favour of toml.Primitive decoding (3ba8e11)
  • removed config setup from main, reshoring log configuration (5fe8aca)
  • update tracing code to work with breaking otlp 1.20 changes (1a37396)
  • upgrade to use BurntSushi/toml (f9addbc)

Miscellaneous Chores

2.3.0 (2023-10-02)

⚠ BREAKING CHANGES

  • plugins: Rename the groups table to ldapgroups (#326)

Features

  • Update migration code to support table names (#339) (349431c)

Bug Fixes

  • plugins: Rename the groups table to ldapgroups (#326) (675b236)

Miscellaneous Chores