Skip to content

HTTPok 0.1.1

Latest

Choose a tag to compare

@piraz piraz released this 18 Feb 23:15
· 1 commit to master since this release

HTTPok 0.1.1 Release Notes

Feb 18, 2026

We are pleased to announce the release of HTTPok 0.1.1.

Here are the highlights:

Build

  • Update Go Version Support: Add Go 1.25 and Remove Go 1.22 #20

Bug Fixes

  • Fix graceful shutdown handling in GracefulServer #17

Features

  • Create session store interface #21
  • Implement file-backed session store #22
  • Implement in-memory session store #23
  • Move BodyAsJson and BodyAsString from gopeasant to httpok #24
  • Store Interface and StoreEngine Implementation #25
  • Implement property merge in WithProperties #26

Refactory

  • Move redis session to it's own project #19