Releases: igapyon/oiyokan
Releases · igapyon/oiyokan
1.4リリース準備
Merge pull request #211 from igapyon/tiga Releease 1.4 リリース準備
Release 1.3 (2021-04-15)
Release 1.3 (2021-04-15)
EN
- Changed the behavior of PATCH to be correct
- Removed PUT method support
- Corresponding methods are now GET, POST, PATCH, DELETE.
- Support for ROWID of getGeneratedKeys of ORACLE
JA
- PATCH の挙動を正しくなるよう変更
- PUT メソッド対応を除去
- 対応メソッドは、GET, POST, PATCH, DELETE になった。
- ORACLE の getGeneratedKeys の ROWID 対応
Release 1.2 (2021-04-11)
Release 1.2 (2021-04-11)
EN
- Added Entity access function.
- Add the message ID for TIMEOUT.
- Tested support for column names containing spaces.
- In this release, ORACLE support is treated as a BETA version.
JA
- Entity アクセス機能を追加.
- TIMEOUTについてメッセージIDを採番.
- 空白を含む項目名への対応をテスト.
- 今回のリリースでは ORACLE サポートは BETA 版扱い�.
次期バージョンのリリース準備
次期バージョンのリリース準備
Release 1.1 (2021-04-06)
Release 1.1 (2021-04-06)
- Added MySQL v8, SQL Server 2008, Oracle XE 18c to supported rdbms.
- Some bugs have been fixed.
Supported target RDBMS
- PostgreSQL (13)
- MySQL (8)
- SQL Server (2008)
- Oracle XE (18c)
Supported OData system query options
- $select
- $count
- $filter
- $orderby
- $top
- $skip
ORACLE の簡易確認を実施
ORACLE support. (#105) ORACLE support
PostgreSQL, MySQL, SQL Server 2008 での簡易確認実施
PostgreSQL, MySQL, SQL Server 2008 での簡易確認実施
h2 database で実施可能な範囲の簡易テストを実施
- h2 database で実施可能な範囲の簡易テストを実施
- テストコードを中心に大幅なリファクタリングを実施
adding SQL Server support
SQL Server 対応 (#78) * CREATE TABLEを微調整。 * SQL Server対応 * 天然ソート
Release 1.0 (2021-03-28)
First stable release (v1.0.20210328)
Oiyokan OData v4 server SDK
Oiyokan is an OData v4 server SDK.
- Based on Apache Olingo. Build with Spring Boot, Java, h2.
- Oiyokan provides read-only OData v4 access to resources.
- Source code at github, license : Apache License.
Sample implementation using Oiyokan
- Oiyokan provides OData server sample of Sakila DVD rental.
- Metadata of OData sample is provided at $metadata.
Try the Oiyokan OData v4 sample server
Heroku
You can find the running OData v4 sample server at Heroku.
Local
You can try OData v4 sample server at your computer.
Check out source code repository and you can run it as Spring Boot Web Server.