Update History to 0.2.0 release

This commit is contained in:
Lars Kanis 2018-03-14 09:53:49 +01:00 committed by GitHub
parent d2fce3f9a9
commit 30a8854eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,21 @@
=== 0.2.0 / 2018-03-13
* Update gem dependencies
* Fix compatibility to pg-1.0 gem
* Add `pg_ldap_sync --version`
* Fix compatibility with PostgreSQL-10
* Don't abort on SQL errors, but print ERROR notice
* Run sync within a SQL transaction, so that no partial sync happens
* Lots of improvements to the test suite
* Run automated tests on Travis-CI and Appveyor
* Remove support for postgres-pr, since it's no longer maintained
=== 0.1.1 / 2012-11-15
* Add ability to lowercase the LDAP name for use as PG role name
=== 0.1.0 / 2011-07-13
* Birthday!