Skip to content

docs: finalize Arrow SQL Server release identity - #195

Merged
mag1cfrog merged 1 commit into
mainfrom
docs/finalize-arrow-sql-server-identity
Aug 1, 2026
Merged

docs: finalize Arrow SQL Server release identity#195
mag1cfrog merged 1 commit into
mainfrom
docs/finalize-arrow-sql-server-identity

Conversation

@mag1cfrog

Copy link
Copy Markdown
Owner

Summary

  • finalize the Arrow SQL Server name across public documentation and package metadata
  • prepare the crate as version 0.3.0 with the new crates.io, docs.rs, and future GitHub repository targets
  • document the direct rename from arrow-tiberius and arrow_tiberius without a compatibility package or re-export

Impact

Consumers of the next release will depend on arrow-sql-server = "0.3" and import arrow_sql_server. Existing arrow-tiberius releases remain historical crates.io versions.

This PR prepares release artifacts only. It does not publish the crate, rename the GitHub repository, rename the local folder, create a tag or release, or yank prior versions.

Validation

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace
  • cargo doc --workspace --all-features --no-deps
  • cargo check --examples --all-features
  • nested Arrow ODBC and ODBC BCP runner formatting, compilation, tests, and clippy
  • cargo xtask sqlserver-test
  • cargo package --list
  • cargo publish --dry-run --locked
  • tracked old-name audit, with only intentional changelog migration references remaining

Closes #188

@mag1cfrog
mag1cfrog merged commit 36610d7 into main Aug 1, 2026
6 checks passed
@mag1cfrog
mag1cfrog deleted the docs/finalize-arrow-sql-server-identity branch August 1, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Finalize documentation, metadata, and 0.3.0 release readiness

1 participant