Skip to content

Releases: bauman/python-bson-streaming

0.1.8

04 Nov 21:32
4a261e2

Choose a tag to compare

test on older python

0.1.7

04 Nov 21:11
bf32dec

Choose a tag to compare

rebuild and retest

Py3 Cleanup, Remove Py2

29 Oct 18:00
702cfbd

Choose a tag to compare

fixed stopiteration errors in py3 that the user would need to handle

user code which attempts to handle iteration termination with StopIteration will not need updated, it just wont ever raise that error anymore.

Removed everything Py2 related now that ubi-8 has ok py3 support