Skip to content

Releases: casbin/xorm-adapter

v3.5.0

22 Jul 16:39
ca10118

Choose a tag to compare

3.5.0 (2025-07-22)

Features

  • fix duplicated index creation bug in PostgreSQL (#68) (ca10118)

v3.4.0

09 Apr 02:47
634e6df

Choose a tag to compare

3.4.0 (2024-04-09)

Features

v3.3.0

27 Mar 15:42
a5eaefe

Choose a tag to compare

3.3.0 (2024-03-27)

Features

  • replace xorm-adapter/v2 with xorm-adapter/v3 in README (#63) (a5eaefe)

v3.2.1

27 Mar 15:28

Choose a tag to compare

3.2.1 (2024-03-27)

Bug Fixes

  • upgrade CI Go version to 1.19 (fead645)

v3.2.0

06 Sep 09:15
1089d55

Choose a tag to compare

3.2.0 (2023-09-06)

Features

v3.1.0

16 Aug 11:51
047522b

Choose a tag to compare

3.1.0 (2023-08-16)

Features

  • fix bug in Postgres dialect where if a table already exists then it would give error (Invalid query) (#58) (047522b)

v3.0.2

08 Aug 05:20
2bfc453

Choose a tag to compare

3.0.2 (2023-08-08)

Bug Fixes

v3.0.1

27 Sep 14:01
c1890c6

Choose a tag to compare

3.0.1 (2022-09-27)

Bug Fixes

  • update major version in go module path (#55) (c1890c6)

v3.0.0

09 Aug 09:06
84f074b

Choose a tag to compare

3.0.0 (2022-08-09)

  • fix!: Rename p-type column to ptype & PType to Ptype (#54) (84f074b), closes #54

BREAKING CHANGES

  • Rename p-type column in the database to ptype and Filter.PType to Filter.Ptype

v2.5.1

20 Jan 05:21
eadfe04

Choose a tag to compare

2.5.1 (2022-01-20)

Bug Fixes