Skip to content

Releases: kilosonc/gorm-adapter

v3.2.0

01 May 03:40
Compare
Choose a tag to compare

3.2.0 (2021-05-01)

Feature

Bug Fixes

  • github action bot (2eb1eb6)
  • improve log support (e5dd073)
  • UpdatableAdapter(add method UpdateFilteredPolicies): upgrade cab… (casbin#103) (40a8c16)
  • Printing the supported DB name strings in error message so that user knows the valid options to use in connection string (d1e5ce9)
  • postgres can not set timezone (48a73a8)
  • could not support sqlite in windows without cgo (3bc70f9)
  • add method UpdatePolicies (2726924)
  • create index when using custom schema (c1c559e)
  • remove blank code block (8f14dc9)
  • default table name (d2ddb95)
  • modify column p_type to ptype(casbin#67) (63d03fb)
  • add NewFilteredAdapter (8175c08)
  • fix simple example error no handed (3d29e84)

Documentation

  • switch CI to travis-ci.com (7fc6ef1)

Tests

  • more adapter test cases (34590b6)

Styles

CI

  • github action ci and semantic release (a790323)

v3.1.0

01 May 03:24
Compare
Choose a tag to compare

3.1.0 (2021-05-01)

Bug Fixes

  • add method UpdatePolicies (2726924)
  • github action bot (bb58de4)
  • improve log support (e5dd073)
  • UpdatableAdapter(add method UpdateFilteredPolicies): upgrade cab… (#103) (40a8c16)
  • could not support sqlite in windows without cgo (3bc70f9)
  • create index when using custom schema (c1c559e)
  • default table name (d2ddb95)
  • modify column p_type to ptype(#67) (63d03fb)
  • postgres can not set timezone (48a73a8)
  • Printing the supported DB name strings in error message so that user knows the valid options to use in connection string (d1e5ce9)
  • remove blank code block (8f14dc9)

Features