forked from altaurog/pgcopy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
84 lines (61 loc) · 1.3 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Changelog
-----------
1.3.1
"""""
:date: 14 Feb, 2018
* Mention `commit` in the README
1.3.0
"""""
:date: 22 Aug, 2017
* Support unlimited varchar fields (thanks John A. Bachman)
* Updated documentation regarding string encoding in Python 3 (thanks John
A. Bachman)
* Fix bug in varchar truncation
* Fix bug in numeric type formatter (reported by Peter Van Eynde)
1.2.0
"""""
:date: 25 Mar, 2017
* Support db schema (thanks Marcin Gozdalik)
1.1.0
"""""
:date: 26 Jan, 2017
* Support `uuid`, `json`, and `jsonb` types
(thanks Igor Mastak)
* Integrate Travis CI
* Add docker test strategy
1.0.0
"""""
:date: 19 Jan, 2017
* Run tests with tox
* Support Python 3
* Initial release on PyPi
0.7
"""
:date: 19 Jan, 2017
* Add support for serializing Python ``decimal.Decimal`` to PostgreSQL ``numeric``.
0.6
"""
:date: 21 Oct, 2014
* ``RenameReplace`` variant
0.5
"""
:date: 14 Jul, 2014
* Support default values and sequences
0.4
"""
:date: 14 Jul, 2014
* Fix ``Replace`` utility class bugs
* Add view support to ``Replace``
0.3
"""
:date: 8 Jul, 2014
* Move Cython optimization to separate project
* Add ``Replace`` utility class
0.2
"""
:date: 7 Jul, 2014
* Cython optimization
0.1
"""
:date: 29 Jun, 2014
* Initial version