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
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [0.1.4] - 2019-07-02
8
+
9
+
### Added
10
+
11
+
* Async Ring middleware support. [#10](https://github.com/clj-commons/ring-gzip-middleware/pull/10) - **[@camsaul](https://github.com/camsaul)**
12
+
13
+
### Changed
14
+
15
+
* Moved project maintenance to [CLJ Commons](https://clj-commons.org).
16
+
17
+
## [0.1.3] - 2013-09-25
18
+
19
+
### Changed
20
+
21
+
* "fast-start" the delivery of gzip-compressed bodies, and support flushing of GZIPOutputStreams on JDK7+. [#3](https://github.com/clj-commons/ring-gzip-middleware/pull/3) - **[@cemerick](https://github.com/cemerick)**
0 commit comments