Skip to content

Commit a73f3bc

Browse files
committed
Release of v0.0.11
Changes: - 30d7a15 change: Rework service management - a020b8e Sort health checks by name - 743f9d0 change: Tenant cache and join overrides - 941edc3 typing: ElementTree and Element are not compatible - 02e1bf4 typing: Do not reuse differently typed variable - a01b288 Only run one recording auto-importer task at a time. - df33528 Simplify running code while holding a distributed lock - 0aa015f typo - 5946040 fix: cli misses formats when (un)publishing recordings - e8c04f9 Make health checks optional for ManagedService - dfd7b2a cli: Publish/unpublish recordings after import - 169efc3 Recording import task improvements - d2b859f fix: Reduce the chance of a recording import race - 680509d Added recording publish and unpublish commands - 6614735 Added cli commands for recording management - 6f48bbe Allow waiting for a RecordingImportTask to complete - b418bbe Make RecordingManager auto-importing optional - 94f222f Recording import refactoring - 3884960 fix: More robust recording import cleanup on shutdown - a629c0a fix: Analytics webhook is just different - e706058 fix: Force callback URL scheme and domain - 5434946 Cleanup callback handling - 9486a8b feat: Optionally store analytics data - dc5530b Poll timeout should match poll interval
1 parent 30d7a15 commit a73f3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbblb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "0.0.10"
3+
__version__ = "0.0.11"
44
VERSION = __version__.split(".", 2)
55
VERSION[-1], _, BUILD = VERSION[-1].partition("-")
66

0 commit comments

Comments
 (0)