Skip to content

Releases: meseta/htgm

v1.3.4

23 Dec 14:09

Choose a tag to compare

  • v1.3.4
    • Fix path and query params for websockets
  • v1.3.3
    • Add /healthz healthcheck endpoint
    • Fix crc32_iso3309

v1.3.1

13 Jan 11:00

Choose a tag to compare

  • Add Vary header for HTMX requests to avoid accidental caching
  • Add surface to PNG function
  • Add Extras argument for HTMLSprite
  • Update logging suite

v1.3.0

27 Dec 11:37

Choose a tag to compare

  • Add support for sessions
  • Add freeform context data
  • Add Websocket renderer support
  • Add multiple session cookie support
  • Add more sanitize functions
  • Fix empty form field handling
  • Fix duplicate header handling
  • Fix should_cache handling

v1.2.0

24 Dec 01:58

Choose a tag to compare

  • Add form and file upload support
  • Add gzip support for content encoding
  • Support url entities in path and query
  • Add separate Query and Parameter in requests
  • Fixed hang when buffer goes above 65k
  • Fix memory leak for responses

v1.1.1

23 Dec 02:31

Choose a tag to compare

  • Fix query param handling

v1.1.0

23 Dec 00:18

Choose a tag to compare

  • Add redirect functionality to HttpServerRenderBase

v1.0.0

22 Dec 06:48

Choose a tag to compare

  • Initial Release