Skip to content

Commit 7cfa8de

Browse files
committed
Release 0.3.1
1 parent cdcd193 commit 7cfa8de

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
= Changelog
22

3+
== 0.3.1 (2026-07-09)
4+
5+
* Update dependencies: nREPL 1.7.0, Ring 1.15.5, Cheshire 6.2.0.
6+
* https://github.com/nrepl/drawbridge/issues/10[#10]: Throttle client polling to avoid flooding the server with GET requests.
7+
* Replace deprecated `compojure.handler/api` with explicit Ring middleware.
8+
39
== 0.3.0 (2026-02-19)
410

511
* Update all dependencies to current versions.

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Drawbridge is available in Clojars. Add this `:dependency` to your Leiningen
3434

3535
[source,clojure]
3636
----
37-
[nrepl/drawbridge "0.3.0"]
37+
[nrepl/drawbridge "0.3.1"]
3838
----
3939

4040
Or, add this to your `deps.edn`:
4141

4242
[source,clojure]
4343
----
44-
nrepl/drawbridge {:mvn/version "0.3.0"}
44+
nrepl/drawbridge {:mvn/version "0.3.1"}
4545
----
4646

4747
Or, add this to your Maven project's `pom.xml`:
@@ -56,7 +56,7 @@ Or, add this to your Maven project's `pom.xml`:
5656
<dependency>
5757
<groupId>nrepl</groupId>
5858
<artifactId>drawbridge</artifactId>
59-
<version>0.3.0</version>
59+
<version>0.3.1</version>
6060
</dependency>
6161
----
6262

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nrepl/drawbridge "0.3.0"
1+
(defproject nrepl/drawbridge "0.3.1"
22
:description "HTTP transport support for Clojure's nREPL implemented as a Ring handler."
33
:url "http://github.com/nrepl/drawbridge"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)