Skip to content

0.1.4

Compare
Choose a tag to compare
@davidmoten davidmoten released this 24 Feb 11:10
· 1151 commits to master since this release
  • add custom requests to generated clients
  • add Java 11 support
  • add proxy support
  • catch unexpected http response codes and include full text response in thrown error message
  • add property to allow download of stream using current contextPath despite expected metadata not being available
  • support unbound actions and functions
  • add JsonIgnore to getStream methods and others (bug fix for jackson serialization)
  • default to accepting no editLink when getting stream
  • clean request headers and add version header to all requests
  • check request headers in unit tests
  • cleanup all Eclipse warnings in generated code (unused imports and unused methods)
  • msgraph and msgraph-beta artifacts share same client builder
  • change beta package name so 1.0 client and beta clients can be used in the same project if desired
  • refactor TestingService