dlidstrom / MinaGlosor

Small website where you can practice on words.
http://minaglosor.se
MIT License
0 stars 0 forks source link

Bump RavenDB.Client from 3.0.3690 to 5.2.1 #259

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps RavenDB.Client from 3.0.3690 to 5.2.1.

Release notes

Sourced from RavenDB.Client's releases.

5.2.0

Features

  • [Certificates] added read-only certificates. Documentation
  • [Cluster] added support for atomic cluster transactions (enabled by default)
  • [Databases] added the ability to prevent deletes (with ignore or immediate error on delete)
  • [ETL] added OLAP ETL support. Documentation
  • [Indexes] added rolling index deployment. Documentation
  • [Indexes] added the ability to define custom analyzer directly in Studio without the need of creating a custom DLL (database and server-wide). Documentation
  • [Indexes] up to 30% improvement in performance when doing spatial indexing
  • [Indexes] added the ability to throttle indexing
  • [Indexes] exposed index history in Studio. Documentation
  • [Monitoring] added monitoring endpoints, Telegraf plugin and Grafana template. Documentation
  • [Querying] added the ability to define custom sorters server-wide
  • [Querying] up to 20% improvement in performance when doing spatial queries
  • [Querying] added the ability to display spatial data on map in Studio. Documentation
  • [Studio] added Cluster Dashboard. Documentation

Server

  • [Backups] do not put empty string to RemoteFolderName when creating server-wide backup
  • [Certificates] fixed issue with replacing a certificate using pinning hash
  • [Cluster] large raft commands should not cause cluster timeouts and cause unnecessary elections
  • [Configuration] added 'License.DisableAutoUpdateFromApi' configuration option
  • [Indexes] added support for ISO-8601 datetime format
  • [Indexes] fixed index instance leak when database record change is being handled but database is being unloaded at the same time
  • [Indexes] fixed issue with GroupBy not returning appropriate results in Time Series indexes
  • [Indexes] fixed possible deadlock that could happen when max number of concurrent indexes is being set
  • [JavaScript] updated Jint to latest version
  • [JSON] optimized blittable JSON parsing
  • [Querying] queries that happen during index replacement should properly react to the OperationCanceledException as well, this exception can happen at Voron storage level when storage of an old index is being disposed
  • [Querying] fixed possible NRE that could happen when queries are being executed and we are skipping results
  • [Replication] fixed possible NRE when Documents DeleteRevision flag was not stripped properly
  • [Replication] fixed possible endless loop when we have missing attachments, but batch size is limiting the batch
  • [Replication] fixed possible endless loop caused by not handling attachment stream files properly when destination database in encrypted
  • [Voron] fixing case where a newly created read transaction could get an already disposed pager state of a scratch file
  • [.NET] updated to 5.0.7

Client API

  • [Querying] added LongCount and LongCountAsync to the queries
  • [Session] fixed issue with including typed Time Series
  • [Time Series] added function evaluation support for group by expressions

... (truncated)

Commits


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)