Skip to content

Release-0.5.1

Compare
Choose a tag to compare
@codemercenary codemercenary released this 27 Mar 00:24
· 1743 commits to master since this release

Mainly a bugfix release, but there are a few new features

  • #460 made ContextMap an enumerable type--you can use it in range-based for loops now!
  • #462 fixes a defect with CoreContext::SignalShutdown incorrectly waiting on child contexts
  • #459 makes JunctionBox issues easier to diagnose
  • #463 and #464 fix a really bad bug that was causing autowired fields to be inconsistently identified
  • #458 changes the internal mechanics of AutoConfig
  • #465 makes AutowiringEnclosure a bit more tolerant to slow-to-shutdown unit tests
  • #468 makes ContextEnumerator::iterator a fully compatible ForwardIterator