Skip to content

Releases: carnage-sh/sessionmapper

v0.3.3 - New Home

10 Apr 14:47
e575d90

Choose a tag to compare

Same as v0.3.2 but change to its new Home

v0.3.2 - Improved

29 Mar 04:18
86273bc

Choose a tag to compare

This version mainly improves the documentation. It includes:

  • test enhancements with the HTTP Client
  • Better README.md and .traefik.yml documents
  • Integration with CircleCI and addition of a badge

v0.3.1 - Initial release

28 Mar 20:22
a9a3624

Choose a tag to compare

the SessionMapper middleware for Traefik can interact with a dedicated server that can match the session with custom properties and inject them on the upstream requests. This enables a number of scenarios, including:

  • A/B testing
  • Shadow testing
  • Canary deployment
  • Role based security
  • Session Pinpointing and Tracing
  • ...