Skip to content

Releases: Azure/data-api-builder

0.8.51: Data API builder for Azure Databases

14 Sep 20:52
9b0304e
Compare
Choose a tag to compare

Bug Fix:

  • 9b0304e Fixes an issue caused when the name parameter is not included in the @model directive with the supplied GraphQL schema when configuring DAB for use with cosmosdb-nosql in #1680 by @neeraj-sharma2592

0.8.50: Data API builder for Azure Databases

08 Sep 00:58
69f4535
Compare
Choose a tag to compare

This is the latest patch for the 0.8 release of Data API builder for Azure Databases, built on top of the previous 0.8.49 release. For a full list of features in 0.8, please also look at 0.8.49

Bug Fixes in configuration file

Full Changelog: v0.8.49...v0.8.50

0.8.49: Data API builder for Azure Databases

31 Aug 02:16
0aebfe2
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v0.7.6...v0.8.49

0.8.44-rc: Data API builder for Azure Databases

28 Jul 02:26
ebe4ef4
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v0.7.6...v0.8.44-rc

0.7.6: Data API builder for Azure Databases

25 May 23:15
61de247
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.14...v0.7.6

0.7.5: Data API builder for Azure Databases

13 May 06:28
2f938a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.14...v0.7.5

0.6.14: Data API builder for Azure Databases

25 Apr 23:49
b21a924
Compare
Choose a tag to compare

This is the patch for March 2023 release for Data API builder for Azure Databases, version 0.6.14

Bug Fixes

  • Address query filter access deny issue for Cosmos in #1436.
  • Cosmos DB currently doesn't support field level authorization for queries with filter, to avoid the situation when the users accidentally pass in the field permissions in the runtime config, we added a validation check in #1449

0.6.13: Data API builder for Azure Databases

05 Apr 08:30
32fc03f
Compare
Choose a tag to compare

This is the March 2023 release for Data API builder for Azure Databases, version 0.6.13

New Features

Enhancements

Bug Fixes

  • Improved stored procedure parameter value type handling during GraphQL schema creation by @seantlenoard in #1383
  • Validate that fields referenced in db policy for create operation are present in request body by @ayush3797 in #1391
  • Updated GraphQL Nested Filter integration tests and GraphQL filter processing by @seantleonard in #1407

Docs

Others (Refactors/Improvements/Testing)

0.5.35

25 Mar 01:26
c84d50f
Compare
Choose a tag to compare

What's Changed

  • Force Allow User Variables=true for MySql Connections(#1349)
  • Improve mapped column handling for REST pagination and NextLink creation fixes(#1319)
  • Replacing Azure storage link with Github links (#1351)
  • Adding checks before publish tasks in the release pipeline (#1307)

Full Changelog: v0.5.34...v0.5.35

Public Preview: Data API builder for Azure Databases

03 Mar 11:58
c545a4e
Compare
Choose a tag to compare

This is the public preview release for Data API builder for Azure Databases, version 0.5.34

New Features

Enhancements

Bug Fixes

Docs