Skip to content

Commit

Permalink
add v0.26.4 - 0.26.7 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
HidekiSugimoto189 committed Nov 5, 2023
1 parent 38a7f28 commit 0a2e7e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/about/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ meta:

| バージョン | リリース日 | 概要 |
| :--------: | :--------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| v0.26.7 | 2023/11/06 | SqlEntityQuery#sum でOptional型に対応。またSQL発行前のカンマやAND/ORの除去処理のパフォーマンスチューニングを実施 |
| v0.26.6 | 2023/06/05 | 複数の種類の違うDBに接続する設定の場合にSFファンクションで接続したDBと別のDialectの情報が利用される不具合を修正 |
| v0.26.5 | 2023/02/16 | SqlConfig構築時に設定したDefaultMaxRetryCountを個別のSQL発行時にOFFにする目的でSqlQuery#retry(0) としても、個別指定が適用されずDefaultMaxRetryCountが有効になっていた不具合を修正 |
| v0.26.4 | 2023/02/02 | Entity APIで timestamp型、または timestamp with timezone型のカラムを使った楽観ロックに対応 |
| v0.26.3 | 2022/12/12 | バッチ処理を行う際に生成するMapについて、initialCapacityを適切に指定することでMapのresizeを抑止し処理を高速化。またログ出力の条件判定を追加し不要な文字列加工が発生しないように修正 |
| v0.26.2 | 2022/11/23 | PostgresqlでSqlAgent#batch() 処理が遅い問題を解消 |
| v0.26.1 | 2022/11/16 | Connectionをクローズする際、そのコネクションがクローズ済みかどうかを判定する処理を追加 |
Expand Down

0 comments on commit 0a2e7e5

Please sign in to comment.