Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.15.0 #254

Merged
merged 4 commits into from
Sep 16, 2024
Merged

v5.15.0 #254

merged 4 commits into from
Sep 16, 2024

Conversation

chullybun
Copy link
Collaborator

@chullybun chullybun commented Sep 10, 2024

  • Enhancement: Added Operation.Query boolean to enable support for OData-like query syntax. This leverages the underlying CoreEx.Data.Querying (v3.25.1+) capabilities to enable. The Operation.Behavior has also been extended to support a 'Q'uery as a shorthand to enable a query-based operation. Note: this is an awesome new capability.
  • Enhancement: Updated the DatabaseName, EntityFrameworkName, CosmosName, ODataName and HttpAgentName to support both Type (existing) and optional Name (new). This uses the Type^Name syntax supported for other properties with similar purpose. The properties have also had the Name suffix renamed to Type as this more accurately reflects the property intent (existing names will continue to work with a corresponding warning during code-generation).

Enhancement: Added Operation.Query boolean to enable support for OData-like query syntax. This leverages the underlying CoreEx.Data.Querying capabilities to enable. The Operation.Behavior has also been extened to support a 'Q'uery as a shorthand to enable a query operation.
Enhancement: Updated the DatabaseName, EntityFrameworkName, CosmosName, ODataName and HttpAgentName to support both Type (existing) and optional Name (new). This uses the Type^Name syntax supported for other properties with similar purpose. The properties have also had the Name suffix renamed to Type as this more accurately reflects the property intent (existing names will continue to work with a corresponding warning during code-generation).
@chullybun chullybun merged commit 5267efc into master Sep 16, 2024
2 checks passed
@chullybun chullybun deleted the v5.15.0 branch September 16, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant