45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown
<!-- markdownlint-disable no-duplicate-heading no-multiple-blanks -->
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
[//]: # (DO-NOT-REMOVE-versioning-promise-START)
|
|
|
|
```{note}
|
|
The change notes follow [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
except for the title formatting, and this project adheres to [Semantic
|
|
Versioning](https://semver.org/spec/v2.0.0.html).
|
|
```
|
|
|
|
<!--
|
|
Do *NOT* manually add changelog entries here!
|
|
This changelog is managed by Towncrier and is built at release time.
|
|
See https://proxypy.rtfd.io/en/latest/contributing/guidelines#adding-change-notes-with-your-prs
|
|
for details. Or read
|
|
https://github.com/ansible/ansible-language-server/tree/main/docs/changelog-fragments.d#adding-change-notes-with-your-prs
|
|
-->
|
|
|
|
<!-- towncrier release notes start -->
|
|
|
|
|
|
## v2.x
|
|
|
|
- No longer ~~a single file module~~.
|
|
- Added support for threadless execution.
|
|
- Added dashboard app.
|
|
- Added support for unit testing.
|
|
|
|
## v1.x
|
|
|
|
- `Python3` only.
|
|
- Deprecated support for ~~Python 2.x~~.
|
|
- Added support multi core accept.
|
|
- Added plugin support.
|
|
|
|
## v0.x
|
|
|
|
- Single file.
|
|
- Single threaded server.
|
|
|
|
For detailed changelog refer to release PRs or commit history.
|