Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 15, 2025
1 parent c24525b commit 24369d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ HEAD / main
which makes it really easy to performance tune your slow jobs.
The Web UI contains a new **Profiles** tab to view any collected profile data.
Please read the new [Profiling](https://github.com/sidekiq/sidekiq/wiki/Profiling) wiki page for details.
- CurrentAttribute support now uses `ActiveJob::Arguments` to serialize the context object, supporting Symbols and GlobalID.
The change should be backwards compatible. [#6510]
- Refactor `Sidekiq::Web` to simplify the code and improve security [#6532]
The CSS has been rewritten from scratch to remove the Bootstrap framework.
- Default error logging has been modified to use Ruby's `Exception#detailed_message` and `#full_message` APIs.
- CI now runs against Redis, Dragonfly and Valkey.
- The Web UI's language picker now shows options in the native language
Expand Down
1 change: 1 addition & 0 deletions Pro-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD (8.0)
---------

- Sidekiq::Batch's `created_at` is now stored as Integer milliseconds rather than a Float.
- Sidekiq::Web internal refactoring [#6532]

7.3.5
Expand Down

0 comments on commit 24369d8

Please sign in to comment.