1.1.7: Data API builder for Azure Databases #2218
seantleonard
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
New Features
default-page-size
andmax-page-size
Adding pagination limits. #2153/
endpoint returns DAB Version/App User Agent Improved Health Endpoint Metadata (DAB Version/App User Agent) #2086patchEntity
mutation) Cosmos DB: Adds Patch Support #2161New Config Validation
Bug Fixes
dab validate
now properly resolves environment variables indab-config.json
Fixdab validate
env_var parsing. #2215dab validate
Returns proper error message when validations can't proceed due to invalid/no connection string. Handle Exception during dab validate when SqlMetadataProvider has not correctly initialized #2202dab validate
Relationships must define source/target/linking fields using table column names (not field aliases) Validate relationship field names in config as backing columns #2175dab validate
Fix dataSourceName not found exception Fix dataSourceName not found exception indab validate
#2040dab validate
Fixerror fetching schema from URL
error emitted Fix dab validate schema fetch Error from URL #2099GraphQL - Entities with self-joining relationships get expected query responses GraphQL Queries - Entities with self-joining relationships get expected responses #2138
GraphQL - Coerce integer values to float/decimal for float/decimal fields in GraphQL requests Fix support for integer values in float/decimal type columns #2205
GraphQL - Ensure
endCursor
is NULL when hasNextPage is FALSE in response Ensure endCursor is NULL when hasNextPage is FALSE in GraphQL response #2121Cosmos DB: Emit user-readable error message when user provided GraphQL schema (schema.gql) references an entity not defined in dab-config.json Changed Error Message if Entity is not configured in dab-config json #2186
Cosmos DB: DAB no longer emits an OpenAPI init error message in the console when DAB is configured to use CosmosDB Condition OpenAPI document creation to non-CosmosDB database types. #2072
DAB CLI - Returns appropriate exit code based upon exit reason Update DAB CLI to return appropriate exit codes based upon exit reason #2084
DAB CLI -
dab start --help
loglevel link is now user-readable Updatedab start --help
loglevel link #2083Container App Deployment - Upgraded containerApp API version so deployments no longer throw
WorkloadProfilePropertyNotSupportedInApiVersion
Use newer containerApp API version #2114Relationship Config Processing - No longer hangs nor throws unhandled exception when a table definition is not found in the database fix relationship exception on dab validate #2100
Fix Performance Issue for filtering on varchar columns in MS_SQL database Fix Performance Issue for filtering on varchar columns in MS_SQL database #2052
Updating order of variable evaluation in Multiple create order helper Updating order of variable evaluation in Multiple create order helper #2195
Ensure environment variables works for child files Ensure environment variables works for child files. #2201
Correctly resolve
uniqueidentifier
database type fromdab-config.json
defined stored proc parameter default values instead of erroring out. Resolveuniqueidentifier
database type fromdab-config.json
defined stored proc parameter default values. #2042DAB correctly handles tables with the same name, in different schemas Table name collision bug fix #1990
No longer adds redundant join condition to some t-sql queries generated when traversing a relationship in GraphQL Removing wrong FK definition #2051
Engineering Maintenance
directory.build.props
Bump dab version in directory.build.props to 1.1 #2209Documentation
See More (non-user facing changes)
MSSQL Engineering Fundamentals
DW
executionHelper
access modifer set to public executionHelper public so consumers of nuget, can call logic #2102CosmosDB - Engineering Fundamentals
This discussion was created from the release 1.1.7: Data API builder for Azure Databases.
Beta Was this translation helpful? Give feedback.
All reactions