Releases: adobe-apiplatform/umapi-client.py
Release 2.0.1 with fixes for #27, #28.
This release fixes issues discovered by user-sync development, optimizes via connection reuse, and improves the documentation around creating UserAction objects.
umapi-client 2.0GM
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.
You can install the release from PyPI/umapi-client with pip install --upgrade umapi-client
.
First release candidate for 2.0
Now with support for python 2.7, 3.4, 3.5, and Travis CI support/posting to PyPI.
Release beta 2
With better legacy support and a brand new documentation wiki,
we are getting close to a release candidate for v2. There's a bit
more work to do on the v2 usage docs first.
Release 2.0b1
This is a massive overhaul of the v1 code. It includes:
- better connection management.
- umapi_client automated throttling and batching of all calls, with app-level controls.
- functional wrappers for all the server API calls.
- queries that iterate
- preservation of legacy compatibility in the umap_client.legacy module.
Release the fix of #12
OMG! That has to be the shortest-lived 1.0 release ever!
This pushes the fix of #12 to PyPI. I have also removed the older postings.
Finally, a v1 production release!
After many renames and typo fixes, we are finally at our v1 release. Yay!
Updated ReadMe
Merge pull request #9 from adobe-apiplatform/v1 Fix typos (and failed rename) in the ReadMe. Now at 1.0.0rc5. Also put the prod endpoints for getting access tokens in the ReadMe.
Yet another rename!
This time to the final, Adobe-approved name, which ironically doesn't have Adobe in it!
So now we are at rc4, and I expect this will become 1.0.0 later today! Fingers crossed!! 👍
Copyrights added.
Fixes #4, which was the only blocker for release. Putting out what is hopefully the final candidate.
This also brands the adobe.io short link in the setup.py description of the module.