Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 5, 2024
1 parent 45c1e81 commit 64072b7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow configuring the number of sidekiq worker tasks
- Remove stale periodic jobs
- Enable registering periodic workers
- Update README.md
- Update README.md
- Check disk usage between feature powerset workflow steps
- Add defaults for `AppWorkerConfig`'s builder
- Add RoadsterWorker to provide common behaviors for workers
- Add instructions for RedisInsight to the readme
- Add standalone sidekiq dashboard instructions to readme
- Update README.md
- Clean between powerset build stages
- Skip and group features to reduce powerset size
- Use cfg feature flag instead of allowing unused import
Expand All @@ -50,8 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add CLI command to list API routes
- Set up roadster CLI and custom app CLI
- Fix the cron used for `feature_powerset.yml` workflow
- Update README.md
- Update README.md
- Remove a `cfg` that caused a build error
- Add doc comment for `Initializer::priority`
- Allow using custom App::State in Initializer and Middleware traits
Expand All @@ -76,7 +71,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix build break with all features disabled
- Enable reporting traces/metrics via an otlp exporter
- Use snake case in github ci job
- Update README.md
- Add RequestDecompressionMiddleware
- Add more crate-level documentation
- Create LICENSE
Expand All @@ -85,7 +79,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove `--no-dev-deps` where it can't be used in github ci workflow
- Use `cargo hack` to test feature powerset
- Update cargo checks
- Update README.md
- Fix cargo fmt command
- Create workspace that includes the examples
- Set working dir for examples job
Expand All @@ -105,8 +98,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add instructions for generating an html coverage report
- Use `JoinSet` instead of `TaskTracker`
- Make the Jwt claims type generic and use `Claims` as the default
- Update README.md
- Update README.md
- Add notes on background job queue options
- Add JWT extractor with basic Claims impl for default/recommended claims
- Add logs for sidekiq queues
Expand All @@ -125,8 +116,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add catch panic middleware
- Add graceful shutdown signal
- Add rusty-sidekiq for running async jobs
- --wip-- [skip ci]
- --wip-- [skip ci]
- Add `_health` route to check the health of the service
- Enable migrations
- Add SeaORM integration
Expand Down

0 comments on commit 64072b7

Please sign in to comment.