Releases: Voyz/databay
Releases · Voyz/databay
v0.3.0
- added
inlet_concurrencyfor throttling inlets - added cacert, params and headers support to HttpInlet
- added
immediate_transfermode to BasePlanner and links allowing to run transfer immediately upon starting - Added
atexitcallback to BasePlanner which will attempt to gracefully shutdown upon unexpected exit. - added
force_transferto BasePlanner - added Processors, Groupers and Buffers
- bumped aiohttp 3.6.2 to 3.7.4
- removed logging.CRITICAL switches from tests
v0.2.0
- added exception handling for link's
on_startandon_shutdown - renamed
APSPlannertoApsPlanner. Old name will be removed in v1.0.0 - added link interval coercion for integers and floats
- renamed
Update.indextoUpdate.transfer_number - renamed
Link.nametoLink.tags. Old name will be removed in v1.0.0 - added support for Python versions 3.6 to 3.9 and a version support table to the Readme
- renamed
catch_exceptionstoignore_exceptions. Old name will be removed in v1.0.0 - added circleci automated branch testing
- added two advanced examples - Twitter Inlet and Elasticsearch Outlet
- in Python 3.8+ replaced
asynctestwithunittest.mock.AsyncMock - Autopep'ed the entire Python codebase
v0.1.6
- renamed
databay.outlet.Metadatatodatabay.outlet.MetadataKey - made
pushandpulla non-coroutine function by default - added
BasePlanner.purge()for unscheduling and clearing out all links from a planner - added blockchain ticker example
- added file encoding options to
FileOutlet - disabled WindowsProactor tests on non-Windows platforms
v0.1.5
- Updated HttpInlet and MongoOutlet error with correct pip install command including double quotes (#5)
- Fix for Python 3.8+ on Windows running asyncio, producing
Event loop is closedexception (#6) - Warning for incorrect Python stdout encoding (#6)
- Fix for unusual exception handling on APSPlanner and SchedulePlanner (#6)
v0.1.4
v0.1.3
v0.1.2
v0.1.0-alpha.5
.