Releases: ory/ladon
Releases · ory/ladon
1.3.0
v1.2.0
v1.1.0
v1.0.3
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
1.0.1
v1.0.0: Stable release (#121)
Signed-off-by: arekkas <aeneas@ory.am>
0.8.10
0.8.9
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.