Skip to content

Releases: M0dEx/quincy

0.4.1

13 Nov 16:31
a252300
Compare
Choose a tag to compare

What's Changed

Changes

  • feat: use nightly async traits by @M0dEx in #27

Full Changelog: 0.4.0...0.4.1

0.4.0

13 Nov 15:42
e310b61
Compare
Choose a tag to compare

What's Changed

Changes

  • refactor: add interface trait by @M0dEx in #26
  • refactor: add support for IPv6 sockets by @M0dEx in #26

Full Changelog: 0.3.1...0.4.0

0.3.1

10 Nov 21:03
7688cd5
Compare
Choose a tag to compare

What's Changed

Changes

Full Changelog: 0.2.4...0.3.1

0.2.4

26 Sep 14:19
6dfeb1a
Compare
Choose a tag to compare

What's Changed

Changes

  • fix(client): fetch maximum datagram size after TUN read by @M0dEx in #24

Full Changelog: 0.2.3...0.2.4

0.2.3

26 Sep 13:57
b5ad2fe
Compare
Choose a tag to compare

What's Changed

Changes

  • fix(client): handle errors in traffic tasks using tokio::select! by @M0dEx in #23

Full Changelog: 0.2.2...0.2.3

0.2.2

21 Sep 18:18
6ccda60
Compare
Choose a tag to compare

What's Changed

Changes

  • chore(deps): update quinn-proto and other dependencies by @M0dEx in #22

Full Changelog: 0.2.1...0.2.2

0.2.1

07 Sep 20:55
c575daa
Compare
Choose a tag to compare

What's Changed

Changes

  • fix(client, tunnel): specify maximum datagram size by @M0dEx in #21

Full Changelog: 0.2.0...0.2.1

0.2.0

31 Aug 18:52
8a5f5da
Compare
Choose a tag to compare

What's Changed

Changes

  • feat(*): cleanup unneeded dependencies by @M0dEx in #12
  • ci(workflow/release): add linux binaries to release workflow by @M0dEx in #16
  • refactor(auth): remove manual session keeping by @M0dEx in #17

Dependencies

  • chore(deps): bump rustls-webpki from 0.101.2 to 0.101.4 by @dependabot in #14

New Contributors

Full Changelog: 0.1.6...0.2.0

0.1.6

05 Jul 18:44
05b86b1
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

107cf33 - docs(README/certificates): add certificate documentation
f386b76 - refactor(*): unify log messages and levels + misc improvements

0.1.5

25 Jun 22:09
70513f8
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

70ab86c - feat(cargo): rename binaries
a9caae5 - feat(tunnel): log accepted connections