File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 0.6.7
4
+
5
+ Release date: 2015-09-30
6
+
7
+ * Allow self signed certificate
8
+ * Add max_allowed_packet option
9
+ * Fix error when bytes in executemany
10
+ * Support geometry type
11
+ * Add coveralls badge to README
12
+ * Fix some bugs relating to warnings
13
+ * Add Cursor.mogrify() method
14
+ * no_delay option is deprecated and True by default
15
+ * Fix options from my.cnf overrides options from arguments
16
+ * Allow socket like object. (It's not feature for end users)
17
+ * Strip quotes while reading options from my.cnf file
18
+ * Fix encoding issue in executemany()
19
+
3
20
## 0.6.6
4
21
5
22
* Add context manager to cursor
<
8000
td data-grid-cell-id="diff-ecec88c33adb7591ee6aa88e29b62ad52ef443611cba5e0f0ecac9b5725afdba-empty-empty-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-accent-muted, var(--color-accent-subtle));flex-grow:1" tabindex="-1" valign="top" class="focusable-grid-cell diff-hunk-cell left-side" colSpan="4">
Original file line number Diff line number Diff line change 23
23
24
24
'''
25
25
26
- VERSION = (0 , 6 , 6 , None )
26
+ VERSION = (0 , 6 , 7 , None )
27
27
28
28
from ._compat import text_type , JYTHON , IRONPYTHON
29
29
from .constants import FIELD_TYPE
Original file line number Diff line number Diff line change 27
27
'Programming Language :: Python :: 3' ,
28
28
'Programming Language :: Python :: 3.3' ,
29
29
'Programming Language :: Python :: 3.4' ,
30
+ 'Programming Language :: Python :: 3.5' ,
30
31
'Programming Language :: Python :: Implementation :: CPython' ,
31
- 'Programming Language :: Python :: Implementation :: IronPython' ,
32
32
'Programming Language :: Python :: Implementation :: PyPy' ,
33
33
'Development Status :: 4 - Beta' ,
34
34
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments