httpcache Library Update: v1.2.0 to v1.3.0
reddit.com·9h·
Discuss: r/golang
Flag this post

Hey r/golang! I’m excited to share the latest major update to the httpcache library, a fork of the archived gregjones/httpcache project. Version 1.3.0 brings a ton of new features, backends, and improvements while maintaining full backward compatibility.

What’s New in v1.3.0

New Caching Backends

MongoDB Backend: Full MongoDB integration with connection pooling

Hazelcast Backend: Distributed caching with Hazelcast IMDG

NATS KV Backend: Lightweight caching using NATS JetStream Key-Value store

PostgreSQL Backend: Robust PostgreSQL-based caching with benchmarks

FreeCache Backend: High-performance in-memory caching with FreeCache

Enhanced Features

Compression Wrapper: Gzip, Brotli, and Snappy comp…

Similar Posts

Loading similar posts...