Gregorius Soedharmo
794591aa57
Update RELEASE_NOTES.md for 1.5.30 release ( #391 )
...
* Update RELEASE_NOTES.md for 1.5.30 release
* Update release date
* Bump AkkaVersion and AkkaHostingVersion to 1.5.30
2024-10-04 01:04:28 +07:00
Gregorius Soedharmo
389c441502
Update RELEASE_NOTES.md for 1.5.29 release ( #390 )
2024-10-01 13:52:57 -05:00
Gregorius Soedharmo
63409cc419
Bump AkkaVersion and AkkaHostingVersion from 1.5.28 to 1.5.29 ( #389 )
2024-10-02 01:28:38 +07:00
Massimiliano Donini
8aa836f9c4
feat: Update to latest MongoDB.Driver version ( #385 )
2024-09-12 08:07:54 -05:00
Gregorius Soedharmo
7e7af587f3
Update RELEASE_NOTES.md for 1.5.28 ( #388 )
2024-09-11 21:03:18 +00:00
Gregorius Soedharmo
684d26614a
Add SnapshotStore SaveSnapshot spec for GridFS from TCK ( #387 )
2024-09-11 20:43:51 +00:00
Gregorius Soedharmo
7395df141d
Bump Akka and Akka.Hosting to 1.5.28 ( #386 )
...
* Bump Akka and Akka.Hosting to 1.5.28
* Fix unit tests
2024-09-10 17:37:12 +00:00
Gregorius Soedharmo
517c3a58f7
Add TOC and benchmark figures to README.md ( #384 )
2024-08-30 09:15:05 -05:00
Gregorius Soedharmo
3a9c080360
Add large snapshot support ( #383 )
...
* Add large snapshot payload support
* Refactor class name
* fix snapshot plugin class name in test config
* Add load time measurement
* Add GridFS snapshot example
* downgrade sample to net6.0, make project not packable
* Fix unit test
* Remove transaction, use native GridFS driver
* Add GridFS documentation
---------
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
2024-08-29 12:01:23 +00:00
Gregorius Soedharmo
816d098f1e
Fix compiler complaining that tagged might have not been initialized ( #381 )
...
* Fix compiler complaining that tagged might have not been initialized
* Fix CI/CD compiler issue
* Refactor list to array
2024-08-06 07:50:55 -05:00
dependabot[bot]
bedb9c7395
Bump MongoDB.Driver from 2.21.0 to 2.27.0 ( #380 )
...
Bumps MongoDB.Driver from 2.21.0 to 2.27.0.
---
updated-dependencies:
- dependency-name: MongoDB.Driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 21:44:10 +07:00
dependabot[bot]
40a8cf1c2c
Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 ( #370 )
...
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink ) from 1.1.1 to 8.0.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases )
- [Commits](https://github.com/dotnet/sourcelink/commits )
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 13:54:36 +00:00
Gregorius Soedharmo
55319ac8a9
Update RELEASE_NOTES.md for 1.5.26 release ( #382 )
2024-07-15 13:48:55 +00:00
Gregorius Soedharmo
d6083bb355
Fix CurrentEventsByTag never completes ( #379 )
...
* Fix CurrentEventsByTag never completes
* Fix off by one and empty case
2024-07-12 15:28:22 -05:00
Gregorius Soedharmo
2f423b66f1
Update dependencies ( #378 )
...
* Bump AkkaVersion to 1.5.26
* Bump AkkaHostingVersion to 1.5.25
* Bump Mongo2Go to 3.1.3
* Bump xunit to 2.9.0
* Bump xunit.runner.visualstudio to 2.8.2
2024-07-12 14:27:15 -05:00
dependabot[bot]
59ff5e80b8
Bump Akka.Persistence.Query and Akka.Streams ( #375 )
...
Bumps [Akka.Persistence.Query](https://github.com/akkadotnet/akka.net ) and [Akka.Streams](https://github.com/akkadotnet/akka.net ). These dependencies needed to be updated together.
Updates `Akka.Persistence.Query` from 1.5.13 to 1.5.18
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.13...1.5.18 )
Updates `Akka.Streams` from 1.5.13 to 1.5.18
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.13...1.5.18 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Streams
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 09:15:30 -05:00
Mike
150cf84742
Fix ( #373 ) the failure in the CurrentEventsByTag query when there are no events ( #374 )
2024-03-26 17:37:40 -05:00
dependabot[bot]
6c530d89e4
Bump xunit from 2.5.1 to 2.6.2 ( #372 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.5.1 to 2.6.2.
- [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.6.2 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 22:02:02 +00:00
dependabot[bot]
9d76c11ca6
Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 ( #369 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.7.2 to 17.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 08:06:48 -06:00
dependabot[bot]
6c28d66140
Bump Akka.Persistence.Hosting from 1.5.12.1 to 1.5.13 ( #361 )
...
Bumps [Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting ) from 1.5.12.1 to 1.5.13.
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases )
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.12.1...1.5.13 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Hosting
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:46:46 -05:00
dependabot[bot]
8304281b5a
Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 ( #360 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit ) from 2.5.0 to 2.5.1.
- [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 20:33:09 +00:00
dependabot[bot]
c5eadc07f5
Bump xunit from 2.5.0 to 2.5.1 ( #359 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.5.0 to 2.5.1.
- [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 15:19:17 -05:00
dependabot[bot]
eca2977eef
Bump AkkaVersion from 1.5.12 to 1.5.13 ( #358 )
...
Bumps `AkkaVersion` from 1.5.12 to 1.5.13.
Updates `Akka.Persistence.Query` from 1.5.12 to 1.5.13
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.12...1.5.13 )
Updates `Akka.Streams` from 1.5.12 to 1.5.13
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.12...1.5.13 )
Updates `Akka.Persistence.TCK` from 1.5.12 to 1.5.13
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.12...1.5.13 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Streams
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 20:51:03 +07:00
Gregorius Soedharmo
2e59bf7a1b
Fix missing symbol package upload ( #357 )
...
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
2023-09-18 17:19:05 +00:00
dependabot[bot]
48d84639b2
Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 ( #354 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/v2.4.5...2.5.0 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 07:54:22 -05:00
dependabot[bot]
a754fb12b4
Bump MongoDB.Driver from 2.20.0 to 2.21.0 ( #339 )
...
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver ) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases )
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.20.0...v2.21.0 )
---
updated-dependencies:
- dependency-name: MongoDB.Driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-15 17:55:36 +00:00
Gregorius Soedharmo
7aa8c9c067
Update RELEASE_NOTES.md for 1.5.12.1 release ( #349 )
2023-09-15 17:30:00 +00:00
Gregorius Soedharmo
a55c89751e
Make database transaction enabled by default ( #348 )
2023-09-15 15:57:48 +00:00
dependabot[bot]
1bef3cae08
Bump Akka.Persistence.Hosting from 1.5.12 to 1.5.12.1 ( #343 )
...
Bumps [Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting ) from 1.5.12 to 1.5.12.1.
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases )
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.12...1.5.12.1 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Hosting
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-15 15:46:30 +00:00
Gregorius Soedharmo
f10240b01c
Fix MongoDb operations to use transaction on both read and write ( #347 )
...
* Fix journal to use transaction on both read and write
* Apply transaction to snapshot store
* Code cleanup and documentation
* Fix unit test project failed to run
* Expand transaction unit test to cover all relevant unit tests
* Operations inside transaction should never be ran concurrently
2023-09-15 15:35:19 +00:00
Michael Buck
ef7bed77e9
Update RELEASE_NOTES.md for 1.5.12 release ( #334 )
...
* Initial pass at Release notes
* Updates to get ready for a potential release.
---------
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
2023-08-10 13:20:13 -05:00
dependabot[bot]
a7627b005b
Bump AkkaVersion from 1.5.11 to 1.5.12 ( #336 )
...
Bumps `AkkaVersion` from 1.5.11 to 1.5.12.
Updates `Akka.Persistence.Query` from 1.5.11 to 1.5.12
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.11...1.5.12 )
Updates `Akka.Streams` from 1.5.11 to 1.5.12
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.11...1.5.12 )
Updates `Akka.Persistence.TCK` from 1.5.11 to 1.5.12
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.11...1.5.12 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Streams
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 13:20:01 -05:00
dependabot[bot]
e29c591ef9
Bump Akka.Persistence.Hosting from 1.5.8.1 to 1.5.12 ( #337 )
...
Bumps [Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting ) from 1.5.8.1 to 1.5.12.
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases )
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.8.1...1.5.12 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Hosting
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 12:47:11 -05:00
Gregorius Soedharmo
5e4d56c4ce
Separate `Akka.Hosting` and core `Akka` version ( #335 )
2023-07-31 21:58:09 +00:00
dependabot[bot]
8acbfe583b
Bump XunitVersion from 2.4.2 to 2.5.0 ( #332 )
...
Bumps `XunitVersion` from 2.4.2 to 2.5.0.
Updates `xunit.runner.visualstudio` from 2.4.2 to 2.5.0
- [Commits](https://github.com/xunit/xunit/compare/2.4.2...2.5.0 )
Updates `xunit` from 2.4.2 to 2.5.0
- [Commits](https://github.com/xunit/xunit/compare/2.4.2...2.5.0 )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 13:07:01 +00:00
Michael Buck
7060a155db
Move to using Build Props file and central package management. ( #333 )
...
* Move to using Build props
* Common language version
* Test fix up with langversion
* Move to central package management
* white space
* Fixed
* Whitespaces standardised.
* Similar changes to other projects
* Push tests to net7.0
* Adding 3.1 back to run the core 3.1 tests
* Restore Source Link
2023-07-25 07:57:41 -05:00
dependabot[bot]
fb5d4fc96c
Bump MongoDB.Driver from 2.19.1 to 2.20.0 ( #326 )
...
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver ) from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases )
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.19.1...v2.20.0 )
---
updated-dependencies:
- dependency-name: MongoDB.Driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 15:38:01 +00:00
Michael Buck
57f005ace7
Adding Hosting Extensions for Akka.Persistence.MongoDB ( #331 )
...
* Initial start implementing hosting support
* Get the tests started. A couple still need to be done
* Bit more clean up
* Final Tests
* Whitespace clean up
* Addition of a readme
* Adding NetFrameworkTestVersion
* Changes due to not being able to use using declarations
* Clean up whitespace
And to get the build to run again
* Explicitly set the default
* Move tests into current test project
* FluentAssertions version in Common props
* Make sure that Persistence.Query default hocon configurations are loaded
* Switch to optional addition to prevent user config clobbering problem
* Improve documentation
---------
Co-authored-by: Gregorius Soedharmo <gsoedharmo@conga.com>
2023-07-17 15:28:32 +00:00
Gregorius Soedharmo
1f98a99f28
Update RELEASE_NOTES.md for 1.5.8 release ( #330 )
2023-06-30 10:29:45 -05:00
Aaron Stannard
d09db1f216
Add `CancellationToken` support to all driver calls ( #328 )
...
* added `CancellationToken` to all MongoDb driver calls
close #191 - so far, only implemented journal calls
* fixed
* updated `MongoDbSettingsSpec`
* added SnapshotStore support
* updated `README.md` to include latest HOCON settings
* fixed MongoDbJournal CTS calls
* fixed snapshotstore CTS calls
* added CTS to new index
2023-06-30 05:12:19 +07:00
Peter Huang
cf481c20b4
Added tags with ordering index ( #318 )
...
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
2023-06-29 21:08:15 +00:00
dependabot[bot]
30f30f75a4
Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.3 ( #327 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.6.1 to 17.6.3.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.3 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 19:53:42 +00:00
dependabot[bot]
9e5573297e
Bump AkkaVersion from 1.5.7 to 1.5.8 ( #325 )
...
Bumps `AkkaVersion` from 1.5.7 to 1.5.8.
Updates `Akka.Persistence.Query` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.7...1.5.8 )
Updates `akka.streams` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.7...1.5.8 )
Updates `Akka.Persistence.TCK` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.7...1.5.8 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: akka.streams
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 11:34:53 -05:00
dependabot[bot]
816b56ea5a
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.1 ( #323 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.5.0 to 17.6.1.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.5.0...v17.6.1 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 12:03:50 -05:00
Gregorius Soedharmo
c98246c500
Update RELEASE_NOTES.md for 1.5.7 release ( #322 )
2023-05-31 12:26:58 -05:00
dependabot[bot]
490fb01b3a
Bump AkkaVersion from 1.5.3 to 1.5.7 ( #320 )
...
Bumps `AkkaVersion` from 1.5.3 to 1.5.7.
Updates `Akka.Persistence.Query` from 1.5.3 to 1.5.7
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.3...1.5.7 )
Updates `akka.streams` from 1.5.3 to 1.5.7
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.3...1.5.7 )
Updates `Akka.Persistence.TCK` from 1.5.3 to 1.5.7
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: akka.streams
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 08:38:02 -05:00
dependabot[bot]
c63db827df
Bump AkkaVersion from 1.5.2 to 1.5.3 ( #314 )
...
Bumps `AkkaVersion` from 1.5.2 to 1.5.3.
Updates `Akka.Persistence.Query` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.2...1.5.3 )
Updates `akka.streams` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.2...1.5.3 )
Updates `Akka.Persistence.TCK` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.2...1.5.3 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: akka.streams
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 07:12:24 -05:00
dependabot[bot]
558d39f90f
Bump AkkaVersion from 1.5.1 to 1.5.2 ( #312 )
...
Bumps `AkkaVersion` from 1.5.1 to 1.5.2.
Updates `Akka.Persistence.Query` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.1...1.5.2 )
Updates `akka.streams` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.1...1.5.2 )
Updates `Akka.Persistence.TCK` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/akkadotnet/akka.net/releases )
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md )
- [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.1...1.5.2 )
---
updated-dependencies:
- dependency-name: Akka.Persistence.Query
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: akka.streams
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-20 21:22:55 +00:00
dependabot[bot]
38b7202e1c
Bump MongoDB.Driver from 2.19.0 to 2.19.1 ( #311 )
...
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver ) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases )
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.19.0...v2.19.1 )
---
updated-dependencies:
- dependency-name: MongoDB.Driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 09:03:42 -05:00
Aaron Stannard
16592f4ff3
Update RELEASE_NOTES.md
2023-03-24 07:19:40 -05:00