Skip to content

Commit c2054f5

Browse files
committed
Version 2.2.0
1 parent 7ff0ed3 commit c2054f5

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

CHANGELOG.md

+21-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [2.2.0](https://github.com/joffrey-bion/krossbow/tree/2.2.0) (2021-07-27)
4+
[View commits](https://github.com/joffrey-bion/krossbow/compare/2.1.0...2.2.0)
5+
6+
**Fixed bugs:**
7+
8+
- Send frame should suspend until delivery of the message [\#125](https://github.com/joffrey-bion/krossbow/issues/125)
9+
10+
**Implemented enhancements:**
11+
12+
- Upgrade Dokka to version 1.5.0 [\#127](https://github.com/joffrey-bion/krossbow/issues/127)
13+
- Upgrade to Kotlin 1.5.21 [\#124](https://github.com/joffrey-bion/krossbow/issues/124)
14+
315
## [2.1.0](https://github.com/joffrey-bion/krossbow/tree/2.1.0) (2021-06-16)
416
[View commits](https://github.com/joffrey-bion/krossbow/compare/2.0.0...2.1.0)
517

@@ -25,11 +37,6 @@
2537
- Upgrade kotlin coroutines to 1.5.0 [\#117](https://github.com/joffrey-bion/krossbow/issues/117)
2638
- Upgrade to Kotlinx Serialization 1.2.0 [\#115](https://github.com/joffrey-bion/krossbow/issues/115)
2739
- Upgrade Kotlin to 1.5 [\#109](https://github.com/joffrey-bion/krossbow/issues/109)
28-
- Upgrade Dokka to 1.4.32 [\#113](https://github.com/joffrey-bion/krossbow/issues/113)
29-
- Upgrade Jackson to 2.12.3 [\#112](https://github.com/joffrey-bion/krossbow/issues/112)
30-
- Upgrade spring\-websocket to 5.3.6 [\#111](https://github.com/joffrey-bion/krossbow/issues/111)
31-
- Upgrade Ktor to 1.5.4 [\#110](https://github.com/joffrey-bion/krossbow/issues/110)
32-
- Upgrade Atomicfu to 0.15.0 [\#108](https://github.com/joffrey-bion/krossbow/issues/108)
3340

3441
## [1.4.0](https://github.com/joffrey-bion/krossbow/tree/1.4.0) (2021-05-11)
3542
[View commits](https://github.com/joffrey-bion/krossbow/compare/1.3.1...1.4.0)
@@ -38,6 +45,14 @@
3845

3946
- Add typealias for WebSocketSession \(renamed to WebSocketConnection\) [\#121](https://github.com/joffrey-bion/krossbow/issues/121)
4047

48+
**Implemented enhancements:**
49+
50+
- Upgrade Dokka to 1.4.32 [\#113](https://github.com/joffrey-bion/krossbow/issues/113)
51+
- Upgrade Jackson to 2.12.3 [\#112](https://github.com/joffrey-bion/krossbow/issues/112)
52+
- Upgrade spring\-websocket to 5.3.6 [\#111](https://github.com/joffrey-bion/krossbow/issues/111)
53+
- Upgrade Ktor to 1.5.4 [\#110](https://github.com/joffrey-bion/krossbow/issues/110)
54+
- Upgrade Atomicfu to 0.15.0 [\#108](https://github.com/joffrey-bion/krossbow/issues/108)
55+
4156
## [1.3.1](https://github.com/joffrey-bion/krossbow/tree/1.3.1) (2021-04-21)
4257
[View commits](https://github.com/joffrey-bion/krossbow/compare/1.3.0...1.3.1)
4358

@@ -408,7 +423,7 @@
408423
- Publish Maven artifacts on Jcenter [\#6](https://github.com/joffrey-bion/krossbow/issues/6)
409424

410425
## [0.1.0](https://github.com/joffrey-bion/krossbow/tree/0.1.0) (2019-06-23)
411-
[View commits](https://github.com/joffrey-bion/krossbow/compare/d6f464a3f31e1e2687f77d4a5c6536b89e1be875...0.1.0)
426+
[View commits](https://github.com/joffrey-bion/krossbow/compare/7ff0ed36f1be661df5b72d49c3560cd44ba9034f...0.1.0)
412427

413428
**Implemented enhancements:**
414429

0 commit comments

Comments
 (0)