- Added async server interface support in `start-server!` with a client work abstraction.
- Implemented the async Blender nREPL server directly in Basilisp.
- Enhanced error handling to return errors at the interface layer.
- Introduced the nREPL server control panel UI component.
- Upgraded Basilisp to 0.2.4.
- Improved on the nREPL server exception messages by matching that of the REPL user friendly format, backported from [basilisp973](https://github.com/basilisp-lang/basilisp/pull/973).
- Fix incorrect line numbers for compiler exceptions in nREPL when evaluating forms in loaded files, backported from [basilisp1038](https://github.com/basilisp-lang/basilisp/pull/1038).
- nREPL server no longer sends ANSI color escape sequences in exception messages to clients, backported from [basilisp1040](https://github.com/basilisp-lang/basilisp/pull/1040).
- Conform to the `cider-nrepl` `info` ops spec by ensuring result's `:file` is URI, also added missing :column number, backported from [basilisp1068](https://github.com/basilisp-lang/basilisp/pull/1068).