Skip to content

Commit

Permalink
v1.16.1 2021-01-31
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 31, 2021
1 parent 65b3932 commit 22706be
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v1.16.1 - 2021 Jan 31

```clojure
[com.taoensso/sente "1.16.1"]
```

> This is a **minor maintenance release**.
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies.
### Fixes since `1.16.0`

- [#385] Fix: pass ring-req to authorized?-fn (@viesti)

### New since `1.16.0`

- chsk server: add `:?unauthorized-fn` option


## v1.16.0 - 2020 Sep 19

```clojure
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/sente "1.16.0"] ; See CHANGELOG for details
[com.taoensso/sente "1.16.1"] ; See CHANGELOG for details
```

> See [here](https://taoensso.com/clojure/backers) if you're interested in helping support my open-source work, thanks! - Peter Taoussanis
Expand Down Expand Up @@ -53,8 +53,8 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/sente "1.16.0"] ; or
deps.edn: com.taoensso/sente {:mvn/version "1.16.0"}
Leiningen: [com.taoensso/sente "1.16.1"] ; or
deps.edn: com.taoensso/sente {:mvn/version "1.16.1"}
```

### On the server (Clojure) side
Expand Down
2 changes: 1 addition & 1 deletion example-project/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso.examples/sente "1.16.0"
(defproject com.taoensso.examples/sente "1.16.1"
:description "Sente, reference web-app example project"
:url "https://github.com/ptaoussanis/sente"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/sente "1.16.0"
(defproject com.taoensso/sente "1.16.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms for Clojure/Script"
:url "https://github.com/ptaoussanis/sente"
Expand Down

0 comments on commit 22706be

Please sign in to comment.