Releases: vacp2p/nim-quic
Releases · vacp2p/nim-quic
v0.5.2
What's Changed
- refactor: send by @richard-ramos in #174
- fix: fire timeout by @richard-ramos in #175
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- chore(deps): remove upper bound by @vladopajic in #171
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix: no defects by @vladopajic in #163
- fix: blocked streams by @richard-ramos in #167
- chore(test): increase connectionsCount with note by @vladopajic in #154
- chore(version): bump to v0.5.0 by @vladopajic in #168
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- chore(stream): set stream data only once by @vladopajic in #151
- fix(tests): remove unittest2Compat flag by @richard-ramos in #157
- chore(streamstate): set stream data when opening stream by @vladopajic in #155
- refactor(streamstate): removed optional Stream by @vladopajic in #152
- chore(test): add test with many streams per connection by @vladopajic in #160
- feat: ack by @richard-ramos in #162
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- chore: add codeowners by @richard-ramos in #147
- fix: reduce memory trashing by
trySendby @vladopajic in #149 - feat: use BoringSSL by @richard-ramos in #140
Full Changelog: v0.2.17...v0.3.0
v0.2.16
What's Changed
- refactor(streamstate): more consistent actions when entering states by @vladopajic in #110
- chore: unused imports as errors by @vladopajic in #111
- chore(streamstate): add
switchandwritetoBaseStreamStateby @vladopajic in #112 - handle dial cancellation by @vladopajic in #113
- chore(version): bump to v0.2.16 by @vladopajic in #114
Full Changelog: v0.2.15...v0.2.16
v0.2.17
What's Changed
- fix(stream): synchronize write by @vladopajic in #116
- refactor: remove framesorter by @vladopajic in #118
- chore(test): add different client-server usecases by @vladopajic in #119
- chore: reduce memory allocation by reducing getMessage calls by @vladopajic in #121
- chore: make datagram ref object by @vladopajic in #124
- chore: add parseDatagramDestination by @vladopajic in #122
- chore: connection buffering improvement by @vladopajic in #125
- test(perf): improvements by @vladopajic in #123
- chore: add newSeqUninit template by @vladopajic in #126
- chore: async errors cleanup by @vladopajic in #127
- chore(readme): updated by @vladopajic in #128
- chore: receive should not raise error by @vladopajic in #129
- fix: stop opening stream after connection closes by @vladopajic in #132
- refactor(streamstate): list raised errors by @vladopajic in #133
- fix: compile time warnings by @vladopajic in #134
- refactor(conn state): specify raised error and fix for method overriding by @vladopajic in #137
- fix: close conn after timeout by @vladopajic in #139
- chore(test): add api tests when other side closes/drops connection by @vladopajic in #146
- chore: specify raised errors by @vladopajic in #141
- chore(version): bump to v0.2.17 by @vladopajic in #144
Full Changelog: v2.0.16...v0.2.17
v0.2.15
v0.2.14
What's Changed
- refactor: stream state by @vladopajic in #96
- test(ci): split test job into compile and run steps by @vladopajic in #98
- fix: sending datagram by @vladopajic in #104
Full Changelog: v0.2.13...v0.2.14
v0.2.13
What's Changed
- fix(framesorter): send eof always by @vladopajic in #94
Full Changelog: v0.2.12...v0.2.13