diff --git a/Cargo.toml b/Cargo.toml index 58ad2ca..ac6b2bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solrcopy" -version = "0.9.1" +version = "0.9.2" edition = "2024" rust-version = "1.88" diff --git a/changelog.txt b/changelog.txt index c3175dd..210d727 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,26 @@ +debian (0.9.2) stable; urgency=low + + * Fix Solr URL error messages and update scheme check by @paulheijman + * docs: added workflow diagram in the readme + * chore[ci]: upgrade actions/checkout@v6 + +debian (0.9.1) stable; urgency=low + + * Improve thread handling and add notes about non-stored fields + +debian (0.9.0) stable; urgency=low + + * Fix flag --iterate-by in command solrcopy backup + * Fix command solrcopy create for Solr deployment modes User-Managed and SolrCloud + * Improve docker compose provisioning used in local tests/CI to support versions 9.x and 10.x + * Test compatibility against Solr latest release ( 10.0) + * Upgrade crate dependencies to the latest version + * Upgrade Rust MSRV to v1.88 required by the upgrade from zip-rs to version [v8.x] + +debian (0.8.1) stable; urgency=low + + * Publish solrcopy to crates.io + debian (0.8.0) stable; urgency=low * improved: added --archive-compression flag to the backup command