8000 Releases Β· v2fly/v2ray-core Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: v2fly/v2ray-core

v5.36.0

03 Jul 17:16
b1701bc
Compare
Choose a tag to compare
v5.36.0 Pre-release
Pre-release

New Features

  • Add TLSMirror looks like TLS censorship resistant transport protocol as a developer preview transport in #3437
  • proxy dns with NOTIMP error by @rp-hello in #2954

Chores

  • Chore: bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0 by @dependabot in #3438
  • Regenerate protocol buffer files
  • Adjust unit test time in CI

New Contributors

Full Changelog: v5.35.0...v5.36.0

v5.35.0

30 Jun 06:21
248cba4
Compare
Choose a tag to compare

New Features

  • fix false success from SOCKS server when Dispatch() fails by @basinilya in #3431
  • HTTP inbound: Directly forward plain HTTP 1xx response header by @Fangliding in #3434

Chores

  • Update quic version to v0.53.0 in #3435

New Contributors

Full Changelog: v5.34.0...v5.35.0

v5.34.0

26 Jun 12:49
6eb00be
Compare
Choose a tag to compare

New Features

  • add a option to override domain used to query https record by @rhjdvsgsgks in #3421

Chores

  • Chore: bump google.golang.org/grpc from 1.72.1 to 1.73.0 by @dependabot in #3425
  • Chore: bump golang.org/x/crypto from 0.38.0 to 0.39.0 by @dependabot in #3424
  • Chore: bump github.com/cloudflare/circl from 1.5.0 to 1.6.1 by @dependabot in #3428
  • Chore: bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot in #3426
  • Chore: bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 by @dependabot in #3430

New Contributors

Full Changelog: v5.33.0...v5.34.0

v5.33.0

26 May 22:26
9844b50
Compare
Choose a tag to compare

QUIC transport has received a feature update from upstream to bypass a known kind of censorship.

Fixes

Chores

  • Chore: bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 by @dependabot in #3413

Full Changelog: v5.32.0...v5.33.0

v5.32.0

17 May 21:08
a4f28a2
Compare
Choose a tag to compare

Fixes

Chore

  • Chore: bump github.com/refraction-networking/utls from 1.7.1 to 1.7.3 by @dependabot in #3409
  • Chore: bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in #3408
  • Chore: bump lukechampine.com/blake3 from 1.4.0 to 1.4.1 by @dependabot in #3405
  • Chore: bump github.com/miekg/dns from 1.1.65 to 1.1.66 by @dependabot in #3403
  • Chore: bump golang.org/x/crypto from 0.37.0 to 0.38.0 by @dependabot in #3401
  • Chore: bump github.com/pires/go-proxyproto from 0.8.0 to 0.8.1 by @dependabot in #3397
  • Chore: bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot in #3400
  • Update linter version

Full Changelog: v5.31.0...v5.32.0

v5.31.0

28 Apr 14:06
28f5586
Compare
Choose a tag to compare

This is a maintenance release contains a security update for utls.

Security Update

  • Update utls version to v1.7.1 in 5910b33

Chores

  • Chore: bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in #3371
  • Chore: bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #3372
  • Chore: bump github.com/miekg/dns from 1.1.64 to 1.1.65 by @dependabot in #3375
  • Chore: bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #3386
  • Chore: bump github.com/quic-go/quic-go from 0.50.1 to 0.51.0 by @dependabot in #3387

Full Changelog: v5.30.0...v5.31.0

v5.30.0

06 Apr 18:14
db2cea2
Compare
Choose a tag to compare

New Features

  • Add Dns Proxy Response TTL Control in #3323

Fixes

  • fix call newError Base with a nil value error err by @alingse in #3365

Chores

  • Update Golang toolchain to 1.24
  • Update various dependencies

Full Changelog: v5.29.3...v5.30.0

v5.29.3

23 Mar 18:21
2b4546a
Compare
Choose a tag to compare

(We are current evaluating a fix to a known issue. *3)
(It seems #3316 is fixed.)

New Features

  • Enable restricted mode load for http protocol client in #3315

Fixes

  • Correctly implement QUIC sniffer when handling multiple initial packets by @Vigilans in #3310
  • Fix unreleased cache buffer in QUIC sniffing by @Vigilans in #3320
  • A temporary testing fix for the buffer corruption issue in #3331
  • QUIC Sniffer Restructure #3360

Full Changelog: v5.28.0...v5.29.2

v5.29.2

27 Feb 14:34
77d2d1b
Compare
Choose a tag to compare
v5.29.2 Pre-release
Pre-release

(We are current evaluating a fix to a known issue. *2)

New Features

  • Enable restricted mode load for http protocol client in #3315

Fixes

  • Correctly implement QUIC sniffer when handling multiple initial packets by @Vigilans in #3310
  • Fix unreleased cache buffer in QUIC sniffing by @Vigilans in #3320
  • A temporary testing fix for the buffer corruption issue in #3331

Full Changelog: v5.28.0...v5.29.2

v5.29.1

20 Feb 21:00
4144c87
Compare
Choose a tag to compare
v5.29.1 Pre-release
Pre-release

(We are current evaluating a fix to a known issue.)

New Features

  • Enable restricted mode load for http protocol client in #3315

Fixes

  • Correctly implement QUIC sniffer when handling multiple initial packets by @Vigilans in #3310
  • Fix unreleased cache buffer in QUIC sniffing by @Vigilans in #3320

Full Changelog: v5.28.0...v5.29.1

0