Skip to content

Commit 2f77293

Browse files
committed
update changelog through v2.0.2
1 parent 3c07859 commit 2f77293

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

.changelog/changelog.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.0.2 | 2017-02-02 | User-Agent header enhancements |
4+
5+
Add a User-Agent header with version information to all server requests, and make it possible for clients to add their User-Agent info to the header.
6+
7+
---
8+
9+
| tag | date | title |
10+
|---|---|---|
11+
| v2.0.1 | 2017-01-17 | Release 2.0.1 with fixes for #27, #28. |
12+
13+
This release fixes issues discovered by user-sync development, optimizes via connection reuse, and improves the documentation around creating UserAction objects.
14+
15+
---
16+
17+
| tag | date | title |
18+
|---|---|---|
19+
| v2.0 | 2017-01-13 | umapi-client 2.0GM |
20+
21+
Public release of v2 of the umapi-client. This release contains a functional layer and connection enhancements that completely shield the application writer from protocol issues.
22+
23+
You can install the release from [PyPI/umapi-client](https://pypi.python.org/pypi?:action=display&name=umapi-client&version=2.0) with `pip install --upgrade umapi-client`.
24+
25+
---
26+
27+
| tag | date | title |
28+
|---|---|---|
29+
| v2.0rc1 | 2017-01-05 | First release candidate for 2.0 |
30+
31+
Now with support for python 2.7, 3.4, 3.5, and Travis CI support/posting to PyPI.
32+
33+
---
34+
35+
| tag | date | title |
36+
|---|---|---|
37+
| v2.0b2 | 2016-12-27 | Release beta 2 |
38+
39+
With better legacy support and a brand new documentation wiki,
40+
we are getting close to a release candidate for v2. There's a bit
41+
more work to do on the v2 usage docs first.
42+
43+
---
44+
45+
| tag | date | title |
46+
|---|---|---|
47+
| v2.0b1 | 2016-12-25 | Release 2.0b1 |
48+
49+
This is a massive overhaul of the v1 code. It includes:
50+
- better connection management.
51+
- umapi_client automated throttling and batching of all calls, with app-level controls.
52+
- functional wrappers for all the server API calls.
53+
- queries that iterate
54+
- preservation of legacy compatibility in the umap_client.legacy module.
55+
56+
---
57+
58+
| tag | date | title |
59+
|---|---|---|
60+
| v1.0.1 | 2016-12-17 | Release the fix of #12 |
61+
62+
OMG! That has to be the shortest-lived 1.0 release ever!
63+
64+
This pushes the fix of #12 to PyPI. I have also removed the older postings.
65+
66+
---
67+
168
| tag | date | title |
269
|---|---|---|
370
| v1.0.0 | 2016-12-17 | Finally, a v1 production release! |

0 commit comments

Comments
 (0)