- The new `djp.Position(middleware, before=other_middleware)` and `djp.Position(middleware, after=other_middleware)` marks ([documented here](https://djp.readthedocs.io/en/latest/plugin_hooks.html#middleware)) can now be used to cause middleware to be inserted in an exact position relative to other middleware. [10](https://github.com/simonw/djp/issues/10)