Skip to content

Releases: candango/httpok

HTTPok 0.1.1

18 Feb 23:15

Choose a tag to compare

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

16 Aug 04:52

Choose a tag to compare

HTTPok 0.1.0 Release Notes

Aug 16, 2025

We are pleased to announce the release of HTTPok 0.1.0.

Here are the highlights:

Build

  • Set minimal Go version to 1.22 and add 1.23, 1.24 to CI tests #18

Bug Fixes

  • Fix graceful shutdown handling in GracefulServer #17

HTTPok 0.0.9

08 Feb 04:21

Choose a tag to compare

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

05 Feb 04:31

Choose a tag to compare

HTTPok 0.0.8 Release Notes

Feb 4, 2025

We are pleased to announce the release of HTTPok 0.0.8.

Here are the highlights:

Feature

  • Add logging middleware #14
  • Add log level methods to the logger interface #15

Refactory

  • Move package util to security #13

HTTPok 0.0.7

01 Feb 05:09

Choose a tag to compare

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

29 Jan 03:20

Choose a tag to compare

HTTPok 0.0.6 Release Notes

Jan 28, 2025

We are pleased to announce the release of HTTPok 0.0.6.

Here are the highlights:

Feature

  • Create a session engine and middleware #8
  • Move the logger to it's own package #9

Refactory

  • Create ExactPath middleware #10

HTTPok 0.0.5

15 Dec 07:18

Choose a tag to compare

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

15 Dec 05:53

Choose a tag to compare

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

15 Dec 05:26

Choose a tag to compare

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

11 Dec 06:30

Choose a tag to compare

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