Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.1.0-alpha-5] 2021-06-23

Fixed

  • Fix get-role-assignments-by-user method return structure. The shape of the structure in the previous version was not following the structure defined in the specs.

[0.1.0-alpha-4] - 2021-06-23

Added

  • get-role-assignments-by-user method to get list of role+contexts assigned to a specific user. It additionaly returns the role-name, role-description and context-type-name.

Fixed

  • Limitation of rbac_role_assigment primary key (issue #1)

0.1.0.alpha-3 - 2021-02-24

Changed

  • Upgraded honeysql dependency, to fix a potential SQL injection security bug.

0.1.0.alpha-2 - 2020-09-22

Fixed

  • has-permission sometimes returned nil instead of false when the user didn't have the requested permission on the resource of the given context type. Now it always returns false.

0.1.0.alpha-1 - 2020-08-13

  • First public release. This is alpha quality software.

Can you improve this documentation? These fine people already did:
Iñaki Arenaza, Bingen Galartza Iparragirre & usasigain
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close