diff --git a/docs/Changelog.md b/docs/Changelog.md index 869a2247a..8cf664730 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,19 @@ # Changelog -## v0.9 +## v0.9 - 2021-05-04 + +1. Mock Actors implementation for Kafka + - on schedule producer + - on demand producer + - reactive consumer+producer + - consumer fact validation +2. Display timestamps in traffic log, instead of offset +3. Introduce `env` function for templating +4. Do not respond with Content-Type=text/html if no content-type header is configured +5. Make `MOCKINTOSH_FORCE_PORT` to work always +6. CLI argument to set the tag enabled, forbid comma in tag name +7. Alternative base directory for resource files via `MOCKINTOSH_DATA_DIR` +8. Fix missing `request.path.` support in templating ## v0.8.2 - 2021-04-07 @@ -114,23 +127,6 @@ # Next Version -1. Mock Actors implementation for Kafka - - on schedule producer - - on demand producer - - reactive consumer+producer - - consumer fact validation -2. Display timestamps in traffic log, instead of offset -3. Introduce `env` function for templating -4. Do not respond with Content-Type=text/html if no content-type header is configured -5. Make `MOCKINTOSH_FORCE_PORT` to work always -6. CLI argument to set the tag enabled, forbid comma in tag name -7. Alternative base directory for resource files via `MOCKINTOSH_DATA_DIR` -8. Fix missing `request.path.` support in templating - -TODO: -- config reloading to work - - # Roadmap Ideas ## Async Mock Actors diff --git a/docs/Management.md b/docs/Management.md index 50aac1052..0d444528b 100644 --- a/docs/Management.md +++ b/docs/Management.md @@ -18,7 +18,7 @@ management: # sslKeyFile: "subdir/key.pem", ``` -Uncommenting SSL settings will enable SSL on that port, just like with [service's SSL settings](#ssl-support). +Uncommenting SSL settings will enable SSL on that port, just like with [service's SSL settings](Configuring.md#ssl-support). You can access global API of above settings via url like `http://localhost:8000`. @@ -62,7 +62,7 @@ You can reset these stats by issuing `DELETE` call on same path. ## Resetting Iterators -- You can reset positions of [dataset](#datasets) and [multi-response](#multiple-responses) endpoints, by +- You can reset positions of [dataset](Configuring.md#datasets) and [multi-response](Configuring.md#multiple-responses) endpoints, by issuing `POST /reset-iterators` request. ## Unhandled Requests