1. 5335977 feat: implement persist.BatchAdapter interface (#283) by Ankit Gadiya · 3 months ago master v3.41.0
  2. 5183beb feat: upgrade Casbin to v3.8.1 (#280) by Ahmad Rifa'i · 4 months ago v3.40.0
  3. 98e9740 fix: upgrade CI Go version to 1.24 by Yang Luo · 4 months ago
  4. b821ccd feat: add PostgreSQL example to README (#279) by Yang Luo · 5 months ago v3.39.0
  5. 133aea7 feat: disable GORM slow SQL log output by Yang Luo · 5 months ago v3.38.0
  6. 9b7504d docs: update transaction usage example (casbin #1552) (#274) by D0000M · 7 months ago
  7. a16fc82 feat: add new transactional adapter (#273) by D0000M · 8 months ago v3.37.0
  8. 0ebaa02 feat: update go.mod and go.sum (#272) by Zhizhen He · 9 months ago v3.36.0
  9. 8dd25ef feat: support isolated nested transactions (#271) by yxrxy · 9 months ago v3.35.0
  10. 1c6acce feat: add transaction support for nested and singular operations (#269) by yxrxy · 9 months ago v3.34.0
  11. 0714bb8 feat: update dbresolver dependency to v1.6.0 (#265) by Derrick Hammer · 10 months ago v3.33.0
  12. 87539c9 feat: upgrade casbin dependency to v2.100.0 by Yang Luo · 1 year, 6 months ago v3.32.0
  13. 16aa502 feat: fix failure when calling SavePolicy within the Transaction method (#251) by Hill1126 · 1 year, 6 months ago v3.31.0
  14. aef8c1f feat: upgrade dependencies for better security (#253) by Shrut Sureja · 1 year, 6 months ago v3.30.0
  15. a7e4936 feat: update dependencies to improve security (#250) by ypli0629 · 1 year, 6 months ago v3.29.0
  16. 3d3a3c7 feat: add sqlite3 to error message (#245) by 沐 · 1 year, 8 months ago v3.28.0
  17. 0560ffa feat: add OnConflict=DoNothing on create operations (#243) by longshine · 1 year, 9 months ago v3.27.0
  18. 6a0d216 feat: Remove underscores from the getFullTableName method when they are present (#241) by Ethan Chan · 1 year, 9 months ago v3.26.0
  19. 9ad4075 feat: initialize transactionMu in NewAdapterByDBUseTableName (#237) by Yu · 1 year, 11 months ago v3.25.0
  20. 15ac848 feat: pass context down to gorm, remove old ContextAdapter (#234) by 沐 · 2 years, 1 month ago v3.24.0
  21. 8e4fe6d fix: initialize mutex before using (#233) by 沐 · 2 years, 1 month ago v3.23.1
  22. 4e7c05a feat: add mutex lock to `Trasaction` (#231) by 沐 · 2 years, 1 month ago v3.23.0
  23. c442abe feat: add concurrent support to `Transaction` and upgrade gorm version (#229) by 沐 · 2 years, 1 month ago v3.22.0
  24. ffe1951 fix: Revert "feat: limit transaction concurrency" (#230) by Eric Luo · 2 years, 1 month ago v3.21.1
  25. 1f2965a feat: limit transaction concurrency (#226) by sylarxu · 2 years, 2 months ago v3.21.0
  26. b48be9f feat: fix Postgres primary keys growing (#224) by wuzhican · 2 years, 7 months ago v3.20.0
  27. 6f78166 feat: implement ContextAdapter interface (#222) by 鱼竿钓鱼干 · 2 years, 8 months ago v3.19.0
  28. bb83b9a fix: fix broken links (#220) by YunShu · 2 years, 9 months ago v3.18.1
  29. a7eb1c1 docs: replace gitter links with discord (#218) by YunShu · 2 years, 10 months ago
  30. babb62c feat: update go mod (#217) by 鱼竿钓鱼干 · 2 years, 11 months ago v3.18.0
  31. 809bce8 feat: add ConditionToGormQuery() API (#210) by 鱼竿钓鱼干 · 3 years ago v3.17.0
  32. d7df6d8 fix: fix db switch error in transaction (#209) by weloe · 3 years, 1 month ago v3.16.1
  33. 089b807 feat: use transaction in SavePolicy() (#208) by weloe · 3 years, 1 month ago v3.16.0
  34. b4efd2a Delete dependabot.yml by hsluoyz · 3 years, 1 month ago
  35. bb84724 fix: update glebarez/sqlite and gorm.io/gorm package and add dependabot.yml to .github (#198) by Gaius · 3 years, 1 month ago v3.15.1
  36. c14ef43 feat: Add getter for DB (#197) by nonchan · 3 years, 2 months ago v3.15.0
  37. 7e02f10 Update README.md by hsluoyz · 3 years, 3 months ago
  38. d1143cc feat: support SQL Server in gorm-adapter (#192) by Zayn Xie · 3 years, 4 months ago v3.14.0
  39. 0031f6b fix: fix error handling in loadPolicyLine() (#190) by cyt · 3 years, 5 months ago v3.13.1
  40. 8d7ae4b feat: new method for creating filtered adapter with existing gorm instance (#188) by Gurbaj Singh · 3 years, 6 months ago v3.13.0
  41. 87dd6fe fix: optimize performance for loop in UpdateFilteredPolicies() (#185) by hanshengzhao · 3 years, 6 months ago v3.12.1
  42. 198ef24 feat: update gorm and gorm-drivers (#184) by dsuket · 3 years, 6 months ago v3.12.0
  43. 5ffa22b feat: upgrade casbin to v2.55.1 and add preview feature (#183) by 黄宽 · 3 years, 7 months ago v3.11.0
  44. e1dae28 feat: support transaction (#176) by VaneLord67 · 3 years, 8 months ago v3.10.0
  45. e137c23 feat: revert "fix: add column v6, v7" and restore columns up to v5 (#181) by Yang Luo · 3 years, 8 months ago v3.9.0
  46. 41953cc feat: support multiple filters for LoadFilteredPolicy (#178) by Ter · 3 years, 8 months ago v3.8.0
  47. b3d5928 Merge pull request #172 from tangyang9464/fix#171 by Yang Tang · 3 years, 10 months ago v3.7.4
  48. 368eb78 fix: db can't reuse by tangyang9464 · 3 years, 10 months ago
  49. 3d2fa84 fix: remove the return value of TurnOffAutoMigrate (#170) by Yang Tang · 3 years, 10 months ago v3.7.3
  50. 1bd95e0 fix: empty slice found error (#164) by dirablue ( gaku ) · 3 years, 11 months ago v3.7.2
  51. edb446c fix: use TurnOffAutoMigrate instead of NewAdapterWithoutAutoMigrate (#163) by Yang Tang · 4 years ago v3.7.1
  52. 6248ffe docs: add sqlite support and turn off AutoMigrate description (#161) by Yang Tang · 4 years ago v3.7.0
  53. 956618a feat: support NewAdapterWithoutAutoMigrate (#160) by Yang Tang · 4 years ago
  54. b86e139 feat: support SQLite by github.com/glebarez/sqlite (#158) by Yang Tang · 4 years ago v3.6.0
  55. 34e13d4 fix: add column v6, v7, update unit tests (#157) by Hao Liu · 4 years ago v3.5.1
  56. 7b3bc27 feat: export manual db connection open and close (#149) by Bingchang Chen · 4 years, 3 months ago v3.5.0
  57. a4afbc9 fix: update gorm driver version (#143) by Bingchang Chen · 4 years, 5 months ago v3.4.6
  58. 80ea431 perf: execute saving all policies in batches of 1000 (#139) by Stijn De Haes · 4 years, 6 months ago v3.4.5
  59. 654f184 fix: indirect dependancy vulnerability in jack/pgproto3 (#136) by Jason McNeil · 4 years, 7 months ago v3.4.4
  60. 897243a Merge pull request #135 from tangyang9464/update by Yang Luo · 4 years, 7 months ago v3.4.3
  61. cee36d4 fix: update README.md about sqlite support by tangyang9464 · 4 years, 7 months ago
  62. 379427f Merge pull request #131 from tangyang9464/fix by Yang Luo · 4 years, 8 months ago v3.4.2
  63. 51b06eb Merge pull request #132 from tangyang9464/batch by Yang Luo · 4 years, 8 months ago v3.4.1
  64. 992ab30 fix: change AddPolicies to batch insert by tangyang9464 · 4 years, 8 months ago
  65. 275ad34 fix: RemoveFilteredPolicy don't check empty parameter by tangyang9464 · 4 years, 8 months ago
  66. 8fe458e Merge pull request #130 from tangyang9464/loadPolicyArray by Yang Luo · 4 years, 8 months ago v3.4.0
  67. ce5e281 feat: change LoadPolicyLine to LoadPolicyArray by tangyang9464 · 4 years, 8 months ago
  68. ed2cfa4 Merge pull request #124 from tangyang9464/master by Yang Luo · 4 years, 9 months ago v3.3.3
  69. bc167e6 Merge pull request #122 from qifengzhang007/pg by Yang Luo · 4 years, 9 months ago
  70. c30a2e5 fix: data can't contains comma ( , ) character by tangyang9464 · 4 years, 9 months ago
  71. 232e0dc fix: PostgreSql create index occur error by 张奇峰 · 4 years, 9 months ago
  72. b1c6689 Merge pull request #118 from closetool/pg by Yang Luo · 4 years, 10 months ago v3.3.2
  73. b94bdbb fix: delete dependency of jackc/pgconn by closetool · 4 years, 10 months ago
  74. e966503 Merge pull request #113 from tangyang9464/master by Yang Luo · 4 years, 10 months ago v3.3.1
  75. f11e807 fix: new adapter can't change custom table name by tangyang9464 · 4 years, 10 months ago
  76. 9500f7f Merge pull request #111 from tangyang9464/master by Yang Luo · 4 years, 11 months ago v3.3.0
  77. 2900499 feat: adds multiple databases support to gorm-adapter by DBResolver by tangyang9464 · 4 years, 11 months ago
  78. b448b9d Merge pull request #107 from closetool/master by hsluoyz · 5 years ago v3.2.12
  79. a4773c7 fix: gorm dependency error by closetool · 5 years ago
  80. 65243a1 Merge pull request #106 from closetool/master by hsluoyz · 5 years ago v3.2.11
  81. 10ae095 fix: github action bot by closetool · 5 years ago
  82. 6aa5aaa Merge pull request #105 from closetool/master by hsluoyz · 5 years ago v3.2.10
  83. e5dd073 fix: improve log support by closetool · 5 years ago
  84. 40a8c16 fix(UpdatableAdapter(add method UpdateFilteredPolicies)): upgrade cab… (#103) by Roger · 5 years ago v3.2.9
  85. 53e10dc Merge pull request #99 from arafat-java/emhanced_error_msg by hsluoyz · 5 years ago v3.2.8
  86. d1e5ce9 fix: Printing the supported DB name strings in error message so that user knows the valid options to use in connection string by Arafat Nalkhande · 5 years ago
  87. 6e03241 Merge pull request #97 from closetool/master by hsluoyz · 5 years ago v3.2.7
  88. 48a73a8 fix: postgres can not set timezone by closetool · 5 years ago
  89. fa4239f Rename to Filter.Ptype by Yang Luo · 5 years ago
  90. 5d2303c Add sqlite comment. by Yang Luo · 5 years ago v3.2.6
  91. f1b2de1 Merge pull request #94 from closetool/master by hsluoyz · 5 years ago
  92. 3bc70f9 fix: could not support sqlite in windows without cgo by closetool · 5 years ago
  93. d2a165c Merge pull request #92 from closetool/master by hsluoyz · 5 years ago v3.2.5
  94. 2726924 fix: add method UpdatePolicies by closetool · 5 years ago
  95. fb0d729 Merge pull request #91 from closetool/master by hsluoyz · 5 years ago v3.2.4
  96. c1c559e fix: create index when using custom schema by closetool · 5 years ago
  97. ae4ce83 Merge pull request #89 from closetool/master by hsluoyz · 5 years ago v3.2.3
  98. a790323 ci: github action ci and semantic release by closetool · 5 years ago
  99. e460480 Merge pull request #86 from closetool/master by hsluoyz · 5 years ago
  100. 8f14dc9 fix: remove blank code block by closetool · 5 years ago