Releases: DataBooster/DbWebApi
DbWebApi 1.2.16.0 Sample Server
- Updated all dependencies;
- Added ClearPool(...) when the database is reconnected;
Notes:
Inside the DbWebApi.SampleServers.sln (in the DbWebApi.SampleServers.1.2.16.0.zip), Each of OwinSample branch, .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server and Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect providers).
- Please keep one of them as needed and exclude the rest.
Or - If you want to retain multiple/all editions, please set your Visual Studio "maximum number of parallel project builds" to 1 (in [Tools]->[Options]->[Projects and Solutions]->[Build and Run]), let Visual Studio build/rebuild the 4 projects one after the other serially, because these editions/projects share the same output bin directory.
DbWebApi 1.2.14.0 Sample Server
- Updated all dependencies;
- In samples code, added "application/octet-stream" and "text/plain" as SupportedMediaTypes of JsonFormatter;
Notes:
Inside the DbWebApi.SampleServers.sln (in the DbWebApi.SampleServers.1.2.14.0.zip), Each of OwinSample branch, .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server and Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect providers).
- Please keep one of them as needed and exclude the rest.
Or - If you want to retain multiple/all editions, please set your Visual Studio "maximum number of parallel project builds" to 1 (in [Tools]->[Options]->[Projects and Solutions]->[Build and Run]), let Visual Studio build/rebuild the 4 projects one after the other serially, because these editions/projects share the same output bin directory.
DbWebApi 1.2.12.1 Sample Server
- Added Owin Sample Server (.NET Framework 4.5);
- Updated DataBooster to automatic RefreshStoredProcedureParameters if database side change StoredProcedure interface.
Notes:
Inside the DbWebApi.SampleServers.sln (in the DbWebApi.SampleServers.1.2.12.1.zip), Each of OwinSample branch, .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server and Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect providers).
- Please keep one of them as needed and exclude the rest.
Or - If you want to retain multiple/all editions, please set your Visual Studio "maximum number of parallel project builds" to 1 (in [Tools]->[Options]->[Projects and Solutions]->[Build and Run]), let Visual Studio build/rebuild the 4 projects one after the other serially, because these editions/projects share the same output bin directory.
DbWebApi 1.2.9.0 Sample Server
Updated all dependencies.
Notes:
Inside the DbWebApi.SampleServers.sln (in the DbWebApi.SampleServers.1.2.9.0.zip), both .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server and Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect providers).
- Please keep one of them as needed and exclude the rest.
Or - If you want to retain multiple/all editions, please set your Visual Studio "maximum number of parallel project builds" to 1 (in [Tools]->[Options]->[Projects and Solutions]->[Build and Run]), let Visual Studio build/rebuild the 4 projects one after the other serially, because these editions/projects share the same output bin directory.
DbWebApi 1.2.8.9 Sample Server
Updated all dependencies.
Notes:
Inside the DbWebApi.SampleServers.sln (in the DbWebApi.SampleServers.1.2.8.9.zip), both .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server and Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect providers).
- Please keep one of them as needed and exclude the rest.
Or - If you want to retain multiple/all editions, please set your Visual Studio "maximum number of parallel project builds" to 1 (in [Tools]->[Options]->[Projects and Solutions]->[Build and Run]), let Visual Studio build/rebuild the 4 projects one after the other serially, because these editions/projects share the same output bin directory.
DbWebApi 1.2.8.5 Sample Server
1.2.8.5
Parameter-Binding (input) enhancements:
- Supported XML format request;
- Supported HTML Form request (Content-Type: application/x-www-form-urlencoded);
- Supported Multipart MIME request (Content-Type: multipart/form-data) - for file upload
- Supported binary type parameter;
- Introduced a appropriative class InputParameters for self-adaptively binding all supported input media types.
Response formats enhancements:
- Added some options for client side to control the response XML styles;
Other enhancements:
- Rewrote client side .Net library;
- Further simplified sample servers;
- Strengthen supported CORS in sample servers (.Net4.5/WebApi2 versions);
- Fixed some bugs.
.
Notes:
Inside the DbWebApi.SampleServers.sln (in DbWebApi.SampleServers.1.2.8.5.zip), both .Net45 branch and .Net40 branch are further divided into 4 projects for - SQL Server, Oracle (ODP.NET Managed, ODP.NET Unmanaged and DataDirect provider).
It would be better to build/rebuild one project at a time rather than build/rebuild all at once, because 4 projects share the same output bin directory.
You can keep one of them as needed and exclude all the rest.
DbWebApi 1.2.7.4 Sample Server
1.2.7.4
- Bi-support Visual Studio 2010 (.Net 4.0) and Visual Studio 2012/2013 (.Net 4.5 Web API 2)
- Reorganize solution
- Support BSON (available to targetFramework="4.5" or higher - Web API 2)
DbWebApi 1.2.6.1 Sample Server
1.2.6.1
Added supporting for semi-bulk operation (BulkExecute) and full-bulk operation (Table-Valued Parameters and PL/SQL Associative Array Parameters).
This download contains only an example server source code of using DbWebApi 1.2.6.1. It requires Visual Studio 2010 at lowest with ASP.NET MVC 4 installed.
For the latest binary libraries, please obtain from NuGet:
Servers
There are 4 NuGet packages for 4 differenct versions of ADO.NET providers:
- DbWebApi for SQL Server
- DbWebApi for Oracle (use ODP.NET Managed Driver)
- DbWebApi for Oracle (use ODP.NET Provider)
- url:DbWebApi for Oracle (use DataDirect Provider)
Clients
DbWebApi 1.2.5.7 Sample Server
This download contains only an example server source code of using DbWebApi 1.2.5.7. It requires Visual Studio 2010 at lowest with ASP.NET MVC 4 installed.
For the latest binary libraries, please obtain from NuGet:
Servers
There are 4 NuGet packages for 4 differenct versions of ADO.NET providers:
- DbWebApi for SQL Server
- DbWebApi for Oracle (use ODP.NET Managed Driver)
- DbWebApi for Oracle (use ODP.NET Provider)
- url:DbWebApi for Oracle (use DataDirect Provider)