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

V3.22.0 #108

Merged
merged 2 commits into from
Jul 16, 2024
Merged

V3.22.0 #108

merged 2 commits into from
Jul 16, 2024

Commits on Jul 15, 2024

  1. v3.22.0

    - *Enhancement:* Identifier formatting and parsing moved to the `CosmosDbArgs` to enable overriding where required.
    - *Enhancement:* Cosmos model constraint softened to allow for `IEntityKey` to support more flexible scenarios.
    - *Fixed:* `PagingOperationFilter` correctly specifies a format of `int64` for the `number`-type paging parameters.
    - *Fixed:* `CompositeKey` correctly supports `IReferenceData` types leveraging the underlying `IReferenceData.Code`.
    chullybun committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e85b254 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. - *Enhancement:* Identifier parsing and CompositeKey formatting mov…

    …ed to the `CosmosDbArgs` to enable overriding where required.
    
    - *Enhancement:* Cosmos model constraint softened to allow for `IEntityKey` to support more flexible identifier scenarios.
    - *Enhancement:* All Cosmos methods updated to support `CompositeKey` versus `object` for identifier specification for greater flexibility.
    - *Enhancement:* `CosmosDbModelContainer` and `CosmosDbValueModelContainer` enable model-only access; also, all model capabilities housed under new `Model` namespace.
    - *Fixed:* `PagingOperationFilter` correctly specifies a format of `int64` for the `number`-type paging parameters.
    - *Fixed:* `CompositeKey` correctly supports `IReferenceData` types leveraging the underlying `IReferenceData.Code`.
    chullybun committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    174bba3 View commit details
    Browse the repository at this point in the history