This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
Releases: Kong/kong-plugin-session
Releases · Kong/kong-plugin-session
2.4.5 tests robustness
2.4.4 feat endpoint key for api + session lib bump
- Adds
endpoint_key
todao
- Bumps
lua-resty-session
to3.6
2.4.3 feat ttl index for postgres
- adding ttl index migration into module installation
- add TTL index for sessions
2.4.2 bump session lib to 3.6
Bumps lua-resty-session
to 3.6
2.4.1 bump session lib to 3.5
Summary
- Bumps
lua-resty-session
to3.5
.
2.4.0 fix kong storage adapter and bump session lib to 3.3
Summary
- Fix Kong storage adapter to use
regenerate
strategy. - Bumps
lua-resty-session
to3.3
.
2.3.1 fix kong storage adapter
Summary
- Fix Kong storage adapter to use
regenerate
strategy.
2.3.0 Bump lua-rest-session ver and update storage adapter
Summary
Bumps lua-resty-session
to 3.1
and rewrite the kong
session
storage adapter to work with 3.1
.
2.2.0 authenticated groups
2.1.2 add consumer header checks
Fixes issue where consumer custom_id or username were null and throwing 500 trying to set_header
.
From #12