Skip to content

Commit

Permalink
Release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Aug 18, 2021
1 parent ef9b578 commit 3afcc17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Changelog

## Next Version
## v0.12 - 2021-08-18

- special matching options for GraphQL
- improve OAS converter
- have a mark for "unhandled" entries in traffic log, allow adding these entries to config with one click
- fix issue of unhandled traffic JSON shown as base64


## v0.11 - 2021-07-09

- Add `amqpProperties` option for async
Expand Down Expand Up @@ -165,6 +164,7 @@
## Management API/UI

- save modified config in mgmtUI somehow to disk
- have a UI switch of YAML/JSON for /config and /unhandled
- find solution better than querying traffic log each second
- In unhandled tab, height: calc(100vh - 150px); does not work well when text is long
- upon navigating between mgmt UI tabs, refresh unhandled, stats
Expand All @@ -179,7 +179,6 @@
- Tornado has auto-multicpu startup mode, use it optionally with CLI arg/env var
- test the performance of ourself and optimize it


- support fragment same way we support query string - both in `path` and as standalone `fragment` option
- add support of array/list parameters on query strings like
`/service2q?a=b&a=c` or `/service2q?a[]=b&a[]=c` and form data with multiple values for the same key to the request
Expand Down
2 changes: 1 addition & 1 deletion mockintosh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from prance import ValidationError
from prance.util.url import ResolutionError

__version__ = "0.11"
__version__ = "0.12"
__location__ = path.abspath(path.dirname(__file__))

should_cov = environ.get('COVERAGE_PROCESS_START', False)
Expand Down

0 comments on commit 3afcc17

Please sign in to comment.