Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 13:18
· 6 commits to master since this release
bbfe59a

Full Changelog

Implemented enhancements:

  • Allow GRANTs to PUBLIC #61

Fixed bugs:

  • can not set a user password to an md5 string, because it will be re-hashed #97
  • Conflicts with syslog_access and superuser=false #95

Closed issues:

  • Grant same privileges on multiple schemas #108
  • Allow TRUNCATE grant for groups on table #92
  • Redshift cluster 404 #58

Merged pull requests:

  • Implement GRANT TO PUBLIC for all supported object types #106 (winglot)
  • Fix conflicting superuser and syslog_access fields #105 (winglot)
  • Support hashed user passwords #103 (hoxu)
  • Add redshift_schema import statement to README #100 (pacesetterplus)