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
Replaced Template terminology for Content when it referred to the content for an HTTP response. For example, TemplateRenderer was renamed to ContentRenderer, or WithTemplate to WithContent. Also the templateName in TemplateRenderer is now nullable to allow having content non-related to templates.
Removed injectable Http.Context, which was a source of problems on production mode. This injection can be easily replaced in your code with Http.Context.current(). As it was removed from our code, you might need to adjust some code only if you extended one of the affected classes.
PaginationSettings contains Long as option type instead of Integer, to use the same type as the JVM SDK uses for pagination.