Skip to content

Releases: adobe-apiplatform/umapi-client.py

Release 2.0.1 with fixes for #27, #28.

17 Jan 08:53
Compare
Choose a tag to compare

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

13 Jan 23:43
Compare
Choose a tag to compare

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

05 Jan 07:37
Compare
Choose a tag to compare
Pre-release

Now with support for python 2.7, 3.4, 3.5, and Travis CI support/posting to PyPI.

Release beta 2

27 Dec 08:25
Compare
Choose a tag to compare
Release beta 2 Pre-release
Pre-release

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

26 Dec 05:52
Compare
Choose a tag to compare
Release 2.0b1 Pre-release
Pre-release

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

18 Dec 02:21
Compare
Choose a tag to compare

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!

18 Dec 01:48
Compare
Choose a tag to compare

After many renames and typo fixes, we are finally at our v1 release. Yay!

Updated ReadMe

17 Dec 08:07
Compare
Choose a tag to compare
Updated ReadMe Pre-release
Pre-release
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!

16 Dec 19:58
Compare
Choose a tag to compare
Yet another rename! Pre-release
Pre-release

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.

14 Dec 20:55
Compare
Choose a tag to compare
Copyrights added. Pre-release
Pre-release

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.