Skip to content
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

Bump NHibernate from 5.2.7 to 5.3.3 in /src #5

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2020

Bumps NHibernate from 5.2.7 to 5.3.3.

Release notes

Sourced from NHibernate's releases.

Release 5.3.3

NHibernate 5.3.3 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge: https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.3/ https://www.nuget.org/packages/NHibernate/5.3.3

16 issues were resolved in this release.

Release 5.3.2

NHibernate 5.3.2 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge: https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.2/ https://www.nuget.org/packages/NHibernate/5.3.2

6 issues were resolved in this release.

Release 5.3.1

NHibernate 5.3.1 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge: https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.1/ https://www.nuget.org/packages/NHibernate/5.3.1

7 issues were resolved in this release.

Release 5.3.0

NHibernate 5.3.0 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge: https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.0/ https://www.nuget.org/packages/NHibernate/5.3.0

220 issues were resolved in this release.

Possible Breaking Changes
  • A distributed cache may hold conflicting timestamps after upgrade for as much as twelve hours. Consider flushing a distributed cache after upgrade to avoid any issue. Do not share a distributed cache with applications using an earlier version of NHibernate.
  • The counter id generator may generate conflicting ids for as much as twelve hours after upgrade.
  • update and delete statements will now take into account any enabled filter on the entities they update or delete, while previously they were ignoring them. (insert statements will also take them into account, but previously they were failing instead of ignoring enabled filters.)
  • ISession.Persist will no more trigger immediate generation of identifier.
  • Bags will no more be loaded with "null" entities, they will be filtered out.

... (truncated)

Changelog

Sourced from NHibernate's changelog.

Build 5.3.3

Release notes - NHibernate - Version 5.3.3

16 issues were resolved in this release.

** Bug

  • #2519 Fix parameter caching for Linq provider
  • #2515 InvalidCastException for Linq query with subquery
  • #2514 Entity with field interceptor are not correctly passed as Linq parameters
  • #2512 Linq queries with a condition after a projection on a collection fail
  • #2511 Linq Fetch over component after fetching a many-to-one throws exception
  • #2508 OnPreUpdateCollection - Passed entity instance X is not of expected type Y
  • #2499 Cast operation fails when an enum is mapped as an AnsiString
  • #2490 Unnecessary cast in sql with Linq are causing performance issues
  • #2488 Fix parameter detection for Equals and CompareTo methods for Linq provider
  • #2485 Throw entity not mapped exception for entity join in hql if possible
  • #2484 Entity Joins are not polymorphic in hql
  • #2476 Hashset add returns true instead of false
  • #2474 Fetch all lazy properties when entity is already loaded fails
  • #2471 AsQueryable() on collection throws if applied after Where statement

** Task

  • #2482 Add missing possible breaking changes for #2010
  • #2527 Release 5.3.3

As part of releasing 5.3.3, two missing 5.3.0 possible breaking changes have been added, about uninitialized extra lazy collections and SQLite schema validation. See 5.3.0 possible breaking changes.

Build 5.3.2

Release notes - NHibernate - Version 5.3.2

6 issues were resolved in this release.

** Bug

  • #2468 Null reference at NHibernate.Util.AsyncReaderWriterLock.ReadLock()
  • #2465 Linq contains on a value collection is failing
  • #2463 Path expected for join
  • #2458 Evaluatable expressions with parameters are no more pre-evaluated
  • #2453 Fail to cast enum as nvarchar for Linq Contains

** Task

... (truncated)

Commits
  • 7530a25 Release 5.3.3 (#2527)
  • 63b6b42 Fix parameter detection for Contains method for Linq provider (#2520)
  • a1e709b Fix Linq Fetch over component after fetching an association (#2517)
  • 98de5ae Fix parameter caching for Linq provider
  • 7360394 Avoid unnecessary casting for Linq provider (#2491)
  • 1581887 Fix ExtractInterceptor for subclasses (#2509)
  • ea56cbc Fix cast operation failing when an enum is mapped as an AnsiString (#2499)
  • f43dc6d Flatten AsQueryableResultOperator (#2503)
  • 46a18cc Fix parameter detection for Equals and ComapreTo methods for Linq provider
  • b131556 Throw entity not mapped exception for entity join in hql if possible (#2485)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2020
@sjauld
Copy link
Member

sjauld commented Oct 19, 2020

Covered by #10

@sjauld sjauld closed this Oct 19, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 19, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/src/NHibernate-5.3.3 branch October 19, 2020 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant