Skip to content

Releases: uriyyo/pycharm-evaluate-async-code

1.26

23 Aug 15:02
ffe85b0

Choose a tag to compare

  • Fix issue with AsyncPyDebugConsoleRunnerFactory extension declaration.

1.25

14 Jul 10:44

Choose a tag to compare

  • Update async-eval version (fix pypy integration issue).

1.24

06 Mar 14:12

Choose a tag to compare

  • Add initial trio integration.
  • Bump minimal java version to 11.

1.23

14 Jun 07:59

Choose a tag to compare

  • Switch to next version of async-eval that no longer uses nest-asyncio library. commit

1.22

24 Jan 09:40

Choose a tag to compare

  • Fix issue when plugin is not being applied automatically. #56

1.21

22 Dec 08:53

Choose a tag to compare

  • Bump async-eval version.
  • Remove usage of experimental API.

1.20

10 Aug 07:24

Choose a tag to compare

  • Add the ability to use docker and docker-compose interpretators
  • Fix console with frameworks (django, flask, .etc)
  • Fix console integration
  • Fix DeprecationWarning: There is no current event loop issue

1.19

29 Dec 14:47

Choose a tag to compare

  • Fix compatibility issue with 2021.3 version.

1.18

05 Oct 22:06

Choose a tag to compare

  • Fix issue when nest-asyncio apply function was set to noop function.

1.17

30 Aug 07:13

Choose a tag to compare

  • Fix issue when nest-asyncio was required to evaluate async expressions.