Skip to content

v1.0.0-M2

Compare
Choose a tag to compare
@lauraluiz lauraluiz released this 25 Mar 21:35
· 106 commits to master since this release
  • 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.