Releases: OData/ODataConnectedService
Releases · OData/ODataConnectedService
OData Connected Service 0.9.1 Release
- 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
- 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
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
- Fixed bug causing service name to be reset to default when updating a connected service
OData Connected Service 0.7.0 Release
- 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
- 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
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
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