Skip to content

chore: prep for 3.2.1 (branched from 3.2)#26583

Merged
praveen-influx merged 8 commits into3.2from
pk/3.2/prep-for-3.2.1
Jul 3, 2025
Merged

chore: prep for 3.2.1 (branched from 3.2)#26583
praveen-influx merged 8 commits into3.2from
pk/3.2/prep-for-3.2.1

Conversation

@praveen-influx
Copy link
Copy Markdown
Contributor

Preparation commit for 3.2.1 release to bring 3.2 inline with main

praveen-influx and others added 8 commits June 26, 2025 12:30
* chore: version bump in Cargo.toml to 3.3.0-nightly

* chore: update install script to point to 3.2.0 version
* chore: Update to Rust 1.88

* chore: Fixes missed by Claude
This adds the update command to the help text output which was an
oversight from my work in #26520.
Before this commit, although `--object-store` is mandatory it is not
reflected in the error messages. The examples are listed in the issue
976.

This commit makes `object_store` explicitly required which means error
messages include `--object-store` listed as mandatory

closes: influxdata/influxdb_pro#976
- update rust version to 1.88
- remove defaulting to `file` for object store

helps: influxdata/influxdb_pro#976
* feat: Allow hard_deleted date of deleted schema to be updated

* feat: Include hard_deletion_date in `_internal` `databases` and `tables`

* feat: Unit tests for testing deleted databases

* chore: Default is now to hard-delete with default duration

* test: Update test names and assertions for new default hard deletion behavior

- Renamed delete_table_defaults_to_hard_delete_never to delete_table_defaults_to_hard_delete_default
- Renamed delete_database_defaults_to_hard_delete_never to delete_database_defaults_to_hard_delete_default
- Updated assertions to expect default deletion duration instead of None/Never
- Aligns with the change of HardDeletionTime default from Never to Default

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: Remove TODO

* chore: PR feedback and other improvements

* Ensure system databases and tables schema specify a timezone for the
  `hard_deletion_time` Timestamp columns (otherwise they display without
  a timezone)
* `DELETE` using `default` delay is idempotent, so multiple requests
  will not continue to update the `hard_deletion_time`
* Improved test coverage for these behaviours

---------

Co-authored-by: Claude <noreply@anthropic.com>
@praveen-influx praveen-influx requested a review from a team July 3, 2025 10:40
@praveen-influx praveen-influx merged commit 7c4df6f into 3.2 Jul 3, 2025
12 checks passed
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.

5 participants