Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: Remove deprecated items in preparation of 0.4 release #253

Merged
merged 3 commits into from
Jun 30, 2024

Conversation

spencewenski
Copy link
Member

In preparation for the next semver breaking release, this PR removes some things:

  • An export alias for health check structs that were moved
  • Removes support for using . as the separate for in env var names

In preparation for the next semver breaking release, this PR removes
some things:

- An export alias for health check structs that were moved
- Removes support for using `.` as the separate for in env var names
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 43.48%. Comparing base (880d850) to head (c325478).

Files Coverage Δ
src/api/http/health.rs 27.84% <ø> (ø)
src/config/app_config.rs 40.35% <ø> (+4.96%) ⬆️
src/config/environment.rs 8.33% <0.00%> (+2.08%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 880d850...c325478. Read the comment docs.

@spencewenski spencewenski merged commit b05d377 into main Jun 30, 2024
13 of 15 checks passed
@spencewenski spencewenski deleted the v4-deprecations branch June 30, 2024 08:32
This was referenced Jun 30, 2024
spencewenski pushed a commit that referenced this pull request Jul 1, 2024
## 🤖 New release
* `roadster`: 0.3.5 -> 0.4.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.4.0](roadster-v0.3.5...roadster-v0.4.0)
- 2024-07-01

### Added
- [**breaking**] Implement health check API using `HealthCheck` trait
([#255](#255))
- [**breaking**] Switch to Axum's `FromRef` for custom state
([#250](#250))

### Other
- [**breaking**] Remove deprecated items in preparation of 0.4 release
([#253](#253))
- Add example for integrating with Leptos
([#252](#252))
- Use small number of sidekiq workers for `full` example in dev/test
([#251](#251))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant