Bump LiteDB from 4.1.4 to 5.0.9 #51

Merged
dependabot[bot] merged 1 commit from dependabot/nuget/LiteDB-5.0.9 into master 2020-10-22 20:15:45 +02:00
dependabot[bot] commented 2020-10-22 19:45:20 +02:00 (Migrated from github.com)

Bumps LiteDB from 4.1.4 to 5.0.9.

Release notes

Sourced from LiteDB's releases.

v5.0.9

Changes

  • The LiteDatabase ctor that takes a Stream for its data storage now takes another Stream as log storage. LiteDB can now be used with custom storage solutions (as long as it implements Stream).
  • Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing DateTime.

Bug fixes

v5.0.8

Bug fixes

v5.0.7

New

  • Maximum index key length increased to 1023 bytes
  • Upgrade option in ConnectionString is now a bool again (DataOnly no longer needed because index key length was increased)
  • Id field in resolved includes are now stored with $id key (instead of _id)

Bug fixes

v5.0.5

New

... (truncated)

Commits
  • 710651f Releasing v5.0.9
  • cbb7f3d Fixed transaction error for grouping expressions over $page_list collection
  • a821001 Fixed Bson deserialization for doubles in scientific notation
  • 17e4cde Fixed includes not being passed from LiteCollection to LiteQueryable
  • 4153020 Custom serializer check is done before default serialization now
  • 4643713 Replaced ContainsKey with TryGetValue in BsonMapper.GetTypeCtor
  • 3198929 Fixed deserialization for custom ctor with non-simple type parameters
  • 179081f Removed SHA1Managed from StringExtensions.Sha1(this string str)
  • 01b4ccc Improved attribute detection
  • f7eba9c Revert "Fixed member mapping for members in base class"
  • 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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
Bumps [LiteDB](https://github.com/mbdavid/LiteDB) from 4.1.4 to 5.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mbdavid/LiteDB/releases">LiteDB's releases</a>.</em></p> <blockquote> <h2>v5.0.9</h2> <h1>Changes</h1> <ul> <li>The <code>LiteDatabase</code> ctor that takes a <code>Stream</code> for its data storage now takes another <code>Stream</code> as log storage. LiteDB can now be used with custom storage solutions (as long as it implements <code>Stream</code>).</li> <li>Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing <code>DateTime</code>.</li> </ul> <h1>Bug fixes</h1> <ul> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1684">#1684</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1685">#1685</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1695">#1695</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1701">#1701</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1735">#1735</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1740">#1740</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1754">#1754</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1761">#1761</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1774">#1774</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1777">#1777</a></li> </ul> <h2>v5.0.8</h2> <h1>Bug fixes</h1> <ul> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1630">#1630</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1633">#1633</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1636">#1636</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1638">#1638</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1650">#1650</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1651">#1651</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1656">#1656</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1664">#1664</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1665">#1665</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1668">#1668</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1678">#1678</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1681">#1681</a></li> </ul> <h2>v5.0.7</h2> <h1>New</h1> <ul> <li>Maximum index key length increased to 1023 bytes</li> <li><code>Upgrade</code> option in <code>ConnectionString</code> is now a <code>bool</code> again (<code>DataOnly</code> no longer needed because index key length was increased)</li> <li>Id field in resolved includes are now stored with <code>$id</code> key (instead of <code>_id</code>)</li> </ul> <h1>Bug fixes</h1> <ul> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1586">#1586</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1589">#1589</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1597">#1597</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1607">#1607</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1611">#1611</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1613">#1613</a></li> <li><a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/1626">#1626</a></li> </ul> <h2>v5.0.5</h2> <h1>New</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mbdavid/LiteDB/commit/710651f37c1d3d92537f5604b61b70264e6d1ade"><code>710651f</code></a> Releasing v5.0.9</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/cbb7f3d3fc671a0353553249a1896dae759ca942"><code>cbb7f3d</code></a> Fixed transaction error for grouping expressions over $page_list collection</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/a821001b8585cfd8e965eb349ced258e08e50a60"><code>a821001</code></a> Fixed Bson deserialization for doubles in scientific notation</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/17e4cdec58ccf284852b52bbeb20eaab0d096199"><code>17e4cde</code></a> Fixed includes not being passed from LiteCollection to LiteQueryable</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/41530208b49624d9448ba63cefcf392aebefa5bb"><code>4153020</code></a> Custom serializer check is done before default serialization now</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/464371303913a95ed42a6911bdaede6d30c59dc0"><code>4643713</code></a> Replaced ContainsKey with TryGetValue in BsonMapper.GetTypeCtor</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/319892993c5a7659359676f4f9ea76013673eb77"><code>3198929</code></a> Fixed deserialization for custom ctor with non-simple type parameters</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/179081fc5134c0198ca1f901ee8b19aedbc49078"><code>179081f</code></a> Removed SHA1Managed from StringExtensions.Sha1(this string str)</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/01b4ccc507a09ad815bf2268a935b6c2ceff9cb7"><code>01b4ccc</code></a> Improved attribute detection</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/f7eba9caacc7614657d8ea4daeb124b4ac53f219"><code>f7eba9c</code></a> Revert &quot;Fixed member mapping for members in base class&quot;</li> <li>Additional commits viewable in <a href="https://github.com/mbdavid/LiteDB/compare/v4.1.4...v5.0.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=LiteDB&package-manager=nuget&previous-version=4.1.4&new-version=5.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Serraniel commented 2020-10-22 20:15:41 +02:00 (Migrated from github.com)

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No description provided.