Releases: candango/httpok
Releases · candango/httpok
HTTPok 0.1.1
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
HTTPok 0.1.0
HTTPok 0.0.9
HTTPok 0.0.9 Release Notes
Feb 7, 2025
We are pleased to announce the release of HTTPok 0.0.9.
Here are the highlights:
Refactory
- Change all interface{} references to any #16
HTTPok 0.0.8
HTTPok 0.0.7
HTTPok 0.0.7 Release Notes
Jan 31, 2025
We are pleased to announce the release of HTTPok 0.0.7.
Here are the highlights:
Feature
- Add chain middleware #12
HTTPok 0.0.6
HTTPok 0.0.5
HTTPok 0.0.5 Release Notes
Dec 15, 2024
We are pleased to announce the release of HTTPok 0.0.5.
Here are the highlights:
Bug Fixes
- GracefulServer won't shutdown gracefully, just crash instead #7
HTTPok 0.0.4
HTTPok 0.0.4 Release Notes
Dec 15, 2024
We are pleased to announce the release of HTTPok 0.0.4.
Here are the highlights:
Bug Fixes
- Use RunLogger for initial log message instead of the standard log #6
HTTPok 0.0.3
HTTPok 0.0.3 Release Notes
Dec 15, 2024
We are pleased to announce the release of HTTPok 0.0.3.
Here are the highlights:
Features
- Create GracefulServer Implementation with unit tests #5
HTTPok 0.0.2
HTTPok 0.0.2 Release Notes
Dec 11, 2024
We are pleased to announce the release of HTTPok 0.0.2.
Here are the highlights:
Features
- Add WrappedWriter to the project #4