Skip to content

Releases: apache/casbin-pg-adapter

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 06 May 14:26
f014a9d

1.0.2 (2021-05-06)

Bug Fixes

v1.0.1

Choose a tag to compare

@hsluoyz hsluoyz released this 06 May 13:12
fba7b11

1.0.1 (2021-05-06)

Bug Fixes

v1.0.0

Choose a tag to compare

@hsluoyz hsluoyz released this 18 Apr 03:24
e226492

1.0.0 (2021-04-18)

Feature

  • add updateFilteredPolicies (bc94f89)

Bug Fixes

  • add github action and semantic release (e0ea472)
  • add test for UpdateFilteredPolicies (d872751)
  • update action change all rows(#23) (4329087)

v0.1.8

Choose a tag to compare

@kilosonc kilosonc released this 26 Feb 08:26
799c2bd
  • Implemented UpdatableAdapter

v0.1.7

Choose a tag to compare

@hsluoyz hsluoyz released this 13 Jan 11:13
b31339b
Merge pull request #15 from orange-llajeanne/skipTableCreatePR

Add option to skip table creation at adapter startup

v0.1.6

Choose a tag to compare

@nodece nodece released this 18 Jun 15:32
56c866f
Use explicit transactions (#11)

* Use explicit transactions for DB manipulations

* Preallocate memory for strings.Builder

* Use tx.Close instead of tx.Rollback

v0.1.5

Choose a tag to compare

@nodece nodece released this 11 May 13:56
d951292
Merge pull request #6 from DivyPatel9881/batch_op

fix: Add batch operations to pg adapter.

v0.1.4

Choose a tag to compare

@nodece nodece released this 02 May 15:48
13bf718
Merge pull request #3 from Dasio/master

Create table if not exists already