Skip to content

Commit 3828f6b

Browse files
committed
Release 1.1.0
1 parent 5ce77b5 commit 3828f6b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.1.0:
2+
- ldap_fdw:
3+
- use the ldap3 module for python3 compatibility (Guillaume Ayoub)
4+
- allow types other than varchar (Guillaume Ayoub)
5+
- sqlalchemy_fdw: explictly pass "stream_results" options
6+
- fix some bugs wrt array handling
7+
- Build:
8+
- add support for VPATH builds (Markus Wanner, Christoph Berg)
9+
- rssfdw:
10+
- more flexibility for rss feeds
111
1.0.4:
212
- Add support for upcoming AFTER TRIGGERs on foreign tables.
313
- Fix reference counting bug in messages

multicorn.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
2-
default_version = '1.0.4'
2+
default_version = '1.1.0'
33
module_pathname = '$libdir/multicorn'
44
relocatable = true

0 commit comments

Comments
 (0)