Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency nrepl/nrepl to v1.3.1 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Type Update Change
nrepl/nrepl (source) repl minor 1.0.0 -> 1.3.1

Release Notes

nrepl/nrepl (nrepl/nrepl)

v1.3.1

Compare Source

Bugs fixed
  • #​363: Pass the up-to-date msg to interruptible eval.
  • #​364: Retain explicitly added session values.

v1.3.0

Compare Source

Changes
  • #​335: Remove support for sideloading and wrap-sideloader middleware.
  • #​339: Introduce custom REPL implementation instead clojure.main/repl.
  • #​341: Make session middleware handle all dynamic bindings.
  • #​342: Make the stack of the eval handler shorter. (this makes stacktraces easier to understand)
  • #​345: Use customized executors for all asynchronous tasks.
  • #​347: Refactor print middleware to have tidier stack and use Java classes instead of proxies.
Bugs fixed
  • #​271: Fix not being able to define dynamic variables from terminal REPL.
  • #​348: Fail with helpful error if incorrect bencode is written through the transport.
  • #​356: The built-in client now prints all output.

v1.2.0

Compare Source

Changes
  • #​318: Introduce custom JVMTI agent to restore Thread.stop() (needed by the interrupt op) on JDK20+.
    • #​326: Add explicit opt-out for libnrepl agent.
  • #​323: Rewrite nrepl.bencode implementation to be more performant and use Clojure 1.7 features.
Bugs fixed
  • #​327: Prevent classloader chain from growing after each eval.

v1.1.2

Compare Source

Changes
Bugs fixed
  • #​299: Fix ClassCastException on re-connect to Unix socket.

v1.1.1

Compare Source

Bugs fixed
  • #​307: Fix issue where TLS accept loop could sometimes exit prematurely. This caused tests to hang sometimes.
  • #​311: Make --interactive option work when starting a server on a filesystem socket with --socket PATH.
Changes
  • #​304: Improve completions op by switching internally to compliment-lite. The change is mostly transparent, but should result in more accurate completion results.

v1.1.0

Compare Source

New Features
Bugs fixed
  • #​291: Fix issue with completion middleware not returning values for local class files, or .jar files on Windows.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nrepl-nrepl-1.x branch from 53f0658 to a2ed250 Compare February 20, 2024 07:43
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.1.0 Update dependency nrepl/nrepl to v1.1.1 Feb 20, 2024
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.1.1 Update dependency nrepl/nrepl to v1.1.1 - autoclosed Mar 5, 2024
@renovate renovate bot closed this Mar 5, 2024
@renovate renovate bot deleted the renovate/nrepl-nrepl-1.x branch March 5, 2024 09:09
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.1.1 - autoclosed Update dependency nrepl/nrepl to v1.1.1 Mar 5, 2024
@renovate renovate bot reopened this Mar 5, 2024
@renovate renovate bot restored the renovate/nrepl-nrepl-1.x branch March 5, 2024 12:52
@renovate renovate bot force-pushed the renovate/nrepl-nrepl-1.x branch from a2ed250 to 5f71dcd Compare March 5, 2024 12:52
@renovate renovate bot force-pushed the renovate/nrepl-nrepl-1.x branch from 5f71dcd to dccc3fa Compare May 22, 2024 12:13
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.1.1 Update dependency nrepl/nrepl to v1.1.2 May 22, 2024
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.1.2 Update dependency nrepl/nrepl to v1.2.0 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/nrepl-nrepl-1.x branch from dccc3fa to f5a1237 Compare June 10, 2024 16:59
@renovate renovate bot force-pushed the renovate/nrepl-nrepl-1.x branch from f5a1237 to a3e74ab Compare August 13, 2024 15:23
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.2.0 Update dependency nrepl/nrepl to v1.3.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/nrepl-nrepl-1.x branch from a3e74ab to 19ab0fd Compare January 1, 2025 15:20
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.3.0 Update dependency nrepl/nrepl to v1.3.1 Jan 1, 2025
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.3.1 Update dependency nrepl/nrepl to v1.3.1 - autoclosed Jan 17, 2025
@renovate renovate bot closed this Jan 17, 2025
@renovate renovate bot deleted the renovate/nrepl-nrepl-1.x branch January 17, 2025 04:18
@renovate renovate bot changed the title Update dependency nrepl/nrepl to v1.3.1 - autoclosed Update dependency nrepl/nrepl to v1.3.1 Jan 19, 2025
@renovate renovate bot reopened this Jan 19, 2025
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.

0 participants