Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps Sitko.Core.Repository.EntityFrameworkCore from 8.2.0 to 9.2.0.

Release notes

Sourced from Sitko.Core.Repository.EntityFrameworkCore's releases.

9.2.0

9.2.0 (2022-05-26)

Features

9.1.0

9.1.0 (2022-05-25)

Features

  • Hangfire 1.7.29 (f2505de)
  • hangfire: multiple hangfire servers per instance (393318e)

9.0.0

9.0.0 (2022-05-06)

Bug Fixes

  • add missing test repositories (e0b06f0)
  • add param to httpclient (3ee4c3a)
  • add RemoteRepositoryQuery parameterless ctor (24c09c2)
  • add scoped repositoryTransport and remove module options (37703d4)
  • add url param to SendHttpRequestAsync() (e51fe7b)
  • added support for CancellationToken (35faf17)
  • app: fix IsProduction override in HostedApplication (d73a3b7)
  • app: fix module options validation (ea1a14e)
  • app: get assembly name and version from current application instance (f7a88dd)
  • app: reading env name should be case-insensitive (a75f11b)
  • app: use existing list of enabled modules (8a12a3a)
  • change GetAll return type (39d0880)
  • change methods param type to SerializedQuery (5557334)
  • change options module inheritance (9b00b89)
  • change route params to Uri type and drop ctor (21c8186)
  • change target framework for remote repo server project (6144a10)
  • change transport module connection (954585c)
  • do not throw invalid operation on not success result (a411e45)
  • drop unused methods, change methods request Type, fix methods param (5fb8f87)
  • efrepository: await refresh result (ccd407e)
  • fix repository module initializing (e815cc8)
  • fixed getting name of desired entity type for controller route (8eb01c3)
  • fixed include query building (cebf568)
  • fixed transport application extension (af6819d)
  • grpc: don't need separate module, just add external and configure handler wrapper (97527d1)
  • implement missing select members from interface (86a97f2)
  • initialize collection (3ac46ec)

... (truncated)

Changelog

Sourced from Sitko.Core.Repository.EntityFrameworkCore's changelog.

9.2.0 (2022-05-26)

Features

9.1.0 (2022-05-25)

Features

  • Hangfire 1.7.29 (f2505de)
  • hangfire: multiple hangfire servers per instance (393318e)

9.0.0 (2022-05-06)

Bug Fixes

  • add missing test repositories (e0b06f0)
  • add param to httpclient (3ee4c3a)
  • add RemoteRepositoryQuery parameterless ctor (24c09c2)
  • add scoped repositoryTransport and remove module options (37703d4)
  • add url param to SendHttpRequestAsync() (e51fe7b)
  • added support for CancellationToken (35faf17)
  • app: fix IsProduction override in HostedApplication (d73a3b7)
  • app: fix module options validation (ea1a14e)
  • app: get assembly name and version from current application instance (f7a88dd)
  • app: reading env name should be case-insensitive (a75f11b)
  • app: use existing list of enabled modules (8a12a3a)
  • change GetAll return type (39d0880)
  • change methods param type to SerializedQuery (5557334)
  • change options module inheritance (9b00b89)
  • change route params to Uri type and drop ctor (21c8186)
  • change target framework for remote repo server project (6144a10)
  • change transport module connection (954585c)
  • do not throw invalid operation on not success result (a411e45)
  • drop unused methods, change methods request Type, fix methods param (5fb8f87)
  • efrepository: await refresh result (ccd407e)
  • fix repository module initializing (e815cc8)
  • fixed getting name of desired entity type for controller route (8eb01c3)
  • fixed include query building (cebf568)
  • fixed transport application extension (af6819d)
  • grpc: don't need separate module, just add external and configure handler wrapper (97527d1)
  • implement missing select members from interface (86a97f2)
  • initialize collection (3ac46ec)
  • initialize stateCompressor from constructor (eb63b7e)
  • invoke GetParamsFromUrl (9baffc6)
  • lazy init for app context options (c94d703)

... (truncated)

Commits
  • 4263f6f chore(release): 9.2.0 [skip ci]
  • df5ad4a Merge pull request #645 from sitkoru/s3storage/s3client-no-cache
  • 8ba1e04 feat: don't cache s3client
  • 8ff0cfb chore(release): 9.1.0 [skip ci]
  • f2505de feat: Hangfire 1.7.29
  • 393318e feat(hangfire): multiple hangfire servers per instance
  • 531af5e Merge pull request #616 from sitkoru/dependabot/github_actions/actions/setup-...
  • 27ecb34 build(deps): bump actions/setup-node from 2 to 3.1.0
  • b163b21 Merge pull request #628 from sitkoru/dependabot/github_actions/github/codeql-...
  • 3d3c1dd Merge pull request #600 from sitkoru/dependabot/github_actions/actions/checko...
  • 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)

Bumps [Sitko.Core.Repository.EntityFrameworkCore](https://github.com/sitkoru/Sitko.Core) from 8.2.0 to 9.2.0.
- [Release notes](https://github.com/sitkoru/Sitko.Core/releases)
- [Changelog](https://github.com/sitkoru/Sitko.Core/blob/master/CHANGELOG.md)
- [Commits](sitkoru/Sitko.Core@8.2.0...9.2.0)

---
updated-dependencies:
- dependency-name: Sitko.Core.Repository.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2022

Superseded by #314.

@dependabot dependabot bot closed this Jun 24, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Sitko.Core.Repository.EntityFrameworkCore-9.2.0 branch June 24, 2022 10:10
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants