Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Releases: Uma-Tech/parrot

1.1.0 - Disable logs by default

17 Mar 23:32
7315ed3

Choose a tag to compare

1.1.0 - Disable logs by default

Important changes

  • Disable the log for a specific stub #110

Updating dependencies

  • django-simpleui from 2021.1.1 to 2021.3 #106
  • django-extensions from 3.1.0 to 3.1.1 #101
  • pytest-cov from 2.10.1 to 2.11.1 #96
  • pytest from 6.2.1 to 6.2.2 #97
  • uvicorn from 0.13.2 to 0.13.4 #105
  • django from 3.1.4 to 3.1.7 #104
  • flake8-annotations-coverage from 0.0.4 to 0.0.5 #94
  • ipython from 7.19.0 to 7.21.0 #107

1.0.1 - Improving docs

27 Dec 20:46
293a40a

Choose a tag to compare

Important changes

  • Improving docs #91

Updating dependencies

  • django-simpleui from 2020.9.26 to 2021.1.1 #80
  • pytest from 6.1.2 to 6.2.1 #88
  • uvicorn from 0.12.3 to 0.13.2 #89

1.0.0 - First stable release

25 Dec 15:05
db1b783

Choose a tag to compare

1.0.0 - First stable release

New functionality

  • Custom script for each request #70

Bug fixes

  • Fix absolute request url in HttpStubAdmin with regex #78

Minor improvements

  • Fix lgtm alert #90
  • Improves deploy #85
  • Display headers in column #46
  • Formatting request body #52

0.1.10 - Fix a simpleui bug

03 Dec 22:13
ded4948

Choose a tag to compare

0.1.10

  • Fixed issue with Vue breaking on log entries #79

0.1.9 - Minor fixes

02 Dec 18:48
6a84d6b

Choose a tag to compare

0.1.9

  • Fixed enormously long logs page loading time #75
  • Added django-extensions and ipython for ease of development #74

0.1.8 - Fixed bug in regex stubs

18 Nov 15:21
94d877b

Choose a tag to compare

0.1.8

  • Fixed regex stubs with query args #69

0.1.7 - Fix build

18 Nov 12:25
50ccfdc

Choose a tag to compare

0.1.7

  • Fix build #66

0.1.6 - Minor changes and bugfixes

18 Nov 11:28
7890fca

Choose a tag to compare

0.1.6

  • Changed max_length for LogEntry.path #65
  • Move django secret key to env vars #61
  • Added reading environment from the .env file #60

0.1.5 - Add a new envvar

09 Nov 09:29
b9af9f2

Choose a tag to compare

0.1.5

  • Add PARROT_ALLOWED_HOSTS env var #63

0.1.4 - Remove inline logs

08 Nov 23:02
aff722c

Choose a tag to compare

0.1.4

  • Remove inline logs from http-stub page #58