-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES
109 lines (62 loc) · 2.75 KB
/
CHANGES
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
osdf-python 0.8.2
* Fixed error in byteify code.
- Victor <victor73@github.com> Mon, 18 Feb 2019 14:00:00 -0400
osdf-python 0.8.1
* Added configuration files for editorconfig and pylint.
* More information provided when calling the "info" option.
* Cleaned up numerous issues identified via pylint.
- Victor <victor73@github.com> Sun, 17 Feb 2019 16:00:00 -0400
osdf-python 0.8
* Fixed issue with editing of nodes with osdf utility.
- Victor <victor73@github.com> Wed, 14 Jun 2017 16:00:00 -0400
osdf-python 0.7
* Fixed issue with retrieval of nodes by ID.
* Improvement to osdf CLI utility to allow retrieval of nodes
by version number.
- Victor <victor73@github.com> Wed, 18 Jan 2017 16:00:00 -0400
osdf-python 0.6.1
* Better error message when an invocation is attempted without
having run 'init' first.
- Victor <victor73@github.com> Sat, 17 Dec 2016 10:30:00 -0400
osdf-python 0.6
* Added method to retrieve all auxiliary schemas.
* New utility script for easier CLI usage of OSDF servers.
- Victor <victor73@github.com> Mon, 12 Dec 2016 10:30:00 -0400
osdf-python 0.5
* Added methods for retrieving the nodes connecting to
and from a node identified by a particular node ID.
- Victor <victor73@github.com> Thu, 05 May 2016 16:00:00 -0400
osdf-python 0.4
* Supports SSL encrypted connections to secured OSDF instances.
* Added method for complete schema retrieval for a namespace.
* Able to retrieve previous version of node documents.
* Improved README documentation.
* More tests.
- Victor <victor73@github.com> Mon, 07 Mar 2016 16:00:00 -0400
osdf-python 0.3.1
* Added missing LICENSE file.
- Victor <victor73@github.com> Mon, 10 Aug 2015 15:09:00 -0400
osdf-python 0.3.0
* Added methods to perform OSDF Query Language (OQL) queries:
oql_query() and oql_query_all_pages()
* Added test directory with unittest script
- Victor <victor73@github.com> Thu, 06 Aug 2015 12:14:00 -0400
osdf-python 0.2.4
* Merge of code to reduce duplication by cometsong@github
- Victor <victor73@github.com> Tue, 30 Jun 2015 11:14:00 -0400
osdf-python 0.2.3
* Ensuring unicode is converted to ascii str
- Victor <victor73@github.com> Wed, 24 Jun 2015 12:00:00 -0400
osdf-python 0.2.2
* Correct check for wrong HTTP status code on deletes.
- Victor <victor73@github.com> Wed, 24 Jun 2015 12:00:00 -0400
osdf-python 0.2.1
* Corrected issue with property get/set not being honored.
- Victor <victor73@github.com> Tue, 23 Jun 2015 12:00:00 -0400
osdf-python 0.2
* Added properties to redefine connection parameters
(server, port, username, password).
- Victor <victor73@github.com> Tue, 23 Jun 2015 12:00:00 -0400
osdf-python 0.1
* Initial release
- Victor <victor73@github.com> Wed, 17 Jun 2015 12:00:00 -0400