-
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
-
v1.0.05a26dae2 · ·
v1.0.0 - remove 'process_timeout' from JournalClient arguments - add statsd metrics in the journal client - add support for generic config of the rdkafka's stats_cb callback
-
v0.5.0e9984071 · ·
Release swh.journal v0.5.0 - Use the model-provided unique_key as deduplication key - Drop long-deprecated swh.journal.cli module - Use RawExtrinsicMetadata.target attribute instead of .id - CI changes: pin black version, use upstream flake8 hook
-
v0.4.2ce6cb80e · ·
v0.4.2 - pytest_plugin: Deal with the case when ctime is dropped - setup.py: Migrate from vcversioner to setuptools-scm