v0.6.10
·
161 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
馃悶 Bugs
- Fix all clippy warnings by @brawer in #578
- Fix clippy warnings in generated id_tagging_schema.rs by @brawer in #579
- Fix flaky logging test: search for our records instead of assuming exact position/count by @brawer in #593
馃敆 Dependencies
- Group Arrow and Parquet crate updates in Dependabot by @brawer in #570
- Build(deps): Bump actions/attest from 4.2.1 to 4.2.2 by @dependabot[bot] in #573
- Build(deps): Bump the codeql group with 3 updates by @dependabot[bot] in #572
- Build(deps): Bump taiki-e/install-action from 2.85.7 to 2.85.10 by @dependabot[bot] in #574
- Group all cargo dependency updates into a single monthly PR by @brawer in #575
- Build(deps): Bump the cargo group with 17 updates by @dependabot[bot] in #577
馃毀 Maintenance
- ci: make clippy step gate on warnings and lint tests by @brawer in #580
- ci: cap test job at 20 minutes by @brawer in #581
- ci: merge the two apt-get install steps into one by @brawer in #583
- ci: remove redundant llvm-tools-preview install step by @brawer in #582
- ci: cache the Cargo registry to speed up dependency fetches by @brawer in #584
- ci: add a coverage floor to the test run by @brawer in #586
- Add structured JSON logging to a file in the working directory by @brawer in #585
- Log warnings/errors for skipped geometry, replace remaining print!/eprintln! by @brawer in #587
- Add release-process and supply-chain-security documentation by @brawer in #590
- Move CODE_OF_CONDUCT.md and SECURITY.md into docs/ by @brawer in #591
- Rename docs/*.md to consistent uppercase filenames by @brawer in #592
- docs/SUPPLY_CHAIN_SECURITY.md: move "overkill?" section to the end, trim BOM section by @brawer in #594
- docs/SUPPLY_CHAIN_SECURITY.md: add Minimal containers section, name SLSA Build L3 by @brawer in #595
- Tighten SUPPLY_CHAIN_SECURITY.md prose, add a supply-chain definition by @brawer in #596
- ci: cache target/ build dir via Swatinem/rust-cache by @brawer in #598
- ci: cancel superseded test runs via a concurrency group by @brawer in #599
- docs/README.md: reflect SUPPLY_CHAIN_SECURITY.md's broader scope by @brawer in #600
- Correct SLSA Build Level claim: we're at L2, not L3 by @brawer in #601
- Split release.yml into caller + reusable workflow: reach SLSA Build Level 3 by @brawer in #603
- ci: cache apt packages (protobuf-compiler, tippecanoe) by @brawer in #602
- Bump version to 0.6.10 by @brawer in #605
Full Changelog: v0.6.9...v0.6.10