Skip to content

Releases: cloudwego/localsession

v0.2.1

Choose a tag to compare

@AsterDY AsterDY released this 19 Dec 05:56
0f2ac68

What's Changed

  • fix: avoid race detector error on defaultManager by @AsterDY in #11

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@AsterDY AsterDY released this 16 Dec 09:20
6971745

What's Changed

  • break: not support EnableImplicitlyTransmitAsync anymore by @AsterDY in #12

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@AsterDY AsterDY released this 10 Jan 11:31
3936e3c

What's Changed

  • opt: use runtimex to avoid race test fail by @AsterDY in #9

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@AsterDY AsterDY released this 11 Oct 13:00
bfce75f

What's Changed

  • opt: not allocate session when localsession is disabled by @AsterDY in #7

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@AsterDY AsterDY released this 28 Aug 12:45
4b1853b

What's Changed

  • fix: omit data-race panic on GC() by @AsterDY in #6

Full Changelog: v0.0.2...v0.1.0

v0.0.2

Choose a tag to compare

@AsterDY AsterDY released this 02 Aug 07:02
dd21ab6

What's Changed

  • refator: DON'T expose default manager object by @AsterDY in #2
  • feat: update config using env by @AsterDY in #3

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@AsterDY AsterDY released this 24 Jul 13:43
Initial commit