Skip to content

Releases: flamego/session

1.6.5

02 May 15:43
f19931a
Compare
Choose a tag to compare

What's Changed

  • all: properly implement regenerate session ID by @unknwon in #115

Full Changelog: v1.6.4...v1.6.5

1.6.3

20 Mar 20:11
72179c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

1.6.2

15 Dec 17:07
9253f0c
Compare
Choose a tag to compare

What's Changed

  • redis: allow accepting redis.Client directly by @unknwon in #99

Full Changelog: v1.6.1...v1.6.2

1.6.1

01 Dec 01:25
56e6da6
Compare
Choose a tag to compare

What's Changed

  • session: publicize HasChanged method by @unknwon in #96

Full Changelog: v1.6.0...v1.6.1

1.6.0

30 Oct 15:58
1baee85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

1.5.1

04 Sep 00:47
8aa5588
Compare
Choose a tag to compare

What's Changed

  • fix: remove SetData to stop interfering s.changed by @unknwon in #92

Full Changelog: v1.5.0...v1.5.1

1.5.0

21 Aug 00:03
05ecf64
Compare
Choose a tag to compare

What's Changed

  • feat: only "touch" the session if no value updated by @unknwon in #91

Full Changelog: v.1.4.0...v1.5.0

1.4.0

13 Jul 02:30
3335e56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v.1.4.0

1.3.0

10 Mar 02:54
95acb2f
Compare
Choose a tag to compare

What's Changed

  • The minimum requirement of Go has been changed to 1.19 by @unknwon in #72
  • mod: bump to github.com/jackc/pgx/v5 by @unknwon in #73

Full Changelog: v1.2.2...v1.3.0

1.2.2

07 Dec 15:36
f08e1fc
Compare
Choose a tag to compare

What's Changed

  • load: ignore context cancel error by @asjdf in #64

New Contributors

  • @asjdf made their first contribution in #64

Full Changelog: v1.2.1...v1.2.2