Skip to content

Releases: ory/ladon

1.3.0

06 Mar 13:35
972387f
Compare
Choose a tag to compare
feat: add context.Context to interfaces (#163)

Signed-off-by: Tabias Pittman <tabias.pittman@vensure.com>

v1.2.0

30 Apr 07:36
f0c603d
Compare
Choose a tag to compare
chore: add test helpers to test build

Closes #146

v1.1.0

08 Jan 10:15
Compare
Choose a tag to compare

This release adds negative lookahead in a backwards compatible way to the regular expression matcher!

v1.0.3

02 Jan 19:29
Compare
Choose a tag to compare
Add optional metrics collector (#142)

This PR introduces metrics which can be used to determine which policies deny/allow access.

Functionality is exposed via interface Metric and to be implemented in the code - consuming the framework

Closes #141

Signed-off-by: Rafal Pieniazek rafal@pieniazek.nl

v1.0.2

18 Nov 10:27
Compare
Choose a tag to compare
Add BooleanCondition to condition factory (#139)

Signed-off-by: Joshua Anderson Slate <josh.a.slate@gmail.com>

1.0.1

29 Mar 11:38
Compare
Choose a tag to compare
Avoid GetAll(limit, offset int64) returning random policies (#127)

Signed-off-by: datastream <guxianjie@gmail.com>

v1.0.0: Stable release (#121)

25 Oct 19:12
d66f876
Compare
Choose a tag to compare
Signed-off-by: arekkas <aeneas@ory.am>

0.8.10

25 Apr 17:16
Compare
Choose a tag to compare
Add custom metadata to policies (#115)

Signed-off-by: Erik Pinders <erik.pinders@gmail.com>

0.8.9

16 Feb 12:32
Compare
Choose a tag to compare
Fixes logger for AuditLoggerInfo when none is provided (#109)

* Fix logger for AuditLoggerInfo when none is provided.

This commit fixes an issue with the AuditLoggerInfo structure where
a user may fail to provide a logger at the time the struct is instantiated.

The method logger() for the AuditLoggerInfo structure handles this case by
instantiating a default logger that logs to Stderr if no logger instance
is provided. The logger() method simply needs to be used, and this commit
adds that functionality.

0.8.8

18 Jan 12:59
73217e4
Compare
Choose a tag to compare
v0.8.8

Resolves pagination issues (#99)