-
v1.3.0c0f7774d · ·
v1.3.0 * Replace stop_at_eof boolean with EofBehavior, add support for restarting from beginning * Remove obsolete test setup command from developper documentation * docs: Include module indices only when building standalone package doc * Bump mypy to 1.0.1 and isort to 5.11.5 * Add support for tox 4
-
v1.1.01f1b03cf · ·
v1.1.0 - Make the stream journal client accept a string as output_stream config entry - Add a kafka_stream_to_value helper function in serializers.py - Add type annotation for JournalWriter related code - Remove unused 'privileged' argument from journal writer's write_addition(s) - Regularly check for EOF in Client.process() while waiting for messages - docs/journal-clients: Reference a new anchor title Internal Maintenance -------------------- - Fix InMemoryJournalWriter: do not anonymize objects by default - add strict asyncio_mode in pytest.ini - pre-commit: Remove codespell commit-msg hook - Add .git-blame-ignore-revs file with automatic reformatting commits - python: Reformat code with black 22.3.0 - pre-commit, tox: Bump black from 19.10b0 to 22.3.0 - test_client: Fix failing test since recent swh-model update - pytest: Exclude build directory for tests discovery - pre-commit: Bump hooks and add new one to check commit message spelling