Skip to content

kgrid-activator-1.7.0

Latest
Compare
Choose a tag to compare
@ngittlen ngittlen released this 11 Aug 15:18
· 3 commits to main since this release

August Release

Features

  • Improved prefer="minimal" handling
  • Added new execute method to the adapter api that can take a ClientRequest and returns an ExecutorResponse to enable adapters to get all the information supplied by the user in an execute POST or resource GET request
  • Streamlined request handling generally

Dependency upgrades

  • Adapter API 1.2.0 to add new execute method and request/response objects
  • Resource adapter 0.1.6 to use new request/response handling which better matches resource fetching request pattern