Skip to content

Releases: asimmon/ephemeral-mongo

1.1.3

30 Aug 01:25
dda10a9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update nuget dependencies by @asimmon in #32
  • chore(deps): update dependency dotnet-sdk to v6.0.413 by @asimmon in #40
  • Added support for MongoDB 7 and Ubuntu 22.04 by @asimmon in #43

Full Changelog: 1.1.2...1.1.3

1.1.2

02 Jul 04:52
3dd9ed7
Compare
Choose a tag to compare

What's Changed

  • Preserve unchanged runtime files on build by @asimmon in #39

Full Changelog: 1.1.1...1.1.2

1.1.1

02 Jul 04:30
6af3d21
Compare
Choose a tag to compare

What's Changed

  • Testing and .NET SDK dependencies upgrade on Windows by @asimmon in #37
    • Disabled macOS job because of recent GitHub agent updates (still validating executables integrity)
  • Updated current MongoDB versions by @asimmon in #38
    • MongoDB 4.4.19 to 4.4.22
    • MongoDB 5.0.15 to 5.0.18
    • MongoDB 6.0.4 to 6.0.7

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Mar 02:38
0fb2044
Compare
Choose a tag to compare

What's Changed

  • Bump MongoDB.Driver from 2.12.0 to 2.19.0 in /src/EphemeralMongo.Core by @dependabot in #23
  • Added Semgrep code analysis and Renovate workflows by @asimmon in #26
  • chore(deps): update pipeline dependencies (major) by @asimmon in #29
  • chore(deps): update nuget dependencies by @asimmon in #27
  • chore(deps): update dependency cake.frosting to v3 by @asimmon in #28
  • Ensure MongoDB child processes are killed when current process is prematurely killed by @asimmon in #25
  • Updated README by @asimmon in #30

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

22 Feb 06:03
ff9b958
Compare
Choose a tag to compare

What's Changed

  • Update shields.io badge url in README.md by @evan-cohen in #17
  • Update MongoDB to latest community versions available by @asimmon in #19
    • MongoDB 4.4.17 to 4.4.18
    • MongoDB 5.0.13 to 5.0.14
    • MongoDB 6.0.2 to 6.0.4
  • Update README.md by @asimmon in #20 and #21

New Contributors

Full Changelog: 0.1.3...1.0.0

0.1.3

11 Oct 03:17
d11afc3
Compare
Choose a tag to compare

What's Changed

  • Use Microsoft.CodeAnalysis.PublicApiAnalyzers to track public APIs changes by @asimmon in #7
  • Copy options to prevent options modifications after initialization by @asimmon in #9
  • Initialize the replica set in a background task and wait on the main thread by @asimmon in #10
  • Try to gracefully stop mongod by using shutdown command before killing the process by @asimmon in #11
  • Exposing a port in options. by @rdcm in #8
  • Updated README by @asimmon in #12
  • Updated MongoDB binaries:
    • MongoDB 4.4.15 updated to 4.4.17
    • MongoDB 5.0.10 updated to 5.0.13
    • MongoDB 6.0.0 updated to 6.0.2

New Contributors

  • @rdcm made their first contribution in #8

Full Changelog: 0.1.2...0.1.3

0.1.2

05 Aug 05:40
331c510
Compare
Choose a tag to compare

What's Changed

  • Escape paths in process arguments by @asimmon in #6

Full Changelog: 0.1.1...0.1.2

0.1.1

02 Aug 02:38
Compare
Choose a tag to compare

What's Changed

  • Use EphemeralMongo as root namespace in core library by @asimmon in #4
  • Make sure to delete the data directory if the runner fails to start

Full Changelog: 0.1.0...0.1.1

0.1.0

31 Jul 17:12
Compare
Choose a tag to compare

Initial release