Skip to content

Releases: OData/ODataConnectedService

OData Connected Service 0.9.1 Release

30 Apr 16:21
8b8c0c4
Compare
Choose a tag to compare
  • Auto-selects the last metadata endpoint used in generating proxy classes.
  • Enables multiple files generation using design-time T4 templates
  • Issue with wizard state persistence when updating an OData Connected Service Project fixed.

OData Connected Service 0.9.0 Release

20 Apr 19:24
c6ef2e8
Compare
Choose a tag to compare
  • Emitting service metadata to an XML file
  • Excluding schema types from being emitted onto the Connected Service proxy class
  • Refinements and minor bug fixes

OData Connected Service 0.8.0 Release

21 Apr 10:08
a25360f
Compare
Choose a tag to compare

Add support for loading configuration settings from an existing configuration file
Saving the configuration wizard state when navigating through the pages

OData Connected Service 0.7.1 Release

28 Mar 15:04
fda30e3
Compare
Choose a tag to compare
  • Fixed bug causing service name to be reset to default when updating a connected service

OData Connected Service 0.7.0 Release

26 Mar 16:02
9b7ccfe
Compare
Choose a tag to compare
  • Added support for VB projects
  • Allow users to select which function/imports to include or exclude from the generated code
  • Allow users to provide proxy config and credentials for fetching metadata behind a network proxy
  • Fixed bug causing code generation to fail if metadata is loaded from a local file
  • UI Improvements

OData Connected Service Release v0.6.1

23 Mar 12:33
39a43e3
Compare
Choose a tag to compare
  • Fixes a bug introduced in v0.6.0 in relation to a feature for supporting writing service metadata to a file.
    The service model will be embedded in the generated code as a string by default as it was before v0.6.0.

OData Connected Service v0.6.0 Release

20 Mar 17:20
a52fbdd
Compare
Choose a tag to compare

New Features:

  • Support for setting custom request headers to be used when fetching the metadata document
  • Support for splitting the generated code into multiple files
  • Save the service model in a file by default instead of as a literal string in the generated code

OData Connected Service v0.5.0 Release

12 Mar 13:06
f18e77a
Compare
Choose a tag to compare
Updates for readme, licenses and pull-request template (#37)

* add build steps and update licenses so that github can pick up the license type and showcase it
* version bump and string fixes