Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 29, 2021

Bumps jedi-language-server from 0.30.2 to 0.33.1.

Release notes

Sourced from jedi-language-server's releases.

Version 0.33.1

Added

  • Support for serving content over web sockets.

Version 0.33.0

Changed

  • Now support all Python 3.6 versions; we don't need to constrain our runtime requirements to anything less than 3.6 because only our development dependencies require Python > 3.6.0.
  • Updated pygls to 0.11.0.

Version 0.32.0

Added

  • Initialization options to granularly disable names and full names for hover operations based on their Jedi type. This is useful because some text editors will automatically send hover requests when a user pauses their cursor over text and the large amount of information can get annoying for some users. Resolves: pappasam/jedi-language-server#147. Jedi types are currently: module, class, instance, function, param, path, keyword, property, and statement.
  • Initialization option to disable hover entirely. If enable is set to false, the hover language feature will not be registered. May consider adding something similar to most language server features if this proves useful.

Changed

  • In Hover, Path has been renamed to Full name, which is more accurate and is directly tied to the hover disabling options.
  • Restrict Python version support to >= 3.6.2. Upgraded development dependencies. Latest black doesn't support Python < 3.6.2, so to keep things simple here we're now not supporting Python versions below that version either.

Version 0.31.2

Fixed

  • Docstring now presents same information as before, but organized more-tersely, (arguably) more clearly, and with much better markdown syntax support. For example, the name / signature has been pulled out from the main docstring and wrapped in python triple backticks while the docstring is conditionally replaced with the description where relevant.

Version 0.31.1

Fixed

  • get_type_hint is now wrapped in general Exception. It's more broken than thought, so we'll prevent this from bubbling up to users.
  • Conditionally show markdown. If users / editors want to prefer plaintext, we won't return markdown-formatted titles for the hover text

Version 0.31.0

Changed

  • Markdown text that is not recognized by docstring-to-markdown is no longer automatically wrapped in a code block. I found that, more often than not, this resulted in annoying formatting for me.
  • Hover text now displays a lot more information, taking advantage of Jedi's Name methods and properties. Information now includes the module path to the name, the description, and an inferred type hint in addition to the docstring. This is all formatted with markdown so it looks pretty.

Version 0.30.3

Fixed

RenameFile now works correctly: kind now correctly passed to RenameFile due to recently-released pygls updates. Minimum pygls version now 0.10.3.

Changelog

Sourced from jedi-language-server's changelog.

0.33.1

Added

  • Support for serving content over web sockets.

0.33.0

Changed

  • Now support all Python 3.6 versions; we don't need to constrain our runtime requirements to anything less than 3.6 because only our development dependencies require Python > 3.6.0.
  • Updated pygls to latest version.

0.32.0

Added

  • Initialization options to granularly disable names and full names for hover operations based on their Jedi type. This is useful because some text editors will automatically send hover requests when a user pauses their cursor over text and the large amount of information can get annoying for some users. Resolves: pappasam/jedi-language-server#147. Jedi types are currently: module, class, instance, function, param, path, keyword, property, and statement.
  • Initialization option to disable hover entirely. If enable is set to false, the hover language feature will not be registered. May consider adding something similar to most language server features if this proves useful.

Changed

  • In Hover, Path has been renamed to Full name, which is more accurate and is directly tied to the hover disabling options.
  • Restrict Python version support to >= 3.6.2. Upgraded development dependencies. Latest black doesn't support Python < 3.6.2, so to keep things simple here we're now not supporting Python versions below that version either.

0.31.2

Fixed

  • Docstring now presents same information as before, but organized more-tersely, (arguably) more clearly, and with much better markdown syntax support. For example, the name / signature has been pulled out from the main docstring and wrapped in python triple back ticks while the docstring is conditionally replaced with the description where relevant.

0.31.1

Fixed

  • get_type_hint is now wrapped in general Exception. It's more broken than thought, so we'll prevent this from bubbling up to users.
  • Conditionally show markdown. If users / editors want to prefer plaintext, we won't return markdown-formatted titles for the hover text

0.31.0

Changed

  • Markdown text that is not recognized by docstring-to-markdown is no longer automatically wrapped in a code block. I found that, more often than not, this resulted in annoying formatting for me.
  • Hover text now displays a lot more information, taking advantage of Jedi's Name methods and properties. Information now includes the module path to the name, the description, and an inferred type hint in addition to the docstring. This is all formatted with markdown so it looks pretty.

0.30.3

Fixed

RenameFile now works correctly: kind now correctly passed to RenameFile due to recently-released pygls updates. Minimum pygls version now 0.10.3.

Commits
  • 13297ba Merge pull request #154 from pappasam/add-web-sockets
  • ee6c1b0 Update cli docs / readme and make release
  • 8805a1f Add web socket support
  • befaecd Per @​dimbleby, add example for interactive cli use
  • 3c1ff65 Actually update version to 0.33.0
  • b14f62a Handle Python 3.6+, update version / changelog
  • 2257277 Merge pull request #151 from dimbleby/update-dependencies
  • 6b94b17 update dependencies
  • 2bb38c6 Fix case of full_names (fullNames) in README
  • 1390c3b Merge pull request #149 from pappasam/hover-filter
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 8, 2021

Superseded by #14.

@dependabot dependabot bot closed this Jul 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/jedi-language-server-0.33.1 branch July 8, 2021 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant