Skip to content

Releases: vpcarlos/profyle

0.3.0

19 Apr 14:50
4810b50
Compare
Choose a tag to compare

Feature

  • Support to Django

Maintenance

  • Upgrade viztracer version

0.2.0

17 Oct 18:12
22a7a1c
Compare
Choose a tag to compare

Features

  • Add new options to start command: --port, --host
  • Add new ProfyleMiddleware options: max_stack_depth and min_duration

More info about new options on the README

Fix

  • Bug related to he file view

Maintenance

  • Add unit testing
  • Update README

0.1.0

15 Oct 13:58
9529173
Compare
Choose a tag to compare

Breaking changes ⚠️

ProfyleMiddleware import

  • from profyle import ProfyleFastApiMiddleware (deprecated)
  • from profyle.fastapi import ProfyleMiddleware (new)

Features

  • Add remove trace option

Maintenance

  • Remove unnecessary temporary file creation on each request
  • Update Vistracer version
  • Remove bootstrap library
  • Add tailwind css
  • Refactor Interface styles
  • Add new images
  • Update docs

0.0.15

16 Apr 17:23
1a6c57c
Compare
Choose a tag to compare
  • Refactor project structure
  • Add pattern parameter

0.0.14

13 Apr 06:36
abdaa0d
Compare
Choose a tag to compare

Fix typo and description

0.0.13

11 Apr 19:04
31c6ef2
Compare
Choose a tag to compare

FastApi middleware

  • Track also query params

0.0.12

10 Apr 07:32
519ea55
Compare
Choose a tag to compare

Add support to flask