Skip to content

Release 5.3.15 #3225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">15</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
Expand Down
34 changes: 26 additions & 8 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
Build 5.3.14
Build 5.3.15
=============================

Release notes - NHibernate - Version 5.3.15

4 issues were resolved in this release.

** Bug

* #3218 Failure of contains subquery with parameter
* #3187 Fix mixing implied implicit and left joins in HQL for v5.3

** Task

* #3225 Release 5.3.15
* #3222 Automatically generate async code on pull requests for 5.3


Build 5.3.14
=============================

Release notes - NHibernate - Version 5.3.14
Expand All @@ -7,8 +25,8 @@ Release notes - NHibernate - Version 5.3.14

** Bug

#3169 InvalidOperationException: This transformer is not initialized by Cached Query
#3164 Fetching a lazy loaded component regression
* #3169 InvalidOperationException: This transformer is not initialized by Cached Query
* #3164 Fetching a lazy loaded component regression

** Task

Expand All @@ -24,14 +42,14 @@ Release notes - NHibernate - Version 5.3.13

** Bug

#3134 ManyToMany - Tries to select not existing column in Mapping Table
#3113 Join fails on Oracle9Dialect
#3030 Memory leak named parameter holds entity references
* #3134 ManyToMany - Tries to select not existing column in Mapping Table
* #3113 Join fails on Oracle9Dialect
* #3030 Memory leak named parameter holds entity references

** Improvement

#3120 Guards against use of a disposed session factory
#2994 Npgsql 6 is not compatible
* #3120 Guards against use of a disposed session factory
* #2994 Npgsql 6 is not compatible

** Task

Expand Down