Skip to content

Commit c9b87b5

Browse files
committedSep 21, 2017
release: v2.0.0a1 (update CHANGELOG).
Closes veox#11 - task complete, now using `requests`. Closes veox#6 - fiddle with `krakenex.API.session`. Closes veox#53 - known-flawed implementation replaced by `requests` (not tested extensively). Closes veox#46 - no longer relevant, as networking handled by `requests`.
1 parent 2b87ba2 commit c9b87b5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ to `semantic versioning`_.
99
.. _Keep a Changelog: http://keepachangelog.com/
1010
.. _semantic versioning: http://semver.org/
1111

12+
[v2.0.0a1] - 2017-09-21 (Thursday)
13+
----------------------------------
14+
15+
**Internal alpha testing release!**
16+
17+
Not for general use. For that reason, ``pip`` package not provided.
18+
19+
Changed (breaking!)
20+
^^^^^^^^^^^^^^^^^^^
21+
* **Everything network-related now handled by `requests`_.** (`#11`_)
22+
* ``krakenex.API`` class no longer has a ``conn`` atrribute for
23+
connection manipulation. It has been replaced by a ``session``
24+
attribute, which is a ``requests.Session``.
25+
* ``krakenex.API`` constructor no longer accepts ``conn`` argument
26+
as a means of re-using an existing ``krakenex.Connection`` object.
27+
28+
Removed
29+
^^^^^^^
30+
* ``krakenex.Connection`` class.
31+
* ``krakenex.API.set_connection()`` method (deprecated in ``v1.0.0``).
32+
33+
.. _requests: http://docs.python-requests.org/
34+
.. _#11: https://github.com/veox/python3-krakenex/issues/11
35+
1236
[v1.0.0] - 2017-09-18 (Monday)
1337
------------------------------
1438

0 commit comments

Comments
 (0)