You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-\[new]\[#476] Make it easier to test server restarts \[f292180b]
15
15
-\[new]\[#474] Add UUID support to [Msgpack packer](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.msgpack) (@jrgvf) \[2fdd8f82]
16
-
*\[doc] Add [packer info](https://github.com/taoensso/sente/wiki/5-Packers) to wiki \[08dc349c]
17
-
*\[mod] Drop Clojure v1.10 testing \[648ac31d]
16
+
-\[doc] Add [packer info](https://github.com/taoensso/sente/wiki/5-Packers) to wiki \[08dc349c]
|[edn](https://github.com/edn-format/edn)|[Link](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.edn)| Text |Default, mature|
7
+
|[edn](https://github.com/edn-format/edn)|[Link](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.edn)| Text |Mature, default|
8
8
|[Transit](https://github.com/cognitect/transit-format)|[Link](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.transit)| Text (JSON) | Mature |
9
9
|[MessagePack](https://msgpack.org/index.html)|[Link](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.msgpack)| Binary | New high-speed implementation |
10
10
|[gzip](https://en.wikipedia.org/wiki/Gzip)|[Link](https://cljdoc.org/d/com.taoensso/sente/CURRENT/api/taoensso.sente.packers.gzip)| Text+Binary | Wraps any other packer |
@@ -27,7 +27,7 @@ To use a packer you'll import it and provide it as an option to **both** your Se
Sente's [Reference example](https://github.com/taoensso/sente/tree/master/example-project)project also allows you to easily switch between different packers for testing, etc.
67
+
Sente's [Reference example](https://github.com/taoensso/sente/tree/master/example-project) also allows you to easily switch between different packers for testing, etc.
0 commit comments