This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
pgls/CHANGELOG.md

46 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-02-03 21:55:21 +03:00
## 0.5.0 / 2023-02-03
* Add Kerberos and NTLM authentication support
2022-12-02 18:33:53 +03:00
## 0.4.0 / 2022-12-02
* Support groups with over 1500 users in Active Directory server. #32
* Retrieve only necessary attributes from LDAP server.
* Add error text to exception, so that it's visible even if nothing is logged.
* Fix compatibility with PostgreSQL-15
* Require ruby-2.3+
2022-01-18 13:31:24 +03:00
## 0.3.0 / 2022-01-18
* Add config option :bothcase_name .
This adds both spellings "Fred_Flintstone" and "fred_flintstone" as PostgreSQL users/groups.
* Update gem dependencies
* Fix compatibility with PostgreSQL-14
* Require ruby-2.4+
2018-03-14 11:56:42 +03:00
## 0.2.0 / 2018-03-13
2018-03-14 11:53:49 +03:00
* 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
2018-03-14 11:56:42 +03:00
## 0.1.1 / 2012-11-15
2012-11-15 20:02:55 +04:00
* Add ability to lowercase the LDAP name for use as PG role name
2018-03-14 11:53:49 +03:00
2018-03-14 11:56:42 +03:00
## 0.1.0 / 2011-07-13
2011-07-13 17:19:47 +04:00
* Birthday!