We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce77b5 commit 3828f6bCopy full SHA for 3828f6b
CHANGELOG
@@ -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
11
1.0.4:
12
- Add support for upcoming AFTER TRIGGERs on foreign tables.
13
- Fix reference counting bug in messages
multicorn.control
@@ -1,4 +1,4 @@
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
-default_version = '1.0.4'
+default_version = '1.1.0'
module_pathname = '$libdir/multicorn'
relocatable = true
0 commit comments