Skip to content

Releases: hudl/Mjolnir

v2.1.0

04 Dec 14:34
Compare
Choose a tag to compare
  • #29 Introduce Hudl.Mjolnir.Attributes package

    The [Command] attribute has been pulled into its own lightweight, zero-dependency package. This allows use of the attribute without forcing any transitive dependencies. Assemblies that use the attribute can be loaded into applications that use Hudl.Mjolnir proper, and it will correctly wrap those attribute-marked classes when used with CommandInterceptor.CreateProxy.

v2.0.1

27 Jun 05:02
Compare
Choose a tag to compare
  • #23 Add "Thanks" section to README
  • #23 Minor copy changes in README
  • #24 Deliver SmartThreadPool DLL and PDB with nupkg
  • #25 Fix license link in .nuspec

v2.0.0

17 Jun 01:42
Compare
Choose a tag to compare

Make Mjolnir a public project.

  • Remove a lot of dependencies and references
  • Make statistics implementation injectable
  • Remove quite a few noisy statistics events
  • Remove unused code and test webapp projects
  • Better, more thorough documentation