Skip to content

Releases: erromu/minibone

Minibone v0.7.5

17 Feb 18:52
Compare
Choose a tag to compare

Add sha1 property to Config class

Minibone v0.7.4

21 Jan 05:37
Compare
Choose a tag to compare

Fix bug in HTTPt class

Minibone v0.7.3

21 Jan 04:59
Compare
Choose a tag to compare

Add HTTPt and Emailer classes

Full Changelog: v0.7.2...v0.7.3

Minibone v0.7.2

18 Dec 02:00
Compare
Choose a tag to compare

Maintenance:

  • Add default parameters to initialize PARThreads and PARProcesses

Minibone v0.7.1

04 Dec 19:14
Compare
Choose a tag to compare

Maintenance release to avoid potential lock in PARThreads

Minibone v0.7.0

02 Dec 00:57
Compare
Choose a tag to compare

New Features

  • Add HTMLBase

Maintenance

Bugs

  • Fix missing "await" in PARThreads and PARProcesses async "get" method

Changelog

v0.6.2...v0.7.0

Minibone v0.6.2

29 Nov 05:39
Compare
Choose a tag to compare

Minibone v0.6.2

  • Add keep flag to parallel_* to keep or forget callback's results

Full Changelog: v0.6.1...v0.6.2

Minibone v0.6.1

27 Nov 07:27
Compare
Choose a tag to compare

Minibone v0.6.1

Fix issues only

Full Changelog: v0.6.0...v0.6.1

Minibone v0.6.0

27 Nov 07:13
Compare
Choose a tag to compare

New features

  • Storing
    To queue and store files periodically in a thread (queue and forget)

Minibone v0.5.0

22 Nov 07:25
Compare
Choose a tag to compare

New features:

  • Parallel Processes
    This is suitable for compute or CPU bounded tasks such as heavy calculations and maths

  • Parallel Threads
    This is suitable for I/O bounded tasks such as working with files or fetching web pages.

Both classes run concurrent tasks in the background