Skip to content

Releases: ory/ladon

0.4.1

29 Dec 21:19
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
v0.4.1

vendor: update glide dependencies

0.4.0

20 Dec 22:00
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

This release introduces SQL schema migrations and resolves an issue with the MySQL storage.

0.3.4

22 Nov 09:41
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release
store: add redis policy store (#40)

Signed-off-by: Son Dinh <son.dinh@blacksquaremedia.com>

0.3.3

26 Oct 07:46
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release
v0.3.3

manager/sql: replace json with text for better interop

0.3.2

23 Oct 16:34
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
v0.3.2

manager: fix sql default value

0.3.1

23 Oct 16:07
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
v0.3.1

all: wrap errors

0.3.0

11 Oct 21:46
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

This release adds support for mysql and postgres and introduces the following bc breaks:

  • Condition StringEqualCondition is now StringMatchCondition, please update your policies accordingly
  • ladon.NewPostgresManager is now ladon.NewSQLManager
  • ladon.PostgresManager is now ladon.SQLManager
  • Postgres columns that were not used have been removed

0.2.0

08 Aug 18:58
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

This release resolves issues around dependency management and introduces one BC break in the RethinkDB Manager's Watch routine.

0.1.2

08 Aug 09:10
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
v0.1.2

vendor: glide semver and remove gopkg

0.1.1

08 Aug 08:49
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
v0.1.1

readme: add hydra note