You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrii Kaplanovskyi edited this page Jan 19, 2026
·
11 revisions
PR150 Automapper library (now paid) removed. Please use Obelisk Projections instead for all entity to Dto mappings.
PR150 Obsolete Create and Update commands, as well as CreateHandler and Updatehandler removed. Do not use generic Create and Update commands in your code, and if you do, please replace them with non-generic implementations. Note, Obelisk Core does not provide default Create and Update commands out of the box anymore. Those default command handlers used Automapper to map a dto into an entity, skipping all related business logic.
PR163MediatR library (now paid) removed and replaced with our own version of OneBeyond.Studio.Core.Mediator. Please see the PR on how you can replace the mediator in your code if needed.
PR155FluentAssertions library (now paid) removed and replaced with AwesomeAssertions.
PR155 Infrastructure based on RabbitMQ support removed.